Shades of Snuff #F0D1EF
Tints of Snuff #F0D1EF
RGB
CMYK
RGB Variations
Color information
#F0D1EF (or 0xF0D1EF) is known color: Snuff. HEX triplet: F0, D1 and EF. RGB value is (240,209,239). Sum of RGB (Red+Green+Blue) = 240+209+239=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 209 (82.03% from 255 or 30.38% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D1EF is #0F2E10. Grayscale: #DDDDDD. Windows color (decimal): -994833 or 15716848. OLE color: 15716848.
HSL color Cylindrical-coordinate representation of color #F0D1EF: hue angle of 301.94º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0D1EF is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 239 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.06 |
| HSL | 301.94º | 0.51% | 0.88% | - |
| HSV(B) | 301.94º | 0.13% | 0.94% | - |
| XYZ | 74.32 | 70.36 | 91.32 | - |
| YUV | 221.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 239 | 0 | 0.13 | 0.00 | 0.06 | 301.94 | 0.51 | 0.88 |
| Hex | F0 | D1 | EF | 0 | D | 0 | 6 | 12E | 33 | 58 |
| Octal | 360 | 321 | 357 | 0 | 15 | 0 | 6 | 456 | 63 | 130 |
| Binary | 11110000 | 11010001 | 11101111 | 0 | 1101 | 0 | 110 | 100101110 | 110011 | 1011000 |
Color Harmonies of #F0D1EF
Complementary color
Monochromatic Colors of #F0D1EF
Black with #F0D1EF
Text Example
Text Example
White with #F0D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1EF; }
p { color: rgb(240,209,239); }
H1.HeaderClassName
{
color: #F0D1EF;
}
.AnyTagClassName
{
color: #F0D1EF;
}
</style>
background-color css
<style>
a { background-color: #F0D1EF; }
a { background-color: rgb(240,209,239); }
div.DivClassName
{
background-color: #F0D1EF;
}
.BgClassName
{
background-color: #F0D1EF;
}
</style>
border-color css
<style>
span { border-color: #F0D1EF; }
span { border-color: rgb(240,209,239); }
td.TdClassName
{
border-color: #F0D1EF;
}
.TagClassName
{
border-color: #F0D1EF;
}
</style>