Shades of Vanilla Ice #F1CFCD
Tints of Vanilla Ice #F1CFCD
RGB
CMYK
RGB Variations
Color information
#F1CFCD (or 0xF1CFCD) is known color: Vanilla Ice. HEX triplet: F1, CF and CD. RGB value is (241,207,205). Sum of RGB (Red+Green+Blue) = 241+207+205=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFCD is #0E3032. Grayscale: #D8D8D8. Windows color (decimal): -929843 or 13488113. OLE color: 13488113.
HSL color Cylindrical-coordinate representation of color #F1CFCD: hue angle of 3.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CFCD is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 205 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.05 |
| HSL | 3.33º | 0.56% | 0.87% | - |
| HSV(B) | 3.33º | 0.15% | 0.95% | - |
| XYZ | 69.61 | 67.73 | 67.16 | - |
| YUV | 216.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 205 | 0 | 0.14 | 0.15 | 0.05 | 3.33 | 0.56 | 0.87 |
| Hex | F1 | CF | CD | 0 | E | F | 5 | 3 | 38 | 57 |
| Octal | 361 | 317 | 315 | 0 | 16 | 17 | 5 | 3 | 70 | 127 |
| Binary | 11110001 | 11001111 | 11001101 | 0 | 1110 | 1111 | 101 | 11 | 111000 | 1010111 |
Color Harmonies of #F1CFCD
Complementary color
Monochromatic Colors of #F1CFCD
Black with #F1CFCD
Text Example
Text Example
White with #F1CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFCD; }
p { color: rgb(241,207,205); }
H1.HeaderClassName
{
color: #F1CFCD;
}
.AnyTagClassName
{
color: #F1CFCD;
}
</style>
background-color css
<style>
a { background-color: #F1CFCD; }
a { background-color: rgb(241,207,205); }
div.DivClassName
{
background-color: #F1CFCD;
}
.BgClassName
{
background-color: #F1CFCD;
}
</style>
border-color css
<style>
span { border-color: #F1CFCD; }
span { border-color: rgb(241,207,205); }
td.TdClassName
{
border-color: #F1CFCD;
}
.TagClassName
{
border-color: #F1CFCD;
}
</style>