Shades of Snuff #F0E0EE
Tints of Snuff #F0E0EE
RGB
CMYK
RGB Variations
Color information
#F0E0EE (or 0xF0E0EE) is known color: Snuff. HEX triplet: F0, E0 and EE. RGB value is (240,224,238). Sum of RGB (Red+Green+Blue) = 240+224+238=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 224 (87.89% from 255 or 31.91% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E0EE is #0F1F11. Grayscale: #E6E6E6. Windows color (decimal): -990994 or 15655152. OLE color: 15655152.
HSL color Cylindrical-coordinate representation of color #F0E0EE: hue angle of 307.5º 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 #F0E0EE is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 238 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.06 |
| HSL | 307.5º | 0.35% | 0.91% | - |
| HSV(B) | 307.5º | 0.07% | 0.94% | - |
| XYZ | 78.02 | 78.01 | 91.83 | - |
| YUV | 230.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 238 | 0 | 0.07 | 0.01 | 0.06 | 307.5 | 0.35 | 0.91 |
| Hex | F0 | E0 | EE | 0 | 7 | 1 | 6 | 134 | 23 | 5B |
| Octal | 360 | 340 | 356 | 0 | 7 | 1 | 6 | 464 | 43 | 133 |
| Binary | 11110000 | 11100000 | 11101110 | 0 | 111 | 1 | 110 | 100110100 | 100011 | 1011011 |
Color Harmonies of #F0E0EE
Complementary color
Monochromatic Colors of #F0E0EE
Black with #F0E0EE
Text Example
Text Example
White with #F0E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0EE; }
p { color: rgb(240,224,238); }
H1.HeaderClassName
{
color: #F0E0EE;
}
.AnyTagClassName
{
color: #F0E0EE;
}
</style>
background-color css
<style>
a { background-color: #F0E0EE; }
a { background-color: rgb(240,224,238); }
div.DivClassName
{
background-color: #F0E0EE;
}
.BgClassName
{
background-color: #F0E0EE;
}
</style>
border-color css
<style>
span { border-color: #F0E0EE; }
span { border-color: rgb(240,224,238); }
td.TdClassName
{
border-color: #F0E0EE;
}
.TagClassName
{
border-color: #F0E0EE;
}
</style>