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