Shades of Snuff #F7D0EF
Tints of Snuff #F7D0EF
RGB
CMYK
RGB Variations
Color information
#F7D0EF (or 0xF7D0EF) is known color: Snuff. HEX triplet: F7, D0 and EF. RGB value is (247,208,239). Sum of RGB (Red+Green+Blue) = 247+208+239=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 208 (81.64% from 255 or 29.97% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D0EF is #082F10. Grayscale: #DFDFDF. Windows color (decimal): -536337 or 15716599. OLE color: 15716599.
HSL color Cylindrical-coordinate representation of color #F7D0EF: hue angle of 312.31º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7D0EF is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 239 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.03 |
| HSL | 312.31º | 0.71% | 0.89% | - |
| HSV(B) | 312.31º | 0.16% | 0.97% | - |
| XYZ | 76.49 | 71.12 | 91.36 | - |
| YUV | 223.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 239 | 0 | 0.16 | 0.03 | 0.03 | 312.31 | 0.71 | 0.89 |
| Hex | F7 | D0 | EF | 0 | 10 | 3 | 3 | 138 | 47 | 59 |
| Octal | 367 | 320 | 357 | 0 | 20 | 3 | 3 | 470 | 107 | 131 |
| Binary | 11110111 | 11010000 | 11101111 | 0 | 10000 | 11 | 11 | 100111000 | 1000111 | 1011001 |
Color Harmonies of #F7D0EF
Complementary color
Monochromatic Colors of #F7D0EF
Black with #F7D0EF
Text Example
Text Example
White with #F7D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D0EF; }
p { color: rgb(247,208,239); }
H1.HeaderClassName
{
color: #F7D0EF;
}
.AnyTagClassName
{
color: #F7D0EF;
}
</style>
background-color css
<style>
a { background-color: #F7D0EF; }
a { background-color: rgb(247,208,239); }
div.DivClassName
{
background-color: #F7D0EF;
}
.BgClassName
{
background-color: #F7D0EF;
}
</style>
border-color css
<style>
span { border-color: #F7D0EF; }
span { border-color: rgb(247,208,239); }
td.TdClassName
{
border-color: #F7D0EF;
}
.TagClassName
{
border-color: #F7D0EF;
}
</style>