Shades of Snow #FDF7F6
Tints of Snow #FDF7F6
RGB
CMYK
RGB Variations
Color information
#FDF7F6 (or 0xFDF7F6) is known color: Snow. HEX triplet: FD, F7 and F6. RGB value is (253,247,246). Sum of RGB (Red+Green+Blue) = 253+247+246=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 247 (96.88% from 255 or 33.11% from 746); Blue value is 246 (96.48% from 255 or 32.98% from 746); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7F6 is #020809. Grayscale: #F8F8F8. Windows color (decimal): -133130 or 16185341. OLE color: 16185341.
HSL color Cylindrical-coordinate representation of color #FDF7F6: hue angle of 8.57º degrees, saturation: 0.64, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDF7F6 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 246 | - |
CMYK | 0 | 0.02 | 0.03 | 0.01 |
HSL | 8.57º | 0.64% | 0.98% | - |
HSV(B) | 8.57º | 0.03% | 0.99% | - |
XYZ | 90.4 | 94.06 | 100.58 | - |
YUV | 248.68 | 126.49 | 131.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 246 | 0 | 0.02 | 0.03 | 0.01 | 8.57 | 0.64 | 0.98 |
Hex | FD | F7 | F6 | 0 | 2 | 3 | 1 | 9 | 40 | 62 |
Octal | 375 | 367 | 366 | 0 | 2 | 3 | 1 | 11 | 100 | 142 |
Binary | 11111101 | 11110111 | 11110110 | 0 | 10 | 11 | 1 | 1001 | 1000000 | 1100010 |
Color Harmonies of #FDF7F6
Complementary color
Monochromatic Colors of #FDF7F6
Black with #FDF7F6
Text Example
Text Example
White with #FDF7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7F6; }
p { color: rgb(253,247,246); }
H1.HeaderClassName
{
color: #FDF7F6;
}
.AnyTagClassName
{
color: #FDF7F6;
}
</style>
background-color css
<style>
a { background-color: #FDF7F6; }
a { background-color: rgb(253,247,246); }
div.DivClassName
{
background-color: #FDF7F6;
}
.BgClassName
{
background-color: #FDF7F6;
}
</style>
border-color css
<style>
span { border-color: #FDF7F6; }
span { border-color: rgb(253,247,246); }
td.TdClassName
{
border-color: #FDF7F6;
}
.TagClassName
{
border-color: #FDF7F6;
}
</style>