Shades of Snuff #F0E0EC
Tints of Snuff #F0E0EC
RGB
CMYK
RGB Variations
Color information
#F0E0EC (or 0xF0E0EC) is known color: Snuff. HEX triplet: F0, E0 and EC. RGB value is (240,224,236). Sum of RGB (Red+Green+Blue) = 240+224+236=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E0EC is #0F1F13. Grayscale: #E6E6E6. Windows color (decimal): -990996 or 15524080. OLE color: 15524080.
HSL color Cylindrical-coordinate representation of color #F0E0EC: hue angle of 315º degrees, saturation: 0.35, 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 #F0E0EC is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 236 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.06 |
| HSL | 315º | 0.35% | 0.91% | - |
| HSV(B) | 315º | 0.07% | 0.94% | - |
| XYZ | 77.73 | 77.89 | 90.29 | - |
| YUV | 230.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 236 | 0 | 0.07 | 0.02 | 0.06 | 315 | 0.35 | 0.91 |
| Hex | F0 | E0 | EC | 0 | 7 | 2 | 6 | 13B | 23 | 5B |
| Octal | 360 | 340 | 354 | 0 | 7 | 2 | 6 | 473 | 43 | 133 |
| Binary | 11110000 | 11100000 | 11101100 | 0 | 111 | 10 | 110 | 100111011 | 100011 | 1011011 |
Color Harmonies of #F0E0EC
Complementary color
Monochromatic Colors of #F0E0EC
Black with #F0E0EC
Text Example
Text Example
White with #F0E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0EC; }
p { color: rgb(240,224,236); }
H1.HeaderClassName
{
color: #F0E0EC;
}
.AnyTagClassName
{
color: #F0E0EC;
}
</style>
background-color css
<style>
a { background-color: #F0E0EC; }
a { background-color: rgb(240,224,236); }
div.DivClassName
{
background-color: #F0E0EC;
}
.BgClassName
{
background-color: #F0E0EC;
}
</style>
border-color css
<style>
span { border-color: #F0E0EC; }
span { border-color: rgb(240,224,236); }
td.TdClassName
{
border-color: #F0E0EC;
}
.TagClassName
{
border-color: #F0E0EC;
}
</style>