Shades of Vanilla Ice #F4CECD
Tints of Vanilla Ice #F4CECD
RGB
CMYK
RGB Variations
Color information
#F4CECD (or 0xF4CECD) is known color: Vanilla Ice. HEX triplet: F4, CE and CD. RGB value is (244,206,205). Sum of RGB (Red+Green+Blue) = 244+206+205=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CECD is #0B3132. Grayscale: #D9D9D9. Windows color (decimal): -733491 or 13487860. OLE color: 13487860.
HSL color Cylindrical-coordinate representation of color #F4CECD: hue angle of 1.54º degrees, saturation: 0.64, 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 #F4CECD is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 206 | 205 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.04 |
| HSL | 1.54º | 0.64% | 0.88% | - |
| HSV(B) | 1.54º | 0.16% | 0.96% | - |
| XYZ | 70.4 | 67.78 | 67.13 | - |
| YUV | 217.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 205 | 0 | 0.16 | 0.16 | 0.04 | 1.54 | 0.64 | 0.88 |
| Hex | F4 | CE | CD | 0 | 10 | 10 | 4 | 2 | 40 | 58 |
| Octal | 364 | 316 | 315 | 0 | 20 | 20 | 4 | 2 | 100 | 130 |
| Binary | 11110100 | 11001110 | 11001101 | 0 | 10000 | 10000 | 100 | 10 | 1000000 | 1011000 |
Color Harmonies of #F4CECD
Complementary color
Monochromatic Colors of #F4CECD
Black with #F4CECD
Text Example
Text Example
White with #F4CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CECD; }
p { color: rgb(244,206,205); }
H1.HeaderClassName
{
color: #F4CECD;
}
.AnyTagClassName
{
color: #F4CECD;
}
</style>
background-color css
<style>
a { background-color: #F4CECD; }
a { background-color: rgb(244,206,205); }
div.DivClassName
{
background-color: #F4CECD;
}
.BgClassName
{
background-color: #F4CECD;
}
</style>
border-color css
<style>
span { border-color: #F4CECD; }
span { border-color: rgb(244,206,205); }
td.TdClassName
{
border-color: #F4CECD;
}
.TagClassName
{
border-color: #F4CECD;
}
</style>