Shades of Vanilla Ice #F0D3CF
Tints of Vanilla Ice #F0D3CF
RGB
CMYK
RGB Variations
Color information
#F0D3CF (or 0xF0D3CF) is known color: Vanilla Ice. HEX triplet: F0, D3 and CF. RGB value is (240,211,207). Sum of RGB (Red+Green+Blue) = 240+211+207=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3CF is #0F2C30. Grayscale: #DBDBDB. Windows color (decimal): -994353 or 13620208. OLE color: 13620208.
HSL color Cylindrical-coordinate representation of color #F0D3CF: hue angle of 7.27º 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 #F0D3CF is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 207 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.06 |
| HSL | 7.27º | 0.52% | 0.88% | - |
| HSV(B) | 7.27º | 0.14% | 0.94% | - |
| XYZ | 70.49 | 69.62 | 68.75 | - |
| YUV | 219.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 207 | 0 | 0.12 | 0.14 | 0.06 | 7.27 | 0.52 | 0.88 |
| Hex | F0 | D3 | CF | 0 | C | E | 6 | 7 | 34 | 58 |
| Octal | 360 | 323 | 317 | 0 | 14 | 16 | 6 | 7 | 64 | 130 |
| Binary | 11110000 | 11010011 | 11001111 | 0 | 1100 | 1110 | 110 | 111 | 110100 | 1011000 |
Color Harmonies of #F0D3CF
Complementary color
Monochromatic Colors of #F0D3CF
Black with #F0D3CF
Text Example
Text Example
White with #F0D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D3CF; }
p { color: rgb(240,211,207); }
H1.HeaderClassName
{
color: #F0D3CF;
}
.AnyTagClassName
{
color: #F0D3CF;
}
</style>
background-color css
<style>
a { background-color: #F0D3CF; }
a { background-color: rgb(240,211,207); }
div.DivClassName
{
background-color: #F0D3CF;
}
.BgClassName
{
background-color: #F0D3CF;
}
</style>
border-color css
<style>
span { border-color: #F0D3CF; }
span { border-color: rgb(240,211,207); }
td.TdClassName
{
border-color: #F0D3CF;
}
.TagClassName
{
border-color: #F0D3CF;
}
</style>