Shades of Vanilla Ice #F5CECE
Tints of Vanilla Ice #F5CECE
RGB
CMYK
RGB Variations
Color information
#F5CECE (or 0xF5CECE) is known color: Vanilla Ice. HEX triplet: F5, CE and CE. RGB value is (245,206,206). Sum of RGB (Red+Green+Blue) = 245+206+206=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CECE is #0A3131. Grayscale: #D9D9D9. Windows color (decimal): -667954 or 13553397. OLE color: 13553397.
HSL color Cylindrical-coordinate representation of color #F5CECE: hue angle of 0º degrees, saturation: 0.66, 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 #F5CECE is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 206 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.04 |
| HSL | 0º | 0.66% | 0.88% | - |
| HSV(B) | 0º | 0.16% | 0.96% | - |
| XYZ | 70.87 | 68.01 | 67.78 | - |
| YUV | 217.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 206 | 0 | 0.16 | 0.16 | 0.04 | 0 | 0.66 | 0.88 |
| Hex | F5 | CE | CE | 0 | 10 | 10 | 4 | 0 | 42 | 58 |
| Octal | 365 | 316 | 316 | 0 | 20 | 20 | 4 | 0 | 102 | 130 |
| Binary | 11110101 | 11001110 | 11001110 | 0 | 10000 | 10000 | 100 | 0 | 1000010 | 1011000 |
Color Harmonies of #F5CECE
Complementary color
Monochromatic Colors of #F5CECE
Black with #F5CECE
Text Example
Text Example
White with #F5CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CECE; }
p { color: rgb(245,206,206); }
H1.HeaderClassName
{
color: #F5CECE;
}
.AnyTagClassName
{
color: #F5CECE;
}
</style>
background-color css
<style>
a { background-color: #F5CECE; }
a { background-color: rgb(245,206,206); }
div.DivClassName
{
background-color: #F5CECE;
}
.BgClassName
{
background-color: #F5CECE;
}
</style>
border-color css
<style>
span { border-color: #F5CECE; }
span { border-color: rgb(245,206,206); }
td.TdClassName
{
border-color: #F5CECE;
}
.TagClassName
{
border-color: #F5CECE;
}
</style>