Shades of Vanilla Ice #F0CACA
Tints of Vanilla Ice #F0CACA
RGB
CMYK
RGB Variations
Color information
#F0CACA (or 0xF0CACA) is known color: Vanilla Ice. HEX triplet: F0, CA and CA. RGB value is (240,202,202). Sum of RGB (Red+Green+Blue) = 240+202+202=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CACA is #0F3535. Grayscale: #D5D5D5. Windows color (decimal): -996662 or 13290224. OLE color: 13290224.
HSL color Cylindrical-coordinate representation of color #F0CACA: hue angle of 0º 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 #F0CACA is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 202 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.06 |
| HSL | 0º | 0.56% | 0.87% | - |
| HSV(B) | 0º | 0.16% | 0.94% | - |
| XYZ | 67.72 | 65.03 | 64.86 | - |
| YUV | 213.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 202 | 0 | 0.16 | 0.16 | 0.06 | 0 | 0.56 | 0.87 |
| Hex | F0 | CA | CA | 0 | 10 | 10 | 6 | 0 | 38 | 57 |
| Octal | 360 | 312 | 312 | 0 | 20 | 20 | 6 | 0 | 70 | 127 |
| Binary | 11110000 | 11001010 | 11001010 | 0 | 10000 | 10000 | 110 | 0 | 111000 | 1010111 |
Color Harmonies of #F0CACA
Complementary color
Monochromatic Colors of #F0CACA
Black with #F0CACA
Text Example
Text Example
White with #F0CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CACA; }
p { color: rgb(240,202,202); }
H1.HeaderClassName
{
color: #F0CACA;
}
.AnyTagClassName
{
color: #F0CACA;
}
</style>
background-color css
<style>
a { background-color: #F0CACA; }
a { background-color: rgb(240,202,202); }
div.DivClassName
{
background-color: #F0CACA;
}
.BgClassName
{
background-color: #F0CACA;
}
</style>
border-color css
<style>
span { border-color: #F0CACA; }
span { border-color: rgb(240,202,202); }
td.TdClassName
{
border-color: #F0CACA;
}
.TagClassName
{
border-color: #F0CACA;
}
</style>