Shades of Vanilla Ice #F1D1CF
Tints of Vanilla Ice #F1D1CF
RGB
CMYK
RGB Variations
Color information
#F1D1CF (or 0xF1D1CF) is known color: Vanilla Ice. HEX triplet: F1, D1 and CF. RGB value is (241,209,207). Sum of RGB (Red+Green+Blue) = 241+209+207=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1CF is #0E2E30. Grayscale: #DADADA. Windows color (decimal): -929329 or 13619697. OLE color: 13619697.
HSL color Cylindrical-coordinate representation of color #F1D1CF: hue angle of 3.53º 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 #F1D1CF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 207 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.05 |
| HSL | 3.53º | 0.55% | 0.88% | - |
| HSV(B) | 3.53º | 0.14% | 0.95% | - |
| XYZ | 70.34 | 68.81 | 68.61 | - |
| YUV | 218.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 207 | 0 | 0.13 | 0.14 | 0.05 | 3.53 | 0.55 | 0.88 |
| Hex | F1 | D1 | CF | 0 | D | E | 5 | 4 | 37 | 58 |
| Octal | 361 | 321 | 317 | 0 | 15 | 16 | 5 | 4 | 67 | 130 |
| Binary | 11110001 | 11010001 | 11001111 | 0 | 1101 | 1110 | 101 | 100 | 110111 | 1011000 |
Color Harmonies of #F1D1CF
Complementary color
Monochromatic Colors of #F1D1CF
Black with #F1D1CF
Text Example
Text Example
White with #F1D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1CF; }
p { color: rgb(241,209,207); }
H1.HeaderClassName
{
color: #F1D1CF;
}
.AnyTagClassName
{
color: #F1D1CF;
}
</style>
background-color css
<style>
a { background-color: #F1D1CF; }
a { background-color: rgb(241,209,207); }
div.DivClassName
{
background-color: #F1D1CF;
}
.BgClassName
{
background-color: #F1D1CF;
}
</style>
border-color css
<style>
span { border-color: #F1D1CF; }
span { border-color: rgb(241,209,207); }
td.TdClassName
{
border-color: #F1D1CF;
}
.TagClassName
{
border-color: #F1D1CF;
}
</style>