Shades of Vanilla Ice #F0D2CF
Tints of Vanilla Ice #F0D2CF
RGB
CMYK
RGB Variations
Color information
#F0D2CF (or 0xF0D2CF) is known color: Vanilla Ice. HEX triplet: F0, D2 and CF. RGB value is (240,210,207). Sum of RGB (Red+Green+Blue) = 240+210+207=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2CF is #0F2D30. Grayscale: #DADADA. Windows color (decimal): -994609 or 13619952. OLE color: 13619952.
HSL color Cylindrical-coordinate representation of color #F0D2CF: hue angle of 5.45º 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 #F0D2CF is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 207 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.06 |
| HSL | 5.45º | 0.52% | 0.88% | - |
| HSV(B) | 5.45º | 0.14% | 0.94% | - |
| XYZ | 70.24 | 69.12 | 68.67 | - |
| YUV | 218.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 207 | 0 | 0.12 | 0.14 | 0.06 | 5.45 | 0.52 | 0.88 |
| Hex | F0 | D2 | CF | 0 | C | E | 6 | 5 | 34 | 58 |
| Octal | 360 | 322 | 317 | 0 | 14 | 16 | 6 | 5 | 64 | 130 |
| Binary | 11110000 | 11010010 | 11001111 | 0 | 1100 | 1110 | 110 | 101 | 110100 | 1011000 |
Color Harmonies of #F0D2CF
Complementary color
Monochromatic Colors of #F0D2CF
Black with #F0D2CF
Text Example
Text Example
White with #F0D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2CF; }
p { color: rgb(240,210,207); }
H1.HeaderClassName
{
color: #F0D2CF;
}
.AnyTagClassName
{
color: #F0D2CF;
}
</style>
background-color css
<style>
a { background-color: #F0D2CF; }
a { background-color: rgb(240,210,207); }
div.DivClassName
{
background-color: #F0D2CF;
}
.BgClassName
{
background-color: #F0D2CF;
}
</style>
border-color css
<style>
span { border-color: #F0D2CF; }
span { border-color: rgb(240,210,207); }
td.TdClassName
{
border-color: #F0D2CF;
}
.TagClassName
{
border-color: #F0D2CF;
}
</style>