Shades of Snuff #F0CEEE
Tints of Snuff #F0CEEE
RGB
CMYK
RGB Variations
Color information
#F0CEEE (or 0xF0CEEE) is known color: Snuff. HEX triplet: F0, CE and EE. RGB value is (240,206,238). Sum of RGB (Red+Green+Blue) = 240+206+238=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEEE is #0F3111. Grayscale: #DBDBDB. Windows color (decimal): -995602 or 15650544. OLE color: 15650544.
HSL color Cylindrical-coordinate representation of color #F0CEEE: hue angle of 303.53º 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 #F0CEEE is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 238 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.06 |
| HSL | 303.53º | 0.53% | 0.87% | - |
| HSV(B) | 303.53º | 0.14% | 0.94% | - |
| XYZ | 73.44 | 68.84 | 90.31 | - |
| YUV | 219.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 238 | 0 | 0.14 | 0.01 | 0.06 | 303.53 | 0.53 | 0.87 |
| Hex | F0 | CE | EE | 0 | E | 1 | 6 | 130 | 35 | 57 |
| Octal | 360 | 316 | 356 | 0 | 16 | 1 | 6 | 460 | 65 | 127 |
| Binary | 11110000 | 11001110 | 11101110 | 0 | 1110 | 1 | 110 | 100110000 | 110101 | 1010111 |
Color Harmonies of #F0CEEE
Complementary color
Monochromatic Colors of #F0CEEE
Black with #F0CEEE
Text Example
Text Example
White with #F0CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEEE; }
p { color: rgb(240,206,238); }
H1.HeaderClassName
{
color: #F0CEEE;
}
.AnyTagClassName
{
color: #F0CEEE;
}
</style>
background-color css
<style>
a { background-color: #F0CEEE; }
a { background-color: rgb(240,206,238); }
div.DivClassName
{
background-color: #F0CEEE;
}
.BgClassName
{
background-color: #F0CEEE;
}
</style>
border-color css
<style>
span { border-color: #F0CEEE; }
span { border-color: rgb(240,206,238); }
td.TdClassName
{
border-color: #F0CEEE;
}
.TagClassName
{
border-color: #F0CEEE;
}
</style>