Shades of Snow #FAFAFA
Tints of Snow #FAFAFA
RGB
CMYK
RGB Variations
Color information
#FAFAFA (or 0xFAFAFA) is known color: Snow. HEX triplet: FA, FA and FA. RGB value is (250,250,250). Sum of RGB (Red+Green+Blue) = 250+250+250=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 250 (98.05% from 255 or 33.33% from 750); Max value from RGB is 250 - color contains mainly: red, green, blue. Hex color #FAFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFA is #050505. Grayscale: #FAFAFA. Windows color (decimal): -328966 or 16448250. OLE color: 16448250.
HSL color Cylindrical-coordinate representation of color #FAFAFA: hue angle of 0º degrees, saturation: 0, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FAFAFA is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 250 | 250 | - |
CMYK | 0 | 0 | 0 | 0.02 |
HSL | 0º | 0% | 0.98% | - |
HSV(B) | 0º | 0% | 0.98% | - |
XYZ | 90.87 | 95.6 | 104.11 | - |
YUV | 250 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 250 | 250 | 0 | 0 | 0 | 0.02 | 0 | 0 | 0.98 |
Hex | FA | FA | FA | 0 | 0 | 0 | 2 | 0 | 0 | 62 |
Octal | 372 | 372 | 372 | 0 | 0 | 0 | 2 | 0 | 0 | 142 |
Binary | 11111010 | 11111010 | 11111010 | 0 | 0 | 0 | 10 | 0 | 0 | 1100010 |
Color Harmonies of #FAFAFA
Complementary color
Monochromatic Colors of #FAFAFA
Black with #FAFAFA
Text Example
Text Example
White with #FAFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAFA; }
p { color: rgb(250,250,250); }
H1.HeaderClassName
{
color: #FAFAFA;
}
.AnyTagClassName
{
color: #FAFAFA;
}
</style>
background-color css
<style>
a { background-color: #FAFAFA; }
a { background-color: rgb(250,250,250); }
div.DivClassName
{
background-color: #FAFAFA;
}
.BgClassName
{
background-color: #FAFAFA;
}
</style>
border-color css
<style>
span { border-color: #FAFAFA; }
span { border-color: rgb(250,250,250); }
td.TdClassName
{
border-color: #FAFAFA;
}
.TagClassName
{
border-color: #FAFAFA;
}
</style>