Shades of Vanilla Ice #F1D1D0
Tints of Vanilla Ice #F1D1D0
RGB
CMYK
RGB Variations
Color information
#F1D1D0 (or 0xF1D1D0) is known color: Vanilla Ice. HEX triplet: F1, D1 and D0. RGB value is (241,209,208). Sum of RGB (Red+Green+Blue) = 241+209+208=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1D0 is #0E2E2F. Grayscale: #DADADA. Windows color (decimal): -929328 or 13685233. OLE color: 13685233.
HSL color Cylindrical-coordinate representation of color #F1D1D0: hue angle of 1.82º degrees, saturation: 0.54, 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 #F1D1D0 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 208 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.05 |
| HSL | 1.82º | 0.54% | 0.88% | - |
| HSV(B) | 1.82º | 0.14% | 0.95% | - |
| XYZ | 70.46 | 68.86 | 69.25 | - |
| YUV | 218.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 208 | 0 | 0.13 | 0.14 | 0.05 | 1.82 | 0.54 | 0.88 |
| Hex | F1 | D1 | D0 | 0 | D | E | 5 | 2 | 36 | 58 |
| Octal | 361 | 321 | 320 | 0 | 15 | 16 | 5 | 2 | 66 | 130 |
| Binary | 11110001 | 11010001 | 11010000 | 0 | 1101 | 1110 | 101 | 10 | 110110 | 1011000 |
Color Harmonies of #F1D1D0
Complementary color
Monochromatic Colors of #F1D1D0
Black with #F1D1D0
Text Example
Text Example
White with #F1D1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1D0; }
p { color: rgb(241,209,208); }
H1.HeaderClassName
{
color: #F1D1D0;
}
.AnyTagClassName
{
color: #F1D1D0;
}
</style>
background-color css
<style>
a { background-color: #F1D1D0; }
a { background-color: rgb(241,209,208); }
div.DivClassName
{
background-color: #F1D1D0;
}
.BgClassName
{
background-color: #F1D1D0;
}
</style>
border-color css
<style>
span { border-color: #F1D1D0; }
span { border-color: rgb(241,209,208); }
td.TdClassName
{
border-color: #F1D1D0;
}
.TagClassName
{
border-color: #F1D1D0;
}
</style>