Shades of Vanilla Ice #F0CFCC
Tints of Vanilla Ice #F0CFCC
RGB
CMYK
RGB Variations
Color information
#F0CFCC (or 0xF0CFCC) is known color: Vanilla Ice. HEX triplet: F0, CF and CC. RGB value is (240,207,204). Sum of RGB (Red+Green+Blue) = 240+207+204=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFCC is #0F3033. Grayscale: #D8D8D8. Windows color (decimal): -995380 or 13422576. OLE color: 13422576.
HSL color Cylindrical-coordinate representation of color #F0CFCC: hue angle of 5º 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 #F0CFCC is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 204 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.06 |
| HSL | 5º | 0.55% | 0.87% | - |
| HSV(B) | 5º | 0.15% | 0.94% | - |
| XYZ | 69.15 | 67.51 | 66.51 | - |
| YUV | 216.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 204 | 0 | 0.14 | 0.15 | 0.06 | 5 | 0.55 | 0.87 |
| Hex | F0 | CF | CC | 0 | E | F | 6 | 5 | 37 | 57 |
| Octal | 360 | 317 | 314 | 0 | 16 | 17 | 6 | 5 | 67 | 127 |
| Binary | 11110000 | 11001111 | 11001100 | 0 | 1110 | 1111 | 110 | 101 | 110111 | 1010111 |
Color Harmonies of #F0CFCC
Complementary color
Monochromatic Colors of #F0CFCC
Black with #F0CFCC
Text Example
Text Example
White with #F0CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFCC; }
p { color: rgb(240,207,204); }
H1.HeaderClassName
{
color: #F0CFCC;
}
.AnyTagClassName
{
color: #F0CFCC;
}
</style>
background-color css
<style>
a { background-color: #F0CFCC; }
a { background-color: rgb(240,207,204); }
div.DivClassName
{
background-color: #F0CFCC;
}
.BgClassName
{
background-color: #F0CFCC;
}
</style>
border-color css
<style>
span { border-color: #F0CFCC; }
span { border-color: rgb(240,207,204); }
td.TdClassName
{
border-color: #F0CFCC;
}
.TagClassName
{
border-color: #F0CFCC;
}
</style>