Shades of Vanilla Ice #F4D1CF
Tints of Vanilla Ice #F4D1CF
RGB
CMYK
RGB Variations
Color information
#F4D1CF (or 0xF4D1CF) is known color: Vanilla Ice. HEX triplet: F4, D1 and CF. RGB value is (244,209,207). Sum of RGB (Red+Green+Blue) = 244+209+207=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D1CF is #0B2E30. Grayscale: #DBDBDB. Windows color (decimal): -732721 or 13619700. OLE color: 13619700.
HSL color Cylindrical-coordinate representation of color #F4D1CF: hue angle of 3.24º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4D1CF is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 207 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.04 |
| HSL | 3.24º | 0.63% | 0.88% | - |
| HSV(B) | 3.24º | 0.15% | 0.96% | - |
| XYZ | 71.37 | 69.34 | 68.65 | - |
| YUV | 219.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 207 | 0 | 0.14 | 0.15 | 0.04 | 3.24 | 0.63 | 0.88 |
| Hex | F4 | D1 | CF | 0 | E | F | 4 | 3 | 3F | 58 |
| Octal | 364 | 321 | 317 | 0 | 16 | 17 | 4 | 3 | 77 | 130 |
| Binary | 11110100 | 11010001 | 11001111 | 0 | 1110 | 1111 | 100 | 11 | 111111 | 1011000 |
Color Harmonies of #F4D1CF
Complementary color
Monochromatic Colors of #F4D1CF
Black with #F4D1CF
Text Example
Text Example
White with #F4D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D1CF; }
p { color: rgb(244,209,207); }
H1.HeaderClassName
{
color: #F4D1CF;
}
.AnyTagClassName
{
color: #F4D1CF;
}
</style>
background-color css
<style>
a { background-color: #F4D1CF; }
a { background-color: rgb(244,209,207); }
div.DivClassName
{
background-color: #F4D1CF;
}
.BgClassName
{
background-color: #F4D1CF;
}
</style>
border-color css
<style>
span { border-color: #F4D1CF; }
span { border-color: rgb(244,209,207); }
td.TdClassName
{
border-color: #F4D1CF;
}
.TagClassName
{
border-color: #F4D1CF;
}
</style>