Shades of Snuff #F0CAEF
Tints of Snuff #F0CAEF
RGB
CMYK
RGB Variations
Color information
#F0CAEF (or 0xF0CAEF) is known color: Snuff. HEX triplet: F0, CA and EF. RGB value is (240,202,239). Sum of RGB (Red+Green+Blue) = 240+202+239=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAEF is #0F3510. Grayscale: #D9D9D9. Windows color (decimal): -996625 or 15715056. OLE color: 15715056.
HSL color Cylindrical-coordinate representation of color #F0CAEF: hue angle of 301.58º 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 #F0CAEF is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 239 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.06 |
| HSL | 301.58º | 0.56% | 0.87% | - |
| HSV(B) | 301.58º | 0.16% | 0.94% | - |
| XYZ | 72.64 | 67 | 90.77 | - |
| YUV | 217.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 239 | 0 | 0.16 | 0.00 | 0.06 | 301.58 | 0.56 | 0.87 |
| Hex | F0 | CA | EF | 0 | 10 | 0 | 6 | 12E | 38 | 57 |
| Octal | 360 | 312 | 357 | 0 | 20 | 0 | 6 | 456 | 70 | 127 |
| Binary | 11110000 | 11001010 | 11101111 | 0 | 10000 | 0 | 110 | 100101110 | 111000 | 1010111 |
Color Harmonies of #F0CAEF
Complementary color
Monochromatic Colors of #F0CAEF
Black with #F0CAEF
Text Example
Text Example
White with #F0CAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAEF; }
p { color: rgb(240,202,239); }
H1.HeaderClassName
{
color: #F0CAEF;
}
.AnyTagClassName
{
color: #F0CAEF;
}
</style>
background-color css
<style>
a { background-color: #F0CAEF; }
a { background-color: rgb(240,202,239); }
div.DivClassName
{
background-color: #F0CAEF;
}
.BgClassName
{
background-color: #F0CAEF;
}
</style>
border-color css
<style>
span { border-color: #F0CAEF; }
span { border-color: rgb(240,202,239); }
td.TdClassName
{
border-color: #F0CAEF;
}
.TagClassName
{
border-color: #F0CAEF;
}
</style>