Shades of Vanilla Ice #F2CBCB
Tints of Vanilla Ice #F2CBCB
RGB
CMYK
RGB Variations
Color information
#F2CBCB (or 0xF2CBCB) is known color: Vanilla Ice. HEX triplet: F2, CB and CB. RGB value is (242,203,203). Sum of RGB (Red+Green+Blue) = 242+203+203=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBCB is #0D3434. Grayscale: #D6D6D6. Windows color (decimal): -865333 or 13356018. OLE color: 13356018.
HSL color Cylindrical-coordinate representation of color #F2CBCB: hue angle of 0º degrees, saturation: 0.6, 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 #F2CBCB is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 203 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.05 |
| HSL | 0º | 0.6% | 0.87% | - |
| HSV(B) | 0º | 0.16% | 0.95% | - |
| XYZ | 68.75 | 65.9 | 65.6 | - |
| YUV | 214.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 203 | 0 | 0.16 | 0.16 | 0.05 | 0 | 0.6 | 0.87 |
| Hex | F2 | CB | CB | 0 | 10 | 10 | 5 | 0 | 3C | 57 |
| Octal | 362 | 313 | 313 | 0 | 20 | 20 | 5 | 0 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11001011 | 0 | 10000 | 10000 | 101 | 0 | 111100 | 1010111 |
Color Harmonies of #F2CBCB
Complementary color
Monochromatic Colors of #F2CBCB
Black with #F2CBCB
Text Example
Text Example
White with #F2CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBCB; }
p { color: rgb(242,203,203); }
H1.HeaderClassName
{
color: #F2CBCB;
}
.AnyTagClassName
{
color: #F2CBCB;
}
</style>
background-color css
<style>
a { background-color: #F2CBCB; }
a { background-color: rgb(242,203,203); }
div.DivClassName
{
background-color: #F2CBCB;
}
.BgClassName
{
background-color: #F2CBCB;
}
</style>
border-color css
<style>
span { border-color: #F2CBCB; }
span { border-color: rgb(242,203,203); }
td.TdClassName
{
border-color: #F2CBCB;
}
.TagClassName
{
border-color: #F2CBCB;
}
</style>