Shades of Vanilla Ice #F4CBCB
Tints of Vanilla Ice #F4CBCB
RGB
CMYK
RGB Variations
Color information
#F4CBCB (or 0xF4CBCB) is known color: Vanilla Ice. HEX triplet: F4, CB and CB. RGB value is (244,203,203). Sum of RGB (Red+Green+Blue) = 244+203+203=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CBCB is #0B3434. Grayscale: #D7D7D7. Windows color (decimal): -734261 or 13356020. OLE color: 13356020.
HSL color Cylindrical-coordinate representation of color #F4CBCB: hue angle of 0º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CBCB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 203 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.04 |
| HSL | 0º | 0.65% | 0.88% | - |
| HSV(B) | 0º | 0.17% | 0.96% | - |
| XYZ | 69.44 | 66.26 | 65.63 | - |
| YUV | 215.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 203 | 0 | 0.17 | 0.17 | 0.04 | 0 | 0.65 | 0.88 |
| Hex | F4 | CB | CB | 0 | 11 | 11 | 4 | 0 | 41 | 58 |
| Octal | 364 | 313 | 313 | 0 | 21 | 21 | 4 | 0 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11001011 | 0 | 10001 | 10001 | 100 | 0 | 1000001 | 1011000 |
Color Harmonies of #F4CBCB
Complementary color
Monochromatic Colors of #F4CBCB
Black with #F4CBCB
Text Example
Text Example
White with #F4CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBCB; }
p { color: rgb(244,203,203); }
H1.HeaderClassName
{
color: #F4CBCB;
}
.AnyTagClassName
{
color: #F4CBCB;
}
</style>
background-color css
<style>
a { background-color: #F4CBCB; }
a { background-color: rgb(244,203,203); }
div.DivClassName
{
background-color: #F4CBCB;
}
.BgClassName
{
background-color: #F4CBCB;
}
</style>
border-color css
<style>
span { border-color: #F4CBCB; }
span { border-color: rgb(244,203,203); }
td.TdClassName
{
border-color: #F4CBCB;
}
.TagClassName
{
border-color: #F4CBCB;
}
</style>