Shades of Vanilla Ice #F5D0CF
Tints of Vanilla Ice #F5D0CF
RGB
CMYK
RGB Variations
Color information
#F5D0CF (or 0xF5D0CF) is known color: Vanilla Ice. HEX triplet: F5, D0 and CF. RGB value is (245,208,207). Sum of RGB (Red+Green+Blue) = 245+208+207=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D0CF is #0A2F30. Grayscale: #DADADA. Windows color (decimal): -667441 or 13619445. OLE color: 13619445.
HSL color Cylindrical-coordinate representation of color #F5D0CF: hue angle of 1.58º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5D0CF is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 207 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.04 |
| HSL | 1.58º | 0.66% | 0.89% | - |
| HSV(B) | 1.58º | 0.16% | 0.96% | - |
| XYZ | 71.47 | 69.03 | 68.59 | - |
| YUV | 218.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 207 | 0 | 0.15 | 0.16 | 0.04 | 1.58 | 0.66 | 0.89 |
| Hex | F5 | D0 | CF | 0 | F | 10 | 4 | 2 | 42 | 59 |
| Octal | 365 | 320 | 317 | 0 | 17 | 20 | 4 | 2 | 102 | 131 |
| Binary | 11110101 | 11010000 | 11001111 | 0 | 1111 | 10000 | 100 | 10 | 1000010 | 1011001 |
Color Harmonies of #F5D0CF
Complementary color
Monochromatic Colors of #F5D0CF
Black with #F5D0CF
Text Example
Text Example
White with #F5D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D0CF; }
p { color: rgb(245,208,207); }
H1.HeaderClassName
{
color: #F5D0CF;
}
.AnyTagClassName
{
color: #F5D0CF;
}
</style>
background-color css
<style>
a { background-color: #F5D0CF; }
a { background-color: rgb(245,208,207); }
div.DivClassName
{
background-color: #F5D0CF;
}
.BgClassName
{
background-color: #F5D0CF;
}
</style>
border-color css
<style>
span { border-color: #F5D0CF; }
span { border-color: rgb(245,208,207); }
td.TdClassName
{
border-color: #F5D0CF;
}
.TagClassName
{
border-color: #F5D0CF;
}
</style>