Shades of Vanilla Ice #F0CECC
Tints of Vanilla Ice #F0CECC
RGB
CMYK
RGB Variations
Color information
#F0CECC (or 0xF0CECC) is known color: Vanilla Ice. HEX triplet: F0, CE and CC. RGB value is (240,206,204). Sum of RGB (Red+Green+Blue) = 240+206+204=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CECC is #0F3133. Grayscale: #D7D7D7. Windows color (decimal): -995636 or 13422320. OLE color: 13422320.
HSL color Cylindrical-coordinate representation of color #F0CECC: hue angle of 3.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CECC is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 204 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.06 |
| HSL | 3.33º | 0.55% | 0.87% | - |
| HSV(B) | 3.33º | 0.15% | 0.94% | - |
| XYZ | 68.91 | 67.03 | 66.43 | - |
| YUV | 215.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 204 | 0 | 0.14 | 0.15 | 0.06 | 3.33 | 0.55 | 0.87 |
| Hex | F0 | CE | CC | 0 | E | F | 6 | 3 | 37 | 57 |
| Octal | 360 | 316 | 314 | 0 | 16 | 17 | 6 | 3 | 67 | 127 |
| Binary | 11110000 | 11001110 | 11001100 | 0 | 1110 | 1111 | 110 | 11 | 110111 | 1010111 |
Color Harmonies of #F0CECC
Complementary color
Monochromatic Colors of #F0CECC
Black with #F0CECC
Text Example
Text Example
White with #F0CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CECC; }
p { color: rgb(240,206,204); }
H1.HeaderClassName
{
color: #F0CECC;
}
.AnyTagClassName
{
color: #F0CECC;
}
</style>
background-color css
<style>
a { background-color: #F0CECC; }
a { background-color: rgb(240,206,204); }
div.DivClassName
{
background-color: #F0CECC;
}
.BgClassName
{
background-color: #F0CECC;
}
</style>
border-color css
<style>
span { border-color: #F0CECC; }
span { border-color: rgb(240,206,204); }
td.TdClassName
{
border-color: #F0CECC;
}
.TagClassName
{
border-color: #F0CECC;
}
</style>