Shades of Vanilla Ice #F2CECD
Tints of Vanilla Ice #F2CECD
RGB
CMYK
RGB Variations
Color information
#F2CECD (or 0xF2CECD) is known color: Vanilla Ice. HEX triplet: F2, CE and CD. RGB value is (242,206,205). Sum of RGB (Red+Green+Blue) = 242+206+205=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CECD is #0D3132. Grayscale: #D8D8D8. Windows color (decimal): -864563 or 13487858. OLE color: 13487858.
HSL color Cylindrical-coordinate representation of color #F2CECD: hue angle of 1.62º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CECD is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 205 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.05 |
| HSL | 1.62º | 0.59% | 0.88% | - |
| HSV(B) | 1.62º | 0.15% | 0.95% | - |
| XYZ | 69.71 | 67.43 | 67.1 | - |
| YUV | 216.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 205 | 0 | 0.15 | 0.15 | 0.05 | 1.62 | 0.59 | 0.88 |
| Hex | F2 | CE | CD | 0 | F | F | 5 | 2 | 3B | 58 |
| Octal | 362 | 316 | 315 | 0 | 17 | 17 | 5 | 2 | 73 | 130 |
| Binary | 11110010 | 11001110 | 11001101 | 0 | 1111 | 1111 | 101 | 10 | 111011 | 1011000 |
Color Harmonies of #F2CECD
Complementary color
Monochromatic Colors of #F2CECD
Black with #F2CECD
Text Example
Text Example
White with #F2CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CECD; }
p { color: rgb(242,206,205); }
H1.HeaderClassName
{
color: #F2CECD;
}
.AnyTagClassName
{
color: #F2CECD;
}
</style>
background-color css
<style>
a { background-color: #F2CECD; }
a { background-color: rgb(242,206,205); }
div.DivClassName
{
background-color: #F2CECD;
}
.BgClassName
{
background-color: #F2CECD;
}
</style>
border-color css
<style>
span { border-color: #F2CECD; }
span { border-color: rgb(242,206,205); }
td.TdClassName
{
border-color: #F2CECD;
}
.TagClassName
{
border-color: #F2CECD;
}
</style>