Shades of Vanilla Ice #F0CDCC
Tints of Vanilla Ice #F0CDCC
RGB
CMYK
RGB Variations
Color information
#F0CDCC (or 0xF0CDCC) is known color: Vanilla Ice. HEX triplet: F0, CD and CC. RGB value is (240,205,204). Sum of RGB (Red+Green+Blue) = 240+205+204=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDCC is #0F3233. Grayscale: #D7D7D7. Windows color (decimal): -995892 or 13422064. OLE color: 13422064.
HSL color Cylindrical-coordinate representation of color #F0CDCC: hue angle of 1.67º 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 #F0CDCC is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 204 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.06 |
| HSL | 1.67º | 0.55% | 0.87% | - |
| HSV(B) | 1.67º | 0.15% | 0.94% | - |
| XYZ | 68.67 | 66.55 | 66.35 | - |
| YUV | 215.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 204 | 0 | 0.15 | 0.15 | 0.06 | 1.67 | 0.55 | 0.87 |
| Hex | F0 | CD | CC | 0 | F | F | 6 | 2 | 37 | 57 |
| Octal | 360 | 315 | 314 | 0 | 17 | 17 | 6 | 2 | 67 | 127 |
| Binary | 11110000 | 11001101 | 11001100 | 0 | 1111 | 1111 | 110 | 10 | 110111 | 1010111 |
Color Harmonies of #F0CDCC
Complementary color
Monochromatic Colors of #F0CDCC
Black with #F0CDCC
Text Example
Text Example
White with #F0CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDCC; }
p { color: rgb(240,205,204); }
H1.HeaderClassName
{
color: #F0CDCC;
}
.AnyTagClassName
{
color: #F0CDCC;
}
</style>
background-color css
<style>
a { background-color: #F0CDCC; }
a { background-color: rgb(240,205,204); }
div.DivClassName
{
background-color: #F0CDCC;
}
.BgClassName
{
background-color: #F0CDCC;
}
</style>
border-color css
<style>
span { border-color: #F0CDCC; }
span { border-color: rgb(240,205,204); }
td.TdClassName
{
border-color: #F0CDCC;
}
.TagClassName
{
border-color: #F0CDCC;
}
</style>