Shades of Vanilla Ice #F5CBCB
Tints of Vanilla Ice #F5CBCB
RGB
CMYK
RGB Variations
Color information
#F5CBCB (or 0xF5CBCB) is known color: Vanilla Ice. HEX triplet: F5, CB and CB. RGB value is (245,203,203). Sum of RGB (Red+Green+Blue) = 245+203+203=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBCB is #0A3434. Grayscale: #D7D7D7. Windows color (decimal): -668725 or 13356021. OLE color: 13356021.
HSL color Cylindrical-coordinate representation of color #F5CBCB: hue angle of 0º degrees, saturation: 0.68, 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 #F5CBCB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 203 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.04 |
| HSL | 0º | 0.68% | 0.88% | - |
| HSV(B) | 0º | 0.17% | 0.96% | - |
| XYZ | 69.79 | 66.44 | 65.64 | - |
| YUV | 215.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 203 | 0 | 0.17 | 0.17 | 0.04 | 0 | 0.68 | 0.88 |
| Hex | F5 | CB | CB | 0 | 11 | 11 | 4 | 0 | 44 | 58 |
| Octal | 365 | 313 | 313 | 0 | 21 | 21 | 4 | 0 | 104 | 130 |
| Binary | 11110101 | 11001011 | 11001011 | 0 | 10001 | 10001 | 100 | 0 | 1000100 | 1011000 |
Color Harmonies of #F5CBCB
Complementary color
Monochromatic Colors of #F5CBCB
Black with #F5CBCB
Text Example
Text Example
White with #F5CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBCB; }
p { color: rgb(245,203,203); }
H1.HeaderClassName
{
color: #F5CBCB;
}
.AnyTagClassName
{
color: #F5CBCB;
}
</style>
background-color css
<style>
a { background-color: #F5CBCB; }
a { background-color: rgb(245,203,203); }
div.DivClassName
{
background-color: #F5CBCB;
}
.BgClassName
{
background-color: #F5CBCB;
}
</style>
border-color css
<style>
span { border-color: #F5CBCB; }
span { border-color: rgb(245,203,203); }
td.TdClassName
{
border-color: #F5CBCB;
}
.TagClassName
{
border-color: #F5CBCB;
}
</style>