Shades of Snuff #F0E1EC
Tints of Snuff #F0E1EC
RGB
CMYK
RGB Variations
Color information
#F0E1EC (or 0xF0E1EC) is known color: Snuff. HEX triplet: F0, E1 and EC. RGB value is (240,225,236). Sum of RGB (Red+Green+Blue) = 240+225+236=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1EC is #0F1E13. Grayscale: #E6E6E6. Windows color (decimal): -990740 or 15524336. OLE color: 15524336.
HSL color Cylindrical-coordinate representation of color #F0E1EC: hue angle of 316º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0E1EC is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 236 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.06 |
| HSL | 316º | 0.33% | 0.91% | - |
| HSV(B) | 316º | 0.06% | 0.94% | - |
| XYZ | 78 | 78.43 | 90.38 | - |
| YUV | 230.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 236 | 0 | 0.06 | 0.02 | 0.06 | 316 | 0.33 | 0.91 |
| Hex | F0 | E1 | EC | 0 | 6 | 2 | 6 | 13C | 21 | 5B |
| Octal | 360 | 341 | 354 | 0 | 6 | 2 | 6 | 474 | 41 | 133 |
| Binary | 11110000 | 11100001 | 11101100 | 0 | 110 | 10 | 110 | 100111100 | 100001 | 1011011 |
Color Harmonies of #F0E1EC
Complementary color
Monochromatic Colors of #F0E1EC
Black with #F0E1EC
Text Example
Text Example
White with #F0E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1EC; }
p { color: rgb(240,225,236); }
H1.HeaderClassName
{
color: #F0E1EC;
}
.AnyTagClassName
{
color: #F0E1EC;
}
</style>
background-color css
<style>
a { background-color: #F0E1EC; }
a { background-color: rgb(240,225,236); }
div.DivClassName
{
background-color: #F0E1EC;
}
.BgClassName
{
background-color: #F0E1EC;
}
</style>
border-color css
<style>
span { border-color: #F0E1EC; }
span { border-color: rgb(240,225,236); }
td.TdClassName
{
border-color: #F0E1EC;
}
.TagClassName
{
border-color: #F0E1EC;
}
</style>