Shades of Snuff #F0CAEA
Tints of Snuff #F0CAEA
RGB
CMYK
RGB Variations
Color information
#F0CAEA (or 0xF0CAEA) is known color: Snuff. HEX triplet: F0, CA and EA. RGB value is (240,202,234). Sum of RGB (Red+Green+Blue) = 240+202+234=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAEA is #0F3515. Grayscale: #D8D8D8. Windows color (decimal): -996630 or 15387376. OLE color: 15387376.
HSL color Cylindrical-coordinate representation of color #F0CAEA: hue angle of 309.47º 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 #F0CAEA is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 234 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.06 |
| HSL | 309.47º | 0.56% | 0.87% | - |
| HSV(B) | 309.47º | 0.16% | 0.94% | - |
| XYZ | 71.91 | 66.71 | 86.93 | - |
| YUV | 217.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 234 | 0 | 0.16 | 0.02 | 0.06 | 309.47 | 0.56 | 0.87 |
| Hex | F0 | CA | EA | 0 | 10 | 2 | 6 | 135 | 38 | 57 |
| Octal | 360 | 312 | 352 | 0 | 20 | 2 | 6 | 465 | 70 | 127 |
| Binary | 11110000 | 11001010 | 11101010 | 0 | 10000 | 10 | 110 | 100110101 | 111000 | 1010111 |
Color Harmonies of #F0CAEA
Complementary color
Monochromatic Colors of #F0CAEA
Black with #F0CAEA
Text Example
Text Example
White with #F0CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAEA; }
p { color: rgb(240,202,234); }
H1.HeaderClassName
{
color: #F0CAEA;
}
.AnyTagClassName
{
color: #F0CAEA;
}
</style>
background-color css
<style>
a { background-color: #F0CAEA; }
a { background-color: rgb(240,202,234); }
div.DivClassName
{
background-color: #F0CAEA;
}
.BgClassName
{
background-color: #F0CAEA;
}
</style>
border-color css
<style>
span { border-color: #F0CAEA; }
span { border-color: rgb(240,202,234); }
td.TdClassName
{
border-color: #F0CAEA;
}
.TagClassName
{
border-color: #F0CAEA;
}
</style>