Shades of Snuff #F0E1ED
Tints of Snuff #F0E1ED
RGB
CMYK
RGB Variations
Color information
#F0E1ED (or 0xF0E1ED) is known color: Snuff. HEX triplet: F0, E1 and ED. RGB value is (240,225,237). Sum of RGB (Red+Green+Blue) = 240+225+237=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1ED is #0F1E12. Grayscale: #E6E6E6. Windows color (decimal): -990739 or 15589872. OLE color: 15589872.
HSL color Cylindrical-coordinate representation of color #F0E1ED: hue angle of 312º 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 #F0E1ED is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 225 | 237 | - |
CMYK | 0 | 0.06 | 0.01 | 0.06 |
HSL | 312º | 0.33% | 0.91% | - |
HSV(B) | 312º | 0.06% | 0.94% | - |
XYZ | 78.15 | 78.49 | 91.15 | - |
YUV | 230.85 | 131.47 | 134.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 225 | 237 | 0 | 0.06 | 0.01 | 0.06 | 312 | 0.33 | 0.91 |
Hex | F0 | E1 | ED | 0 | 6 | 1 | 6 | 138 | 21 | 5B |
Octal | 360 | 341 | 355 | 0 | 6 | 1 | 6 | 470 | 41 | 133 |
Binary | 11110000 | 11100001 | 11101101 | 0 | 110 | 1 | 110 | 100111000 | 100001 | 1011011 |
Color Harmonies of #F0E1ED
Complementary color
Monochromatic Colors of #F0E1ED
Black with #F0E1ED
Text Example
Text Example
White with #F0E1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1ED; }
p { color: rgb(240,225,237); }
H1.HeaderClassName
{
color: #F0E1ED;
}
.AnyTagClassName
{
color: #F0E1ED;
}
</style>
background-color css
<style>
a { background-color: #F0E1ED; }
a { background-color: rgb(240,225,237); }
div.DivClassName
{
background-color: #F0E1ED;
}
.BgClassName
{
background-color: #F0E1ED;
}
</style>
border-color css
<style>
span { border-color: #F0E1ED; }
span { border-color: rgb(240,225,237); }
td.TdClassName
{
border-color: #F0E1ED;
}
.TagClassName
{
border-color: #F0E1ED;
}
</style>