Shades of Snuff #F0CEF6
Tints of Snuff #F0CEF6
RGB
CMYK
RGB Variations
Color information
#F0CEF6 (or 0xF0CEF6) is known color: Snuff. HEX triplet: F0, CE and F6. RGB value is (240,206,246). Sum of RGB (Red+Green+Blue) = 240+206+246=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0CEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEF6 is #0F3109. Grayscale: #DCDCDC. Windows color (decimal): -995594 or 16174832. OLE color: 16174832.
HSL color Cylindrical-coordinate representation of color #F0CEF6: hue angle of 291º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CEF6 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 206 | 246 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.04 |
| HSL | 291º | 0.69% | 0.89% | - |
| HSV(B) | 291º | 0.16% | 0.96% | - |
| XYZ | 74.64 | 69.32 | 96.64 | - |
| YUV | 220.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 246 | 0.02 | 0.16 | 0 | 0.04 | 291 | 0.69 | 0.89 |
| Hex | F0 | CE | F6 | 2 | 10 | 0 | 4 | 123 | 45 | 59 |
| Octal | 360 | 316 | 366 | 2 | 20 | 0 | 4 | 443 | 105 | 131 |
| Binary | 11110000 | 11001110 | 11110110 | 10 | 10000 | 0 | 100 | 100100011 | 1000101 | 1011001 |
Color Harmonies of #F0CEF6
Complementary color
Monochromatic Colors of #F0CEF6
Black with #F0CEF6
Text Example
Text Example
White with #F0CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEF6; }
p { color: rgb(240,206,246); }
H1.HeaderClassName
{
color: #F0CEF6;
}
.AnyTagClassName
{
color: #F0CEF6;
}
</style>
background-color css
<style>
a { background-color: #F0CEF6; }
a { background-color: rgb(240,206,246); }
div.DivClassName
{
background-color: #F0CEF6;
}
.BgClassName
{
background-color: #F0CEF6;
}
</style>
border-color css
<style>
span { border-color: #F0CEF6; }
span { border-color: rgb(240,206,246); }
td.TdClassName
{
border-color: #F0CEF6;
}
.TagClassName
{
border-color: #F0CEF6;
}
</style>