Color #FFFAFA
Snow
#FFFAFA is known as Snow color, it's hex color is composed of 100% red, 98.04% green and 98.04% blue, its RGB value is 255,250,250. The Nearest color to #FFFAFA with the color name is Vista White hex code #FCF8F7
This text has a font color of #FFFAFA.
<span style="color:#FFFAFA;">Your text here</span>
This element has a border color of #FFFAFA.
<div style="border:2px solid #FFFAFA;">Content here</div>
This paragraph has a background color of #FFFAFA.
<p style="background-color:#FFFAFA;">Content here</p>
.text {color:#FFFAFA;}
.background {background-color:#FFFAFA;}
.border {border:1px solid #FFFAFA;}