Shades of Snuff #F0DAEF
Tints of Snuff #F0DAEF
RGB
CMYK
RGB Variations
Color information
#F0DAEF (or 0xF0DAEF) is known color: Snuff. HEX triplet: F0, DA and EF. RGB value is (240,218,239). Sum of RGB (Red+Green+Blue) = 240+218+239=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAEF is #0F2510. Grayscale: #E2E2E2. Windows color (decimal): -992529 or 15719152. OLE color: 15719152.
HSL color Cylindrical-coordinate representation of color #F0DAEF: hue angle of 302.73º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DAEF is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 239 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.06 |
| HSL | 302.73º | 0.42% | 0.9% | - |
| HSV(B) | 302.73º | 0.09% | 0.94% | - |
| XYZ | 76.59 | 74.9 | 92.08 | - |
| YUV | 226.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 239 | 0 | 0.09 | 0.00 | 0.06 | 302.73 | 0.42 | 0.9 |
| Hex | F0 | DA | EF | 0 | 9 | 0 | 6 | 12F | 2A | 5A |
| Octal | 360 | 332 | 357 | 0 | 11 | 0 | 6 | 457 | 52 | 132 |
| Binary | 11110000 | 11011010 | 11101111 | 0 | 1001 | 0 | 110 | 100101111 | 101010 | 1011010 |
Color Harmonies of #F0DAEF
Complementary color
Monochromatic Colors of #F0DAEF
Black with #F0DAEF
Text Example
Text Example
White with #F0DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAEF; }
p { color: rgb(240,218,239); }
H1.HeaderClassName
{
color: #F0DAEF;
}
.AnyTagClassName
{
color: #F0DAEF;
}
</style>
background-color css
<style>
a { background-color: #F0DAEF; }
a { background-color: rgb(240,218,239); }
div.DivClassName
{
background-color: #F0DAEF;
}
.BgClassName
{
background-color: #F0DAEF;
}
</style>
border-color css
<style>
span { border-color: #F0DAEF; }
span { border-color: rgb(240,218,239); }
td.TdClassName
{
border-color: #F0DAEF;
}
.TagClassName
{
border-color: #F0DAEF;
}
</style>