Shades of Vanilla Ice #F4CECE
Tints of Vanilla Ice #F4CECE
RGB
CMYK
RGB Variations
Color information
#F4CECE (or 0xF4CECE) is known color: Vanilla Ice. HEX triplet: F4, CE and CE. RGB value is (244,206,206). Sum of RGB (Red+Green+Blue) = 244+206+206=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CECE is #0B3131. Grayscale: #D9D9D9. Windows color (decimal): -733490 or 13553396. OLE color: 13553396.
HSL color Cylindrical-coordinate representation of color #F4CECE: hue angle of 0º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CECE is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 206 | 206 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.04 |
| HSL | 0º | 0.63% | 0.88% | - |
| HSV(B) | 0º | 0.16% | 0.96% | - |
| XYZ | 70.52 | 67.83 | 67.77 | - |
| YUV | 217.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 206 | 0 | 0.16 | 0.16 | 0.04 | 0 | 0.63 | 0.88 |
| Hex | F4 | CE | CE | 0 | 10 | 10 | 4 | 0 | 3F | 58 |
| Octal | 364 | 316 | 316 | 0 | 20 | 20 | 4 | 0 | 77 | 130 |
| Binary | 11110100 | 11001110 | 11001110 | 0 | 10000 | 10000 | 100 | 0 | 111111 | 1011000 |
Color Harmonies of #F4CECE
Complementary color
Monochromatic Colors of #F4CECE
Black with #F4CECE
Text Example
Text Example
White with #F4CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CECE; }
p { color: rgb(244,206,206); }
H1.HeaderClassName
{
color: #F4CECE;
}
.AnyTagClassName
{
color: #F4CECE;
}
</style>
background-color css
<style>
a { background-color: #F4CECE; }
a { background-color: rgb(244,206,206); }
div.DivClassName
{
background-color: #F4CECE;
}
.BgClassName
{
background-color: #F4CECE;
}
</style>
border-color css
<style>
span { border-color: #F4CECE; }
span { border-color: rgb(244,206,206); }
td.TdClassName
{
border-color: #F4CECE;
}
.TagClassName
{
border-color: #F4CECE;
}
</style>