Shades of Vanilla Ice #F0D0CD
Tints of Vanilla Ice #F0D0CD
RGB
CMYK
RGB Variations
Color information
#F0D0CD (or 0xF0D0CD) is known color: Vanilla Ice. HEX triplet: F0, D0 and CD. RGB value is (240,208,205). Sum of RGB (Red+Green+Blue) = 240+208+205=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0CD is #0F2F32. Grayscale: #D9D9D9. Windows color (decimal): -995123 or 13488368. OLE color: 13488368.
HSL color Cylindrical-coordinate representation of color #F0D0CD: hue angle of 5.14º degrees, saturation: 0.54, 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 #F0D0CD is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 205 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.06 |
| HSL | 5.14º | 0.54% | 0.87% | - |
| HSV(B) | 5.14º | 0.15% | 0.94% | - |
| XYZ | 69.51 | 68.04 | 67.23 | - |
| YUV | 217.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 205 | 0 | 0.13 | 0.15 | 0.06 | 5.14 | 0.54 | 0.87 |
| Hex | F0 | D0 | CD | 0 | D | F | 6 | 5 | 36 | 57 |
| Octal | 360 | 320 | 315 | 0 | 15 | 17 | 6 | 5 | 66 | 127 |
| Binary | 11110000 | 11010000 | 11001101 | 0 | 1101 | 1111 | 110 | 101 | 110110 | 1010111 |
Color Harmonies of #F0D0CD
Complementary color
Monochromatic Colors of #F0D0CD
Black with #F0D0CD
Text Example
Text Example
White with #F0D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0CD; }
p { color: rgb(240,208,205); }
H1.HeaderClassName
{
color: #F0D0CD;
}
.AnyTagClassName
{
color: #F0D0CD;
}
</style>
background-color css
<style>
a { background-color: #F0D0CD; }
a { background-color: rgb(240,208,205); }
div.DivClassName
{
background-color: #F0D0CD;
}
.BgClassName
{
background-color: #F0D0CD;
}
</style>
border-color css
<style>
span { border-color: #F0D0CD; }
span { border-color: rgb(240,208,205); }
td.TdClassName
{
border-color: #F0D0CD;
}
.TagClassName
{
border-color: #F0D0CD;
}
</style>