Shades of Snow #FDF8F8
Tints of Snow #FDF8F8
RGB
CMYK
RGB Variations
Color information
#FDF8F8 (or 0xFDF8F8) is known color: Snow. HEX triplet: FD, F8 and F8. RGB value is (253,248,248). Sum of RGB (Red+Green+Blue) = 253+248+248=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 248 (97.27% from 255 or 33.11% from 749); Blue value is 248 (97.27% from 255 or 33.11% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8F8 is #020707. Grayscale: #F9F9F9. Windows color (decimal): -132872 or 16316669. OLE color: 16316669.
HSL color Cylindrical-coordinate representation of color #FDF8F8: hue angle of 0º degrees, saturation: 0.56, 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 #FDF8F8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 248 | - |
CMYK | 0 | 0.02 | 0.02 | 0.01 |
HSL | 0º | 0.56% | 0.98% | - |
HSV(B) | 0º | 0.02% | 0.99% | - |
XYZ | 91.02 | 94.79 | 102.31 | - |
YUV | 249.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 248 | 0 | 0.02 | 0.02 | 0.01 | 0 | 0.56 | 0.98 |
Hex | FD | F8 | F8 | 0 | 2 | 2 | 1 | 0 | 38 | 62 |
Octal | 375 | 370 | 370 | 0 | 2 | 2 | 1 | 0 | 70 | 142 |
Binary | 11111101 | 11111000 | 11111000 | 0 | 10 | 10 | 1 | 0 | 111000 | 1100010 |
Color Harmonies of #FDF8F8
Complementary color
Monochromatic Colors of #FDF8F8
Black with #FDF8F8
Text Example
Text Example
White with #FDF8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8F8; }
p { color: rgb(253,248,248); }
H1.HeaderClassName
{
color: #FDF8F8;
}
.AnyTagClassName
{
color: #FDF8F8;
}
</style>
background-color css
<style>
a { background-color: #FDF8F8; }
a { background-color: rgb(253,248,248); }
div.DivClassName
{
background-color: #FDF8F8;
}
.BgClassName
{
background-color: #FDF8F8;
}
</style>
border-color css
<style>
span { border-color: #FDF8F8; }
span { border-color: rgb(253,248,248); }
td.TdClassName
{
border-color: #FDF8F8;
}
.TagClassName
{
border-color: #FDF8F8;
}
</style>