Shades of Vanilla Ice #F1D0CF
Tints of Vanilla Ice #F1D0CF
RGB
CMYK
RGB Variations
Color information
#F1D0CF (or 0xF1D0CF) is known color: Vanilla Ice. HEX triplet: F1, D0 and CF. RGB value is (241,208,207). Sum of RGB (Red+Green+Blue) = 241+208+207=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0CF is #0E2F30. Grayscale: #D9D9D9. Windows color (decimal): -929585 or 13619441. OLE color: 13619441.
HSL color Cylindrical-coordinate representation of color #F1D0CF: hue angle of 1.76º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1D0CF is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 207 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.05 |
| HSL | 1.76º | 0.55% | 0.88% | - |
| HSV(B) | 1.76º | 0.14% | 0.95% | - |
| XYZ | 70.09 | 68.32 | 68.52 | - |
| YUV | 217.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 207 | 0 | 0.14 | 0.14 | 0.05 | 1.76 | 0.55 | 0.88 |
| Hex | F1 | D0 | CF | 0 | E | E | 5 | 2 | 37 | 58 |
| Octal | 361 | 320 | 317 | 0 | 16 | 16 | 5 | 2 | 67 | 130 |
| Binary | 11110001 | 11010000 | 11001111 | 0 | 1110 | 1110 | 101 | 10 | 110111 | 1011000 |
Color Harmonies of #F1D0CF
Complementary color
Monochromatic Colors of #F1D0CF
Black with #F1D0CF
Text Example
Text Example
White with #F1D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0CF; }
p { color: rgb(241,208,207); }
H1.HeaderClassName
{
color: #F1D0CF;
}
.AnyTagClassName
{
color: #F1D0CF;
}
</style>
background-color css
<style>
a { background-color: #F1D0CF; }
a { background-color: rgb(241,208,207); }
div.DivClassName
{
background-color: #F1D0CF;
}
.BgClassName
{
background-color: #F1D0CF;
}
</style>
border-color css
<style>
span { border-color: #F1D0CF; }
span { border-color: rgb(241,208,207); }
td.TdClassName
{
border-color: #F1D0CF;
}
.TagClassName
{
border-color: #F1D0CF;
}
</style>