Shades of Vanilla Ice #F3CCCC
Tints of Vanilla Ice #F3CCCC
RGB
CMYK
RGB Variations
Color information
#F3CCCC (or 0xF3CCCC) is known color: Vanilla Ice. HEX triplet: F3, CC and CC. RGB value is (243,204,204). Sum of RGB (Red+Green+Blue) = 243+204+204=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCCC is #0C3333. Grayscale: #D7D7D7. Windows color (decimal): -799540 or 13421811. OLE color: 13421811.
HSL color Cylindrical-coordinate representation of color #F3CCCC: hue angle of 0º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CCCC is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 204 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.05 |
| HSL | 0º | 0.62% | 0.88% | - |
| HSV(B) | 0º | 0.16% | 0.95% | - |
| XYZ | 69.45 | 66.6 | 66.32 | - |
| YUV | 215.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 204 | 0 | 0.16 | 0.16 | 0.05 | 0 | 0.62 | 0.88 |
| Hex | F3 | CC | CC | 0 | 10 | 10 | 5 | 0 | 3E | 58 |
| Octal | 363 | 314 | 314 | 0 | 20 | 20 | 5 | 0 | 76 | 130 |
| Binary | 11110011 | 11001100 | 11001100 | 0 | 10000 | 10000 | 101 | 0 | 111110 | 1011000 |
Color Harmonies of #F3CCCC
Complementary color
Monochromatic Colors of #F3CCCC
Black with #F3CCCC
Text Example
Text Example
White with #F3CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CCCC; }
p { color: rgb(243,204,204); }
H1.HeaderClassName
{
color: #F3CCCC;
}
.AnyTagClassName
{
color: #F3CCCC;
}
</style>
background-color css
<style>
a { background-color: #F3CCCC; }
a { background-color: rgb(243,204,204); }
div.DivClassName
{
background-color: #F3CCCC;
}
.BgClassName
{
background-color: #F3CCCC;
}
</style>
border-color css
<style>
span { border-color: #F3CCCC; }
span { border-color: rgb(243,204,204); }
td.TdClassName
{
border-color: #F3CCCC;
}
.TagClassName
{
border-color: #F3CCCC;
}
</style>