Shades of Vanilla Ice #F0CCCA
Tints of Vanilla Ice #F0CCCA
RGB
CMYK
RGB Variations
Color information
#F0CCCA (or 0xF0CCCA) is known color: Vanilla Ice. HEX triplet: F0, CC and CA. RGB value is (240,204,202). Sum of RGB (Red+Green+Blue) = 240+204+202=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCCA is #0F3335. Grayscale: #D6D6D6. Windows color (decimal): -996150 or 13290736. OLE color: 13290736.
HSL color Cylindrical-coordinate representation of color #F0CCCA: hue angle of 3.16º 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 #F0CCCA is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 202 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.06 |
| HSL | 3.16º | 0.56% | 0.87% | - |
| HSV(B) | 3.16º | 0.16% | 0.94% | - |
| XYZ | 68.19 | 65.98 | 65.02 | - |
| YUV | 214.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 202 | 0 | 0.15 | 0.16 | 0.06 | 3.16 | 0.56 | 0.87 |
| Hex | F0 | CC | CA | 0 | F | 10 | 6 | 3 | 38 | 57 |
| Octal | 360 | 314 | 312 | 0 | 17 | 20 | 6 | 3 | 70 | 127 |
| Binary | 11110000 | 11001100 | 11001010 | 0 | 1111 | 10000 | 110 | 11 | 111000 | 1010111 |
Color Harmonies of #F0CCCA
Complementary color
Monochromatic Colors of #F0CCCA
Black with #F0CCCA
Text Example
Text Example
White with #F0CCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCCA; }
p { color: rgb(240,204,202); }
H1.HeaderClassName
{
color: #F0CCCA;
}
.AnyTagClassName
{
color: #F0CCCA;
}
</style>
background-color css
<style>
a { background-color: #F0CCCA; }
a { background-color: rgb(240,204,202); }
div.DivClassName
{
background-color: #F0CCCA;
}
.BgClassName
{
background-color: #F0CCCA;
}
</style>
border-color css
<style>
span { border-color: #F0CCCA; }
span { border-color: rgb(240,204,202); }
td.TdClassName
{
border-color: #F0CCCA;
}
.TagClassName
{
border-color: #F0CCCA;
}
</style>