Shades of Snuff #F0CAE9
Tints of Snuff #F0CAE9
RGB
CMYK
RGB Variations
Color information
#F0CAE9 (or 0xF0CAE9) is known color: Snuff. HEX triplet: F0, CA and E9. RGB value is (240,202,233). Sum of RGB (Red+Green+Blue) = 240+202+233=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAE9 is #0F3516. Grayscale: #D8D8D8. Windows color (decimal): -996631 or 15321840. OLE color: 15321840.
HSL color Cylindrical-coordinate representation of color #F0CAE9: hue angle of 311.05º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CAE9 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 233 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.06 |
| HSL | 311.05º | 0.56% | 0.87% | - |
| HSV(B) | 311.05º | 0.16% | 0.94% | - |
| XYZ | 71.76 | 66.65 | 86.17 | - |
| YUV | 216.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 233 | 0 | 0.16 | 0.03 | 0.06 | 311.05 | 0.56 | 0.87 |
| Hex | F0 | CA | E9 | 0 | 10 | 3 | 6 | 137 | 38 | 57 |
| Octal | 360 | 312 | 351 | 0 | 20 | 3 | 6 | 467 | 70 | 127 |
| Binary | 11110000 | 11001010 | 11101001 | 0 | 10000 | 11 | 110 | 100110111 | 111000 | 1010111 |
Color Harmonies of #F0CAE9
Complementary color
Monochromatic Colors of #F0CAE9
Black with #F0CAE9
Text Example
Text Example
White with #F0CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAE9; }
p { color: rgb(240,202,233); }
H1.HeaderClassName
{
color: #F0CAE9;
}
.AnyTagClassName
{
color: #F0CAE9;
}
</style>
background-color css
<style>
a { background-color: #F0CAE9; }
a { background-color: rgb(240,202,233); }
div.DivClassName
{
background-color: #F0CAE9;
}
.BgClassName
{
background-color: #F0CAE9;
}
</style>
border-color css
<style>
span { border-color: #F0CAE9; }
span { border-color: rgb(240,202,233); }
td.TdClassName
{
border-color: #F0CAE9;
}
.TagClassName
{
border-color: #F0CAE9;
}
</style>