Shades of Snuff #F0DDEC
Tints of Snuff #F0DDEC
RGB
CMYK
RGB Variations
Color information
#F0DDEC (or 0xF0DDEC) is known color: Snuff. HEX triplet: F0, DD and EC. RGB value is (240,221,236). Sum of RGB (Red+Green+Blue) = 240+221+236=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDEC is #0F2213. Grayscale: #E4E4E4. Windows color (decimal): -991764 or 15523312. OLE color: 15523312.
HSL color Cylindrical-coordinate representation of color #F0DDEC: hue angle of 312.63º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDEC is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 236 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.06 |
| HSL | 312.63º | 0.39% | 0.9% | - |
| HSV(B) | 312.63º | 0.08% | 0.94% | - |
| XYZ | 76.93 | 76.29 | 90.03 | - |
| YUV | 228.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 236 | 0 | 0.08 | 0.02 | 0.06 | 312.63 | 0.39 | 0.9 |
| Hex | F0 | DD | EC | 0 | 8 | 2 | 6 | 139 | 27 | 5A |
| Octal | 360 | 335 | 354 | 0 | 10 | 2 | 6 | 471 | 47 | 132 |
| Binary | 11110000 | 11011101 | 11101100 | 0 | 1000 | 10 | 110 | 100111001 | 100111 | 1011010 |
Color Harmonies of #F0DDEC
Complementary color
Monochromatic Colors of #F0DDEC
Black with #F0DDEC
Text Example
Text Example
White with #F0DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDEC; }
p { color: rgb(240,221,236); }
H1.HeaderClassName
{
color: #F0DDEC;
}
.AnyTagClassName
{
color: #F0DDEC;
}
</style>
background-color css
<style>
a { background-color: #F0DDEC; }
a { background-color: rgb(240,221,236); }
div.DivClassName
{
background-color: #F0DDEC;
}
.BgClassName
{
background-color: #F0DDEC;
}
</style>
border-color css
<style>
span { border-color: #F0DDEC; }
span { border-color: rgb(240,221,236); }
td.TdClassName
{
border-color: #F0DDEC;
}
.TagClassName
{
border-color: #F0DDEC;
}
</style>