Shades of Snuff #F0DAEC
Tints of Snuff #F0DAEC
RGB
CMYK
RGB Variations
Color information
#F0DAEC (or 0xF0DAEC) is known color: Snuff. HEX triplet: F0, DA and EC. RGB value is (240,218,236). Sum of RGB (Red+Green+Blue) = 240+218+236=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAEC is #0F2513. Grayscale: #E2E2E2. Windows color (decimal): -992532 or 15522544. OLE color: 15522544.
HSL color Cylindrical-coordinate representation of color #F0DAEC: hue angle of 310.91º 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 #F0DAEC is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 236 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.06 |
| HSL | 310.91º | 0.42% | 0.9% | - |
| HSV(B) | 310.91º | 0.09% | 0.94% | - |
| XYZ | 76.15 | 74.72 | 89.77 | - |
| YUV | 226.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 236 | 0 | 0.09 | 0.02 | 0.06 | 310.91 | 0.42 | 0.9 |
| Hex | F0 | DA | EC | 0 | 9 | 2 | 6 | 137 | 2A | 5A |
| Octal | 360 | 332 | 354 | 0 | 11 | 2 | 6 | 467 | 52 | 132 |
| Binary | 11110000 | 11011010 | 11101100 | 0 | 1001 | 10 | 110 | 100110111 | 101010 | 1011010 |
Color Harmonies of #F0DAEC
Complementary color
Monochromatic Colors of #F0DAEC
Black with #F0DAEC
Text Example
Text Example
White with #F0DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAEC; }
p { color: rgb(240,218,236); }
H1.HeaderClassName
{
color: #F0DAEC;
}
.AnyTagClassName
{
color: #F0DAEC;
}
</style>
background-color css
<style>
a { background-color: #F0DAEC; }
a { background-color: rgb(240,218,236); }
div.DivClassName
{
background-color: #F0DAEC;
}
.BgClassName
{
background-color: #F0DAEC;
}
</style>
border-color css
<style>
span { border-color: #F0DAEC; }
span { border-color: rgb(240,218,236); }
td.TdClassName
{
border-color: #F0DAEC;
}
.TagClassName
{
border-color: #F0DAEC;
}
</style>