Shades of Vanilla Ice #F5CCCC
Tints of Vanilla Ice #F5CCCC
RGB
CMYK
RGB Variations
Color information
#F5CCCC (or 0xF5CCCC) is known color: Vanilla Ice. HEX triplet: F5, CC and CC. RGB value is (245,204,204). Sum of RGB (Red+Green+Blue) = 245+204+204=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCCC is #0A3333. Grayscale: #D8D8D8. Windows color (decimal): -668468 or 13421813. OLE color: 13421813.
HSL color Cylindrical-coordinate representation of color #F5CCCC: hue angle of 0º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CCCC is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 204 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.04 |
| HSL | 0º | 0.67% | 0.88% | - |
| HSV(B) | 0º | 0.17% | 0.96% | - |
| XYZ | 70.15 | 66.96 | 66.35 | - |
| YUV | 216.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 204 | 0 | 0.17 | 0.17 | 0.04 | 0 | 0.67 | 0.88 |
| Hex | F5 | CC | CC | 0 | 11 | 11 | 4 | 0 | 43 | 58 |
| Octal | 365 | 314 | 314 | 0 | 21 | 21 | 4 | 0 | 103 | 130 |
| Binary | 11110101 | 11001100 | 11001100 | 0 | 10001 | 10001 | 100 | 0 | 1000011 | 1011000 |
Color Harmonies of #F5CCCC
Complementary color
Monochromatic Colors of #F5CCCC
Black with #F5CCCC
Text Example
Text Example
White with #F5CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCCC; }
p { color: rgb(245,204,204); }
H1.HeaderClassName
{
color: #F5CCCC;
}
.AnyTagClassName
{
color: #F5CCCC;
}
</style>
background-color css
<style>
a { background-color: #F5CCCC; }
a { background-color: rgb(245,204,204); }
div.DivClassName
{
background-color: #F5CCCC;
}
.BgClassName
{
background-color: #F5CCCC;
}
</style>
border-color css
<style>
span { border-color: #F5CCCC; }
span { border-color: rgb(245,204,204); }
td.TdClassName
{
border-color: #F5CCCC;
}
.TagClassName
{
border-color: #F5CCCC;
}
</style>