Shades of Snuff #F0C9EB
Tints of Snuff #F0C9EB
RGB
CMYK
RGB Variations
Color information
#F0C9EB (or 0xF0C9EB) is known color: Snuff. HEX triplet: F0, C9 and EB. RGB value is (240,201,235). Sum of RGB (Red+Green+Blue) = 240+201+235=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C9EB is #0F3614. Grayscale: #D8D8D8. Windows color (decimal): -996885 or 15452656. OLE color: 15452656.
HSL color Cylindrical-coordinate representation of color #F0C9EB: hue angle of 307.69º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0C9EB is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 235 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.06 |
| HSL | 307.69º | 0.57% | 0.86% | - |
| HSV(B) | 307.69º | 0.16% | 0.94% | - |
| XYZ | 71.82 | 66.3 | 87.61 | - |
| YUV | 216.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 235 | 0 | 0.16 | 0.02 | 0.06 | 307.69 | 0.57 | 0.86 |
| Hex | F0 | C9 | EB | 0 | 10 | 2 | 6 | 134 | 39 | 56 |
| Octal | 360 | 311 | 353 | 0 | 20 | 2 | 6 | 464 | 71 | 126 |
| Binary | 11110000 | 11001001 | 11101011 | 0 | 10000 | 10 | 110 | 100110100 | 111001 | 1010110 |
Color Harmonies of #F0C9EB
Complementary color
Monochromatic Colors of #F0C9EB
Black with #F0C9EB
Text Example
Text Example
White with #F0C9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9EB; }
p { color: rgb(240,201,235); }
H1.HeaderClassName
{
color: #F0C9EB;
}
.AnyTagClassName
{
color: #F0C9EB;
}
</style>
background-color css
<style>
a { background-color: #F0C9EB; }
a { background-color: rgb(240,201,235); }
div.DivClassName
{
background-color: #F0C9EB;
}
.BgClassName
{
background-color: #F0C9EB;
}
</style>
border-color css
<style>
span { border-color: #F0C9EB; }
span { border-color: rgb(240,201,235); }
td.TdClassName
{
border-color: #F0C9EB;
}
.TagClassName
{
border-color: #F0C9EB;
}
</style>