Shades of Snuff #F0C9E9
Tints of Snuff #F0C9E9
RGB
CMYK
RGB Variations
Color information
#F0C9E9 (or 0xF0C9E9) is known color: Snuff. HEX triplet: F0, C9 and E9. RGB value is (240,201,233). Sum of RGB (Red+Green+Blue) = 240+201+233=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C9E9 is #0F3616. Grayscale: #D8D8D8. Windows color (decimal): -996887 or 15321584. OLE color: 15321584.
HSL color Cylindrical-coordinate representation of color #F0C9E9: hue angle of 310.77º 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 #F0C9E9 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 233 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.06 |
| HSL | 310.77º | 0.57% | 0.86% | - |
| HSV(B) | 310.77º | 0.16% | 0.94% | - |
| XYZ | 71.53 | 66.18 | 86.1 | - |
| YUV | 216.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 233 | 0 | 0.16 | 0.03 | 0.06 | 310.77 | 0.57 | 0.86 |
| Hex | F0 | C9 | E9 | 0 | 10 | 3 | 6 | 137 | 39 | 56 |
| Octal | 360 | 311 | 351 | 0 | 20 | 3 | 6 | 467 | 71 | 126 |
| Binary | 11110000 | 11001001 | 11101001 | 0 | 10000 | 11 | 110 | 100110111 | 111001 | 1010110 |
Color Harmonies of #F0C9E9
Complementary color
Monochromatic Colors of #F0C9E9
Black with #F0C9E9
Text Example
Text Example
White with #F0C9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9E9; }
p { color: rgb(240,201,233); }
H1.HeaderClassName
{
color: #F0C9E9;
}
.AnyTagClassName
{
color: #F0C9E9;
}
</style>
background-color css
<style>
a { background-color: #F0C9E9; }
a { background-color: rgb(240,201,233); }
div.DivClassName
{
background-color: #F0C9E9;
}
.BgClassName
{
background-color: #F0C9E9;
}
</style>
border-color css
<style>
span { border-color: #F0C9E9; }
span { border-color: rgb(240,201,233); }
td.TdClassName
{
border-color: #F0C9E9;
}
.TagClassName
{
border-color: #F0C9E9;
}
</style>