Shades of Vanilla Ice #F7CECE
Tints of Vanilla Ice #F7CECE
RGB
CMYK
RGB Variations
Color information
#F7CECE (or 0xF7CECE) is known color: Vanilla Ice. HEX triplet: F7, CE and CE. RGB value is (247,206,206). Sum of RGB (Red+Green+Blue) = 247+206+206=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CECE is #083131. Grayscale: #DADADA. Windows color (decimal): -536882 or 13553399. OLE color: 13553399.
HSL color Cylindrical-coordinate representation of color #F7CECE: hue angle of 0º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CECE is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 206 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.03 |
| HSL | 0º | 0.72% | 0.89% | - |
| HSV(B) | 0º | 0.17% | 0.97% | - |
| XYZ | 71.57 | 68.37 | 67.82 | - |
| YUV | 218.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 206 | 0 | 0.17 | 0.17 | 0.03 | 0 | 0.72 | 0.89 |
| Hex | F7 | CE | CE | 0 | 11 | 11 | 3 | 0 | 48 | 59 |
| Octal | 367 | 316 | 316 | 0 | 21 | 21 | 3 | 0 | 110 | 131 |
| Binary | 11110111 | 11001110 | 11001110 | 0 | 10001 | 10001 | 11 | 0 | 1001000 | 1011001 |
Color Harmonies of #F7CECE
Complementary color
Monochromatic Colors of #F7CECE
Black with #F7CECE
Text Example
Text Example
White with #F7CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CECE; }
p { color: rgb(247,206,206); }
H1.HeaderClassName
{
color: #F7CECE;
}
.AnyTagClassName
{
color: #F7CECE;
}
</style>
background-color css
<style>
a { background-color: #F7CECE; }
a { background-color: rgb(247,206,206); }
div.DivClassName
{
background-color: #F7CECE;
}
.BgClassName
{
background-color: #F7CECE;
}
</style>
border-color css
<style>
span { border-color: #F7CECE; }
span { border-color: rgb(247,206,206); }
td.TdClassName
{
border-color: #F7CECE;
}
.TagClassName
{
border-color: #F7CECE;
}
</style>