Shades of Vanilla Ice #F2CECE
Tints of Vanilla Ice #F2CECE
RGB
CMYK
RGB Variations
Color information
#F2CECE (or 0xF2CECE) is known color: Vanilla Ice. HEX triplet: F2, CE and CE. RGB value is (242,206,206). Sum of RGB (Red+Green+Blue) = 242+206+206=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CECE is #0D3131. Grayscale: #D8D8D8. Windows color (decimal): -864562 or 13553394. OLE color: 13553394.
HSL color Cylindrical-coordinate representation of color #F2CECE: hue angle of 0º degrees, saturation: 0.58, 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 #F2CECE is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 206 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.05 |
| HSL | 0º | 0.58% | 0.88% | - |
| HSV(B) | 0º | 0.15% | 0.95% | - |
| XYZ | 69.83 | 67.48 | 67.74 | - |
| YUV | 216.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 206 | 0 | 0.15 | 0.15 | 0.05 | 0 | 0.58 | 0.88 |
| Hex | F2 | CE | CE | 0 | F | F | 5 | 0 | 3A | 58 |
| Octal | 362 | 316 | 316 | 0 | 17 | 17 | 5 | 0 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11001110 | 0 | 1111 | 1111 | 101 | 0 | 111010 | 1011000 |
Color Harmonies of #F2CECE
Complementary color
Monochromatic Colors of #F2CECE
Black with #F2CECE
Text Example
Text Example
White with #F2CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CECE; }
p { color: rgb(242,206,206); }
H1.HeaderClassName
{
color: #F2CECE;
}
.AnyTagClassName
{
color: #F2CECE;
}
</style>
background-color css
<style>
a { background-color: #F2CECE; }
a { background-color: rgb(242,206,206); }
div.DivClassName
{
background-color: #F2CECE;
}
.BgClassName
{
background-color: #F2CECE;
}
</style>
border-color css
<style>
span { border-color: #F2CECE; }
span { border-color: rgb(242,206,206); }
td.TdClassName
{
border-color: #F2CECE;
}
.TagClassName
{
border-color: #F2CECE;
}
</style>