Shades of Vanilla Ice #F2CDCC
Tints of Vanilla Ice #F2CDCC
RGB
CMYK
RGB Variations
Color information
#F2CDCC (or 0xF2CDCC) is known color: Vanilla Ice. HEX triplet: F2, CD and CC. RGB value is (242,205,204). Sum of RGB (Red+Green+Blue) = 242+205+204=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDCC is #0D3233. Grayscale: #D7D7D7. Windows color (decimal): -864820 or 13422066. OLE color: 13422066.
HSL color Cylindrical-coordinate representation of color #F2CDCC: hue angle of 1.58º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CDCC is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 204 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.05 |
| HSL | 1.58º | 0.59% | 0.87% | - |
| HSV(B) | 1.58º | 0.16% | 0.95% | - |
| XYZ | 69.35 | 66.9 | 66.38 | - |
| YUV | 215.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 204 | 0 | 0.15 | 0.16 | 0.05 | 1.58 | 0.59 | 0.87 |
| Hex | F2 | CD | CC | 0 | F | 10 | 5 | 2 | 3B | 57 |
| Octal | 362 | 315 | 314 | 0 | 17 | 20 | 5 | 2 | 73 | 127 |
| Binary | 11110010 | 11001101 | 11001100 | 0 | 1111 | 10000 | 101 | 10 | 111011 | 1010111 |
Color Harmonies of #F2CDCC
Complementary color
Monochromatic Colors of #F2CDCC
Black with #F2CDCC
Text Example
Text Example
White with #F2CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDCC; }
p { color: rgb(242,205,204); }
H1.HeaderClassName
{
color: #F2CDCC;
}
.AnyTagClassName
{
color: #F2CDCC;
}
</style>
background-color css
<style>
a { background-color: #F2CDCC; }
a { background-color: rgb(242,205,204); }
div.DivClassName
{
background-color: #F2CDCC;
}
.BgClassName
{
background-color: #F2CDCC;
}
</style>
border-color css
<style>
span { border-color: #F2CDCC; }
span { border-color: rgb(242,205,204); }
td.TdClassName
{
border-color: #F2CDCC;
}
.TagClassName
{
border-color: #F2CDCC;
}
</style>