Shades of Snuff #F0CEEC
Tints of Snuff #F0CEEC
RGB
CMYK
RGB Variations
Color information
#F0CEEC (or 0xF0CEEC) is known color: Snuff. HEX triplet: F0, CE and EC. RGB value is (240,206,236). Sum of RGB (Red+Green+Blue) = 240+206+236=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEEC is #0F3113. Grayscale: #DBDBDB. Windows color (decimal): -995604 or 15519472. OLE color: 15519472.
HSL color Cylindrical-coordinate representation of color #F0CEEC: hue angle of 307.06º 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 #F0CEEC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 236 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.06 |
| HSL | 307.06º | 0.53% | 0.87% | - |
| HSV(B) | 307.06º | 0.14% | 0.94% | - |
| XYZ | 73.15 | 68.72 | 88.77 | - |
| YUV | 219.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 236 | 0 | 0.14 | 0.02 | 0.06 | 307.06 | 0.53 | 0.87 |
| Hex | F0 | CE | EC | 0 | E | 2 | 6 | 133 | 35 | 57 |
| Octal | 360 | 316 | 354 | 0 | 16 | 2 | 6 | 463 | 65 | 127 |
| Binary | 11110000 | 11001110 | 11101100 | 0 | 1110 | 10 | 110 | 100110011 | 110101 | 1010111 |
Color Harmonies of #F0CEEC
Complementary color
Monochromatic Colors of #F0CEEC
Black with #F0CEEC
Text Example
Text Example
White with #F0CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEEC; }
p { color: rgb(240,206,236); }
H1.HeaderClassName
{
color: #F0CEEC;
}
.AnyTagClassName
{
color: #F0CEEC;
}
</style>
background-color css
<style>
a { background-color: #F0CEEC; }
a { background-color: rgb(240,206,236); }
div.DivClassName
{
background-color: #F0CEEC;
}
.BgClassName
{
background-color: #F0CEEC;
}
</style>
border-color css
<style>
span { border-color: #F0CEEC; }
span { border-color: rgb(240,206,236); }
td.TdClassName
{
border-color: #F0CEEC;
}
.TagClassName
{
border-color: #F0CEEC;
}
</style>