Shades of Snow #FDFCFC
Tints of Snow #FDFCFC
RGB
CMYK
RGB Variations
Color information
#FDFCFC (or 0xFDFCFC) is known color: Snow. HEX triplet: FD, FC and FC. RGB value is (253,252,252). Sum of RGB (Red+Green+Blue) = 253+252+252=757 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.42% from 757); Green value is 252 (98.83% from 255 or 33.29% from 757); Blue value is 252 (98.83% from 255 or 33.29% from 757); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCFC is #020303. Grayscale: #FCFCFC. Windows color (decimal): -131844 or 16579837. OLE color: 16579837.
HSL color Cylindrical-coordinate representation of color #FDFCFC: hue angle of 0º degrees, saturation: 0.2, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FDFCFC is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 252 | - |
CMYK | 0 | 0.00 | 0.00 | 0.01 |
HSL | 0º | 0.2% | 0.99% | - |
HSV(B) | 0º | 0% | 0.99% | - |
XYZ | 92.89 | 97.53 | 106.03 | - |
YUV | 252.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 252 | 0 | 0.00 | 0.00 | 0.01 | 0 | 0.2 | 0.99 |
Hex | FD | FC | FC | 0 | 0 | 0 | 1 | 0 | 14 | 63 |
Octal | 375 | 374 | 374 | 0 | 0 | 0 | 1 | 0 | 24 | 143 |
Binary | 11111101 | 11111100 | 11111100 | 0 | 0 | 0 | 1 | 0 | 10100 | 1100011 |
Color Harmonies of #FDFCFC
Complementary color
Monochromatic Colors of #FDFCFC
Black with #FDFCFC
Text Example
Text Example
White with #FDFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCFC; }
p { color: rgb(253,252,252); }
H1.HeaderClassName
{
color: #FDFCFC;
}
.AnyTagClassName
{
color: #FDFCFC;
}
</style>
background-color css
<style>
a { background-color: #FDFCFC; }
a { background-color: rgb(253,252,252); }
div.DivClassName
{
background-color: #FDFCFC;
}
.BgClassName
{
background-color: #FDFCFC;
}
</style>
border-color css
<style>
span { border-color: #FDFCFC; }
span { border-color: rgb(253,252,252); }
td.TdClassName
{
border-color: #FDFCFC;
}
.TagClassName
{
border-color: #FDFCFC;
}
</style>