Shades of Vanilla Ice #F1D2CF
Tints of Vanilla Ice #F1D2CF
RGB
CMYK
RGB Variations
Color information
#F1D2CF (or 0xF1D2CF) is known color: Vanilla Ice. HEX triplet: F1, D2 and CF. RGB value is (241,210,207). Sum of RGB (Red+Green+Blue) = 241+210+207=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2CF is #0E2D30. Grayscale: #DADADA. Windows color (decimal): -929073 or 13619953. OLE color: 13619953.
HSL color Cylindrical-coordinate representation of color #F1D2CF: hue angle of 5.29º 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 #F1D2CF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 207 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.05 |
| HSL | 5.29º | 0.55% | 0.88% | - |
| HSV(B) | 5.29º | 0.14% | 0.95% | - |
| XYZ | 70.58 | 69.3 | 68.69 | - |
| YUV | 218.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 207 | 0 | 0.13 | 0.14 | 0.05 | 5.29 | 0.55 | 0.88 |
| Hex | F1 | D2 | CF | 0 | D | E | 5 | 5 | 37 | 58 |
| Octal | 361 | 322 | 317 | 0 | 15 | 16 | 5 | 5 | 67 | 130 |
| Binary | 11110001 | 11010010 | 11001111 | 0 | 1101 | 1110 | 101 | 101 | 110111 | 1011000 |
Color Harmonies of #F1D2CF
Complementary color
Monochromatic Colors of #F1D2CF
Black with #F1D2CF
Text Example
Text Example
White with #F1D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2CF; }
p { color: rgb(241,210,207); }
H1.HeaderClassName
{
color: #F1D2CF;
}
.AnyTagClassName
{
color: #F1D2CF;
}
</style>
background-color css
<style>
a { background-color: #F1D2CF; }
a { background-color: rgb(241,210,207); }
div.DivClassName
{
background-color: #F1D2CF;
}
.BgClassName
{
background-color: #F1D2CF;
}
</style>
border-color css
<style>
span { border-color: #F1D2CF; }
span { border-color: rgb(241,210,207); }
td.TdClassName
{
border-color: #F1D2CF;
}
.TagClassName
{
border-color: #F1D2CF;
}
</style>