Shades of Snow #FCF8F7
Tints of Snow #FCF8F7
RGB
CMYK
RGB Variations
Color information
#FCF8F7 (or 0xFCF8F7) is known color: Snow. HEX triplet: FC, F8 and F7. RGB value is (252,248,247). Sum of RGB (Red+Green+Blue) = 252+248+247=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 248 (97.27% from 255 or 33.20% from 747); Blue value is 247 (96.88% from 255 or 33.07% from 747); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8F7 is #030708. Grayscale: #F9F9F9. Windows color (decimal): -198409 or 16251132. OLE color: 16251132.
HSL color Cylindrical-coordinate representation of color #FCF8F7: hue angle of 12º degrees, saturation: 0.45, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCF8F7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 248 | 247 | - |
CMYK | 0 | 0.02 | 0.02 | 0.01 |
HSL | 12º | 0.45% | 0.98% | - |
HSV(B) | 12º | 0.02% | 0.99% | - |
XYZ | 90.5 | 94.55 | 101.47 | - |
YUV | 249.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 248 | 247 | 0 | 0.02 | 0.02 | 0.01 | 12 | 0.45 | 0.98 |
Hex | FC | F8 | F7 | 0 | 2 | 2 | 1 | C | 2D | 62 |
Octal | 374 | 370 | 367 | 0 | 2 | 2 | 1 | 14 | 55 | 142 |
Binary | 11111100 | 11111000 | 11110111 | 0 | 10 | 10 | 1 | 1100 | 101101 | 1100010 |
Color Harmonies of #FCF8F7
Complementary color
Monochromatic Colors of #FCF8F7
Black with #FCF8F7
Text Example
Text Example
White with #FCF8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8F7; }
p { color: rgb(252,248,247); }
H1.HeaderClassName
{
color: #FCF8F7;
}
.AnyTagClassName
{
color: #FCF8F7;
}
</style>
background-color css
<style>
a { background-color: #FCF8F7; }
a { background-color: rgb(252,248,247); }
div.DivClassName
{
background-color: #FCF8F7;
}
.BgClassName
{
background-color: #FCF8F7;
}
</style>
border-color css
<style>
span { border-color: #FCF8F7; }
span { border-color: rgb(252,248,247); }
td.TdClassName
{
border-color: #FCF8F7;
}
.TagClassName
{
border-color: #FCF8F7;
}
</style>