Shades of Vanilla Ice #F0D4D3
Tints of Vanilla Ice #F0D4D3
RGB
CMYK
RGB Variations
Color information
#F0D4D3 (or 0xF0D4D3) is known color: Vanilla Ice. HEX triplet: F0, D4 and D3. RGB value is (240,212,211). Sum of RGB (Red+Green+Blue) = 240+212+211=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4D3 is #0F2B2C. Grayscale: #DCDCDC. Windows color (decimal): -994093 or 13882608. OLE color: 13882608.
HSL color Cylindrical-coordinate representation of color #F0D4D3: hue angle of 2.07º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D4D3 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 211 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.06 |
| HSL | 2.07º | 0.49% | 0.88% | - |
| HSV(B) | 2.07º | 0.12% | 0.94% | - |
| XYZ | 71.24 | 70.32 | 71.45 | - |
| YUV | 220.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 211 | 0 | 0.12 | 0.12 | 0.06 | 2.07 | 0.49 | 0.88 |
| Hex | F0 | D4 | D3 | 0 | C | C | 6 | 2 | 31 | 58 |
| Octal | 360 | 324 | 323 | 0 | 14 | 14 | 6 | 2 | 61 | 130 |
| Binary | 11110000 | 11010100 | 11010011 | 0 | 1100 | 1100 | 110 | 10 | 110001 | 1011000 |
Color Harmonies of #F0D4D3
Complementary color
Monochromatic Colors of #F0D4D3
Black with #F0D4D3
Text Example
Text Example
White with #F0D4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4D3; }
p { color: rgb(240,212,211); }
H1.HeaderClassName
{
color: #F0D4D3;
}
.AnyTagClassName
{
color: #F0D4D3;
}
</style>
background-color css
<style>
a { background-color: #F0D4D3; }
a { background-color: rgb(240,212,211); }
div.DivClassName
{
background-color: #F0D4D3;
}
.BgClassName
{
background-color: #F0D4D3;
}
</style>
border-color css
<style>
span { border-color: #F0D4D3; }
span { border-color: rgb(240,212,211); }
td.TdClassName
{
border-color: #F0D4D3;
}
.TagClassName
{
border-color: #F0D4D3;
}
</style>