Shades of Snuff #F0DAED
Tints of Snuff #F0DAED
RGB
CMYK
RGB Variations
Color information
#F0DAED (or 0xF0DAED) is known color: Snuff. HEX triplet: F0, DA and ED. RGB value is (240,218,237). Sum of RGB (Red+Green+Blue) = 240+218+237=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAED is #0F2512. Grayscale: #E2E2E2. Windows color (decimal): -992531 or 15588080. OLE color: 15588080.
HSL color Cylindrical-coordinate representation of color #F0DAED: hue angle of 308.18º 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 #F0DAED is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 218 | 237 | - |
CMYK | 0 | 0.09 | 0.01 | 0.06 |
HSL | 308.18º | 0.42% | 0.9% | - |
HSV(B) | 308.18º | 0.09% | 0.94% | - |
XYZ | 76.29 | 74.78 | 90.53 | - |
YUV | 226.74 | 133.79 | 137.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 218 | 237 | 0 | 0.09 | 0.01 | 0.06 | 308.18 | 0.42 | 0.9 |
Hex | F0 | DA | ED | 0 | 9 | 1 | 6 | 134 | 2A | 5A |
Octal | 360 | 332 | 355 | 0 | 11 | 1 | 6 | 464 | 52 | 132 |
Binary | 11110000 | 11011010 | 11101101 | 0 | 1001 | 1 | 110 | 100110100 | 101010 | 1011010 |
Color Harmonies of #F0DAED
Complementary color
Monochromatic Colors of #F0DAED
Black with #F0DAED
Text Example
Text Example
White with #F0DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAED; }
p { color: rgb(240,218,237); }
H1.HeaderClassName
{
color: #F0DAED;
}
.AnyTagClassName
{
color: #F0DAED;
}
</style>
background-color css
<style>
a { background-color: #F0DAED; }
a { background-color: rgb(240,218,237); }
div.DivClassName
{
background-color: #F0DAED;
}
.BgClassName
{
background-color: #F0DAED;
}
</style>
border-color css
<style>
span { border-color: #F0DAED; }
span { border-color: rgb(240,218,237); }
td.TdClassName
{
border-color: #F0DAED;
}
.TagClassName
{
border-color: #F0DAED;
}
</style>