Shades of Snow #FFFCFC
Tints of Snow #FFFCFC
RGB
CMYK
RGB Variations
Color information
#FFFCFC (or 0xFFFCFC) is known color: Snow. HEX triplet: FF, FC and FC. RGB value is (255,252,252). Sum of RGB (Red+Green+Blue) = 255+252+252=759 (100% of max value = 765). Red value is 255 (100% from 255 or 33.60% from 759); Green value is 252 (98.83% from 255 or 33.20% from 759); Blue value is 252 (98.83% from 255 or 33.20% from 759); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCFC is #000303. Grayscale: #FCFCFC. Windows color (decimal): -772 or 16579839. OLE color: 16579839.
HSL color Cylindrical-coordinate representation of color #FFFCFC: hue angle of 0º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FFFCFC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 252 | - |
CMYK | 0 | 0.01 | 0.01 | 0 |
HSL | 0º | 1% | 0.99% | - |
HSV(B) | 0º | 0.01% | 1% | - |
XYZ | 93.62 | 97.91 | 106.06 | - |
YUV | 252.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 252 | 0 | 0.01 | 0.01 | 0 | 0 | 1 | 0.99 |
Hex | FF | FC | FC | 0 | 1 | 1 | 0 | 0 | 64 | 63 |
Octal | 377 | 374 | 374 | 0 | 1 | 1 | 0 | 0 | 144 | 143 |
Binary | 11111111 | 11111100 | 11111100 | 0 | 1 | 1 | 0 | 0 | 1100100 | 1100011 |
Color Harmonies of #FFFCFC
Complementary color
Monochromatic Colors of #FFFCFC
Black with #FFFCFC
Text Example
Text Example
White with #FFFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCFC; }
p { color: rgb(255,252,252); }
H1.HeaderClassName
{
color: #FFFCFC;
}
.AnyTagClassName
{
color: #FFFCFC;
}
</style>
background-color css
<style>
a { background-color: #FFFCFC; }
a { background-color: rgb(255,252,252); }
div.DivClassName
{
background-color: #FFFCFC;
}
.BgClassName
{
background-color: #FFFCFC;
}
</style>
border-color css
<style>
span { border-color: #FFFCFC; }
span { border-color: rgb(255,252,252); }
td.TdClassName
{
border-color: #FFFCFC;
}
.TagClassName
{
border-color: #FFFCFC;
}
</style>