Shades of Vanilla Ice #F0CBCB
Tints of Vanilla Ice #F0CBCB
RGB
CMYK
RGB Variations
Color information
#F0CBCB (or 0xF0CBCB) is known color: Vanilla Ice. HEX triplet: F0, CB and CB. RGB value is (240,203,203). Sum of RGB (Red+Green+Blue) = 240+203+203=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBCB is #0F3434. Grayscale: #D6D6D6. Windows color (decimal): -996405 or 13356016. OLE color: 13356016.
HSL color Cylindrical-coordinate representation of color #F0CBCB: hue angle of 0º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CBCB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 203 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.06 |
| HSL | 0º | 0.55% | 0.87% | - |
| HSV(B) | 0º | 0.15% | 0.94% | - |
| XYZ | 68.07 | 65.55 | 65.56 | - |
| YUV | 214.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 203 | 0 | 0.15 | 0.15 | 0.06 | 0 | 0.55 | 0.87 |
| Hex | F0 | CB | CB | 0 | F | F | 6 | 0 | 37 | 57 |
| Octal | 360 | 313 | 313 | 0 | 17 | 17 | 6 | 0 | 67 | 127 |
| Binary | 11110000 | 11001011 | 11001011 | 0 | 1111 | 1111 | 110 | 0 | 110111 | 1010111 |
Color Harmonies of #F0CBCB
Complementary color
Monochromatic Colors of #F0CBCB
Black with #F0CBCB
Text Example
Text Example
White with #F0CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBCB; }
p { color: rgb(240,203,203); }
H1.HeaderClassName
{
color: #F0CBCB;
}
.AnyTagClassName
{
color: #F0CBCB;
}
</style>
background-color css
<style>
a { background-color: #F0CBCB; }
a { background-color: rgb(240,203,203); }
div.DivClassName
{
background-color: #F0CBCB;
}
.BgClassName
{
background-color: #F0CBCB;
}
</style>
border-color css
<style>
span { border-color: #F0CBCB; }
span { border-color: rgb(240,203,203); }
td.TdClassName
{
border-color: #F0CBCB;
}
.TagClassName
{
border-color: #F0CBCB;
}
</style>