Shades of Vanilla Ice #F0D1CF
Tints of Vanilla Ice #F0D1CF
RGB
CMYK
RGB Variations
Color information
#F0D1CF (or 0xF0D1CF) is known color: Vanilla Ice. HEX triplet: F0, D1 and CF. RGB value is (240,209,207). Sum of RGB (Red+Green+Blue) = 240+209+207=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1CF is #0F2E30. Grayscale: #DADADA. Windows color (decimal): -994865 or 13619696. OLE color: 13619696.
HSL color Cylindrical-coordinate representation of color #F0D1CF: hue angle of 3.64º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0D1CF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 207 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.06 |
| HSL | 3.64º | 0.52% | 0.88% | - |
| HSV(B) | 3.64º | 0.14% | 0.94% | - |
| XYZ | 70 | 68.63 | 68.59 | - |
| YUV | 218.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 207 | 0 | 0.13 | 0.14 | 0.06 | 3.64 | 0.52 | 0.88 |
| Hex | F0 | D1 | CF | 0 | D | E | 6 | 4 | 34 | 58 |
| Octal | 360 | 321 | 317 | 0 | 15 | 16 | 6 | 4 | 64 | 130 |
| Binary | 11110000 | 11010001 | 11001111 | 0 | 1101 | 1110 | 110 | 100 | 110100 | 1011000 |
Color Harmonies of #F0D1CF
Complementary color
Monochromatic Colors of #F0D1CF
Black with #F0D1CF
Text Example
Text Example
White with #F0D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1CF; }
p { color: rgb(240,209,207); }
H1.HeaderClassName
{
color: #F0D1CF;
}
.AnyTagClassName
{
color: #F0D1CF;
}
</style>
background-color css
<style>
a { background-color: #F0D1CF; }
a { background-color: rgb(240,209,207); }
div.DivClassName
{
background-color: #F0D1CF;
}
.BgClassName
{
background-color: #F0D1CF;
}
</style>
border-color css
<style>
span { border-color: #F0D1CF; }
span { border-color: rgb(240,209,207); }
td.TdClassName
{
border-color: #F0D1CF;
}
.TagClassName
{
border-color: #F0D1CF;
}
</style>