Shades of Vanilla Ice #F5CECD
Tints of Vanilla Ice #F5CECD
RGB
CMYK
RGB Variations
Color information
#F5CECD (or 0xF5CECD) is known color: Vanilla Ice. HEX triplet: F5, CE and CD. RGB value is (245,206,205). Sum of RGB (Red+Green+Blue) = 245+206+205=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CECD is #0A3132. Grayscale: #D9D9D9. Windows color (decimal): -667955 or 13487861. OLE color: 13487861.
HSL color Cylindrical-coordinate representation of color #F5CECD: hue angle of 1.5º degrees, saturation: 0.67, 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 #F5CECD is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 205 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.04 |
| HSL | 1.5º | 0.67% | 0.88% | - |
| HSV(B) | 1.5º | 0.16% | 0.96% | - |
| XYZ | 70.75 | 67.96 | 67.15 | - |
| YUV | 217.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 205 | 0 | 0.16 | 0.16 | 0.04 | 1.5 | 0.67 | 0.88 |
| Hex | F5 | CE | CD | 0 | 10 | 10 | 4 | 2 | 43 | 58 |
| Octal | 365 | 316 | 315 | 0 | 20 | 20 | 4 | 2 | 103 | 130 |
| Binary | 11110101 | 11001110 | 11001101 | 0 | 10000 | 10000 | 100 | 10 | 1000011 | 1011000 |
Color Harmonies of #F5CECD
Complementary color
Monochromatic Colors of #F5CECD
Black with #F5CECD
Text Example
Text Example
White with #F5CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CECD; }
p { color: rgb(245,206,205); }
H1.HeaderClassName
{
color: #F5CECD;
}
.AnyTagClassName
{
color: #F5CECD;
}
</style>
background-color css
<style>
a { background-color: #F5CECD; }
a { background-color: rgb(245,206,205); }
div.DivClassName
{
background-color: #F5CECD;
}
.BgClassName
{
background-color: #F5CECD;
}
</style>
border-color css
<style>
span { border-color: #F5CECD; }
span { border-color: rgb(245,206,205); }
td.TdClassName
{
border-color: #F5CECD;
}
.TagClassName
{
border-color: #F5CECD;
}
</style>