Shades of Snow #FCFAFA
Tints of Snow #FCFAFA
RGB
CMYK
RGB Variations
Color information
#FCFAFA (or 0xFCFAFA) is known color: Snow. HEX triplet: FC, FA and FA. RGB value is (252,250,250). Sum of RGB (Red+Green+Blue) = 252+250+250=752 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.51% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 250 (98.05% from 255 or 33.24% from 752); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAFA is #030505. Grayscale: #FAFAFA. Windows color (decimal): -197894 or 16448252. OLE color: 16448252.
HSL color Cylindrical-coordinate representation of color #FCFAFA: hue angle of 0º degrees, saturation: 0.25, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFAFA is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 250 | 250 | - |
CMYK | 0 | 0.01 | 0.01 | 0.01 |
HSL | 0º | 0.25% | 0.98% | - |
HSV(B) | 0º | 0.01% | 0.99% | - |
XYZ | 91.59 | 95.97 | 104.14 | - |
YUV | 250.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 250 | 250 | 0 | 0.01 | 0.01 | 0.01 | 0 | 0.25 | 0.98 |
Hex | FC | FA | FA | 0 | 1 | 1 | 1 | 0 | 19 | 62 |
Octal | 374 | 372 | 372 | 0 | 1 | 1 | 1 | 0 | 31 | 142 |
Binary | 11111100 | 11111010 | 11111010 | 0 | 1 | 1 | 1 | 0 | 11001 | 1100010 |
Color Harmonies of #FCFAFA
Complementary color
Monochromatic Colors of #FCFAFA
Black with #FCFAFA
Text Example
Text Example
White with #FCFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAFA; }
p { color: rgb(252,250,250); }
H1.HeaderClassName
{
color: #FCFAFA;
}
.AnyTagClassName
{
color: #FCFAFA;
}
</style>
background-color css
<style>
a { background-color: #FCFAFA; }
a { background-color: rgb(252,250,250); }
div.DivClassName
{
background-color: #FCFAFA;
}
.BgClassName
{
background-color: #FCFAFA;
}
</style>
border-color css
<style>
span { border-color: #FCFAFA; }
span { border-color: rgb(252,250,250); }
td.TdClassName
{
border-color: #FCFAFA;
}
.TagClassName
{
border-color: #FCFAFA;
}
</style>