Shades of Snuff #F0D8EF
Tints of Snuff #F0D8EF
RGB
CMYK
RGB Variations
Color information
#F0D8EF (or 0xF0D8EF) is known color: Snuff. HEX triplet: F0, D8 and EF. RGB value is (240,216,239). Sum of RGB (Red+Green+Blue) = 240+216+239=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D8EF is #0F2710. Grayscale: #E1E1E1. Windows color (decimal): -993041 or 15718640. OLE color: 15718640.
HSL color Cylindrical-coordinate representation of color #F0D8EF: hue angle of 302.5º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D8EF is Cyan = 0, Magento = 0.1, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 239 | - |
| CMYK | 0 | 0.1 | 0.00 | 0.06 |
| HSL | 302.5º | 0.44% | 0.89% | - |
| HSV(B) | 302.5º | 0.1% | 0.94% | - |
| XYZ | 76.07 | 73.87 | 91.91 | - |
| YUV | 225.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 239 | 0 | 0.1 | 0.00 | 0.06 | 302.5 | 0.44 | 0.89 |
| Hex | F0 | D8 | EF | 0 | A | 0 | 6 | 12E | 2C | 59 |
| Octal | 360 | 330 | 357 | 0 | 12 | 0 | 6 | 456 | 54 | 131 |
| Binary | 11110000 | 11011000 | 11101111 | 0 | 1010 | 0 | 110 | 100101110 | 101100 | 1011001 |
Color Harmonies of #F0D8EF
Complementary color
Monochromatic Colors of #F0D8EF
Black with #F0D8EF
Text Example
Text Example
White with #F0D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D8EF; }
p { color: rgb(240,216,239); }
H1.HeaderClassName
{
color: #F0D8EF;
}
.AnyTagClassName
{
color: #F0D8EF;
}
</style>
background-color css
<style>
a { background-color: #F0D8EF; }
a { background-color: rgb(240,216,239); }
div.DivClassName
{
background-color: #F0D8EF;
}
.BgClassName
{
background-color: #F0D8EF;
}
</style>
border-color css
<style>
span { border-color: #F0D8EF; }
span { border-color: rgb(240,216,239); }
td.TdClassName
{
border-color: #F0D8EF;
}
.TagClassName
{
border-color: #F0D8EF;
}
</style>