Shades of Snuff #F0DEEC
Tints of Snuff #F0DEEC
RGB
CMYK
RGB Variations
Color information
#F0DEEC (or 0xF0DEEC) is known color: Snuff. HEX triplet: F0, DE and EC. RGB value is (240,222,236). Sum of RGB (Red+Green+Blue) = 240+222+236=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEEC is #0F2113. Grayscale: #E4E4E4. Windows color (decimal): -991508 or 15523568. OLE color: 15523568.
HSL color Cylindrical-coordinate representation of color #F0DEEC: hue angle of 313.33º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0DEEC is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 236 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.06 |
| HSL | 313.33º | 0.38% | 0.91% | - |
| HSV(B) | 313.33º | 0.07% | 0.94% | - |
| XYZ | 77.2 | 76.82 | 90.12 | - |
| YUV | 228.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 236 | 0 | 0.08 | 0.02 | 0.06 | 313.33 | 0.38 | 0.91 |
| Hex | F0 | DE | EC | 0 | 8 | 2 | 6 | 139 | 26 | 5B |
| Octal | 360 | 336 | 354 | 0 | 10 | 2 | 6 | 471 | 46 | 133 |
| Binary | 11110000 | 11011110 | 11101100 | 0 | 1000 | 10 | 110 | 100111001 | 100110 | 1011011 |
Color Harmonies of #F0DEEC
Complementary color
Monochromatic Colors of #F0DEEC
Black with #F0DEEC
Text Example
Text Example
White with #F0DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEEC; }
p { color: rgb(240,222,236); }
H1.HeaderClassName
{
color: #F0DEEC;
}
.AnyTagClassName
{
color: #F0DEEC;
}
</style>
background-color css
<style>
a { background-color: #F0DEEC; }
a { background-color: rgb(240,222,236); }
div.DivClassName
{
background-color: #F0DEEC;
}
.BgClassName
{
background-color: #F0DEEC;
}
</style>
border-color css
<style>
span { border-color: #F0DEEC; }
span { border-color: rgb(240,222,236); }
td.TdClassName
{
border-color: #F0DEEC;
}
.TagClassName
{
border-color: #F0DEEC;
}
</style>