Shades of Snow #FDF8F7
Tints of Snow #FDF8F7
RGB
CMYK
RGB Variations
Color information
#FDF8F7 (or 0xFDF8F7) is known color: Snow. HEX triplet: FD, F8 and F7. RGB value is (253,248,247). Sum of RGB (Red+Green+Blue) = 253+248+247=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 248 (97.27% from 255 or 33.16% from 748); Blue value is 247 (96.88% from 255 or 33.02% from 748); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8F7 is #020708. Grayscale: #F9F9F9. Windows color (decimal): -132873 or 16251133. OLE color: 16251133.
HSL color Cylindrical-coordinate representation of color #FDF8F7: hue angle of 10º degrees, saturation: 0.6, 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 #FDF8F7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 247 | - |
CMYK | 0 | 0.02 | 0.02 | 0.01 |
HSL | 10º | 0.6% | 0.98% | - |
HSV(B) | 10º | 0.02% | 0.99% | - |
XYZ | 90.86 | 94.73 | 101.49 | - |
YUV | 249.38 | 126.66 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 247 | 0 | 0.02 | 0.02 | 0.01 | 10 | 0.6 | 0.98 |
Hex | FD | F8 | F7 | 0 | 2 | 2 | 1 | A | 3C | 62 |
Octal | 375 | 370 | 367 | 0 | 2 | 2 | 1 | 12 | 74 | 142 |
Binary | 11111101 | 11111000 | 11110111 | 0 | 10 | 10 | 1 | 1010 | 111100 | 1100010 |
Color Harmonies of #FDF8F7
Complementary color
Monochromatic Colors of #FDF8F7
Black with #FDF8F7
Text Example
Text Example
White with #FDF8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8F7; }
p { color: rgb(253,248,247); }
H1.HeaderClassName
{
color: #FDF8F7;
}
.AnyTagClassName
{
color: #FDF8F7;
}
</style>
background-color css
<style>
a { background-color: #FDF8F7; }
a { background-color: rgb(253,248,247); }
div.DivClassName
{
background-color: #FDF8F7;
}
.BgClassName
{
background-color: #FDF8F7;
}
</style>
border-color css
<style>
span { border-color: #FDF8F7; }
span { border-color: rgb(253,248,247); }
td.TdClassName
{
border-color: #FDF8F7;
}
.TagClassName
{
border-color: #FDF8F7;
}
</style>