Shades of Vanilla Ice #F0CBCA
Tints of Vanilla Ice #F0CBCA
RGB
CMYK
RGB Variations
Color information
#F0CBCA (or 0xF0CBCA) is known color: Vanilla Ice. HEX triplet: F0, CB and CA. RGB value is (240,203,202). Sum of RGB (Red+Green+Blue) = 240+203+202=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBCA is #0F3435. Grayscale: #D5D5D5. Windows color (decimal): -996406 or 13290480. OLE color: 13290480.
HSL color Cylindrical-coordinate representation of color #F0CBCA: hue angle of 1.58º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CBCA is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 202 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.06 |
| HSL | 1.58º | 0.56% | 0.87% | - |
| HSV(B) | 1.58º | 0.16% | 0.94% | - |
| XYZ | 67.95 | 65.5 | 64.94 | - |
| YUV | 213.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 202 | 0 | 0.15 | 0.16 | 0.06 | 1.58 | 0.56 | 0.87 |
| Hex | F0 | CB | CA | 0 | F | 10 | 6 | 2 | 38 | 57 |
| Octal | 360 | 313 | 312 | 0 | 17 | 20 | 6 | 2 | 70 | 127 |
| Binary | 11110000 | 11001011 | 11001010 | 0 | 1111 | 10000 | 110 | 10 | 111000 | 1010111 |
Color Harmonies of #F0CBCA
Complementary color
Monochromatic Colors of #F0CBCA
Black with #F0CBCA
Text Example
Text Example
White with #F0CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBCA; }
p { color: rgb(240,203,202); }
H1.HeaderClassName
{
color: #F0CBCA;
}
.AnyTagClassName
{
color: #F0CBCA;
}
</style>
background-color css
<style>
a { background-color: #F0CBCA; }
a { background-color: rgb(240,203,202); }
div.DivClassName
{
background-color: #F0CBCA;
}
.BgClassName
{
background-color: #F0CBCA;
}
</style>
border-color css
<style>
span { border-color: #F0CBCA; }
span { border-color: rgb(240,203,202); }
td.TdClassName
{
border-color: #F0CBCA;
}
.TagClassName
{
border-color: #F0CBCA;
}
</style>