Shades of Snuff #F0CEEA
Tints of Snuff #F0CEEA
RGB
CMYK
RGB Variations
Color information
#F0CEEA (or 0xF0CEEA) is known color: Snuff. HEX triplet: F0, CE and EA. RGB value is (240,206,234). Sum of RGB (Red+Green+Blue) = 240+206+234=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEEA is #0F3115. Grayscale: #DBDBDB. Windows color (decimal): -995606 or 15388400. OLE color: 15388400.
HSL color Cylindrical-coordinate representation of color #F0CEEA: hue angle of 310.59º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CEEA is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 234 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.06 |
| HSL | 310.59º | 0.53% | 0.87% | - |
| HSV(B) | 310.59º | 0.14% | 0.94% | - |
| XYZ | 72.86 | 68.61 | 87.24 | - |
| YUV | 219.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 234 | 0 | 0.14 | 0.02 | 0.06 | 310.59 | 0.53 | 0.87 |
| Hex | F0 | CE | EA | 0 | E | 2 | 6 | 137 | 35 | 57 |
| Octal | 360 | 316 | 352 | 0 | 16 | 2 | 6 | 467 | 65 | 127 |
| Binary | 11110000 | 11001110 | 11101010 | 0 | 1110 | 10 | 110 | 100110111 | 110101 | 1010111 |
Color Harmonies of #F0CEEA
Complementary color
Monochromatic Colors of #F0CEEA
Black with #F0CEEA
Text Example
Text Example
White with #F0CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEEA; }
p { color: rgb(240,206,234); }
H1.HeaderClassName
{
color: #F0CEEA;
}
.AnyTagClassName
{
color: #F0CEEA;
}
</style>
background-color css
<style>
a { background-color: #F0CEEA; }
a { background-color: rgb(240,206,234); }
div.DivClassName
{
background-color: #F0CEEA;
}
.BgClassName
{
background-color: #F0CEEA;
}
</style>
border-color css
<style>
span { border-color: #F0CEEA; }
span { border-color: rgb(240,206,234); }
td.TdClassName
{
border-color: #F0CEEA;
}
.TagClassName
{
border-color: #F0CEEA;
}
</style>