Shades of Snuff #F0CBE9
Tints of Snuff #F0CBE9
RGB
CMYK
RGB Variations
Color information
#F0CBE9 (or 0xF0CBE9) is known color: Snuff. HEX triplet: F0, CB and E9. RGB value is (240,203,233). Sum of RGB (Red+Green+Blue) = 240+203+233=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBE9 is #0F3416. Grayscale: #D9D9D9. Windows color (decimal): -996375 or 15322096. OLE color: 15322096.
HSL color Cylindrical-coordinate representation of color #F0CBE9: hue angle of 311.35º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CBE9 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 233 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.06 |
| HSL | 311.35º | 0.55% | 0.87% | - |
| HSV(B) | 311.35º | 0.15% | 0.94% | - |
| XYZ | 72 | 67.12 | 86.25 | - |
| YUV | 217.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 233 | 0 | 0.15 | 0.03 | 0.06 | 311.35 | 0.55 | 0.87 |
| Hex | F0 | CB | E9 | 0 | F | 3 | 6 | 137 | 37 | 57 |
| Octal | 360 | 313 | 351 | 0 | 17 | 3 | 6 | 467 | 67 | 127 |
| Binary | 11110000 | 11001011 | 11101001 | 0 | 1111 | 11 | 110 | 100110111 | 110111 | 1010111 |
Color Harmonies of #F0CBE9
Complementary color
Monochromatic Colors of #F0CBE9
Black with #F0CBE9
Text Example
Text Example
White with #F0CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBE9; }
p { color: rgb(240,203,233); }
H1.HeaderClassName
{
color: #F0CBE9;
}
.AnyTagClassName
{
color: #F0CBE9;
}
</style>
background-color css
<style>
a { background-color: #F0CBE9; }
a { background-color: rgb(240,203,233); }
div.DivClassName
{
background-color: #F0CBE9;
}
.BgClassName
{
background-color: #F0CBE9;
}
</style>
border-color css
<style>
span { border-color: #F0CBE9; }
span { border-color: rgb(240,203,233); }
td.TdClassName
{
border-color: #F0CBE9;
}
.TagClassName
{
border-color: #F0CBE9;
}
</style>