Shades of Vanilla Ice #F0CECE
Tints of Vanilla Ice #F0CECE
RGB
CMYK
RGB Variations
Color information
#F0CECE (or 0xF0CECE) is known color: Vanilla Ice. HEX triplet: F0, CE and CE. RGB value is (240,206,206). Sum of RGB (Red+Green+Blue) = 240+206+206=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CECE is #0F3131. Grayscale: #D8D8D8. Windows color (decimal): -995634 or 13553392. OLE color: 13553392.
HSL color Cylindrical-coordinate representation of color #F0CECE: hue angle of 0º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CECE is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 206 | 206 | - |
CMYK | 0 | 0.14 | 0.14 | 0.06 |
HSL | 0º | 0.53% | 0.87% | - |
HSV(B) | 0º | 0.14% | 0.94% | - |
XYZ | 69.15 | 67.12 | 67.7 | - |
YUV | 216.17 | 122.26 | 145 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 206 | 206 | 0 | 0.14 | 0.14 | 0.06 | 0 | 0.53 | 0.87 |
Hex | F0 | CE | CE | 0 | E | E | 6 | 0 | 35 | 57 |
Octal | 360 | 316 | 316 | 0 | 16 | 16 | 6 | 0 | 65 | 127 |
Binary | 11110000 | 11001110 | 11001110 | 0 | 1110 | 1110 | 110 | 0 | 110101 | 1010111 |
Color Harmonies of #F0CECE
Complementary color
Monochromatic Colors of #F0CECE
Black with #F0CECE
Text Example
Text Example
White with #F0CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CECE; }
p { color: rgb(240,206,206); }
H1.HeaderClassName
{
color: #F0CECE;
}
.AnyTagClassName
{
color: #F0CECE;
}
</style>
background-color css
<style>
a { background-color: #F0CECE; }
a { background-color: rgb(240,206,206); }
div.DivClassName
{
background-color: #F0CECE;
}
.BgClassName
{
background-color: #F0CECE;
}
</style>
border-color css
<style>
span { border-color: #F0CECE; }
span { border-color: rgb(240,206,206); }
td.TdClassName
{
border-color: #F0CECE;
}
.TagClassName
{
border-color: #F0CECE;
}
</style>