Shades of Vanilla Ice #F4CDCD
Tints of Vanilla Ice #F4CDCD
RGB
CMYK
RGB Variations
Color information
#F4CDCD (or 0xF4CDCD) is known color: Vanilla Ice. HEX triplet: F4, CD and CD. RGB value is (244,205,205). Sum of RGB (Red+Green+Blue) = 244+205+205=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDCD is #0B3232. Grayscale: #D8D8D8. Windows color (decimal): -733747 or 13487604. OLE color: 13487604.
HSL color Cylindrical-coordinate representation of color #F4CDCD: hue angle of 0º 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 #F4CDCD is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 205 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.04 |
| HSL | 0º | 0.64% | 0.88% | - |
| HSV(B) | 0º | 0.16% | 0.96% | - |
| XYZ | 70.16 | 67.3 | 67.05 | - |
| YUV | 216.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 205 | 0 | 0.16 | 0.16 | 0.04 | 0 | 0.64 | 0.88 |
| Hex | F4 | CD | CD | 0 | 10 | 10 | 4 | 0 | 40 | 58 |
| Octal | 364 | 315 | 315 | 0 | 20 | 20 | 4 | 0 | 100 | 130 |
| Binary | 11110100 | 11001101 | 11001101 | 0 | 10000 | 10000 | 100 | 0 | 1000000 | 1011000 |
Color Harmonies of #F4CDCD
Complementary color
Monochromatic Colors of #F4CDCD
Black with #F4CDCD
Text Example
Text Example
White with #F4CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CDCD; }
p { color: rgb(244,205,205); }
H1.HeaderClassName
{
color: #F4CDCD;
}
.AnyTagClassName
{
color: #F4CDCD;
}
</style>
background-color css
<style>
a { background-color: #F4CDCD; }
a { background-color: rgb(244,205,205); }
div.DivClassName
{
background-color: #F4CDCD;
}
.BgClassName
{
background-color: #F4CDCD;
}
</style>
border-color css
<style>
span { border-color: #F4CDCD; }
span { border-color: rgb(244,205,205); }
td.TdClassName
{
border-color: #F4CDCD;
}
.TagClassName
{
border-color: #F4CDCD;
}
</style>