Shades of Vanilla Ice #F0C8C8
Tints of Vanilla Ice #F0C8C8
RGB
CMYK
RGB Variations
Color information
#F0C8C8 (or 0xF0C8C8) is known color: Vanilla Ice. HEX triplet: F0, C8 and C8. RGB value is (240,200,200). Sum of RGB (Red+Green+Blue) = 240+200+200=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8C8 is #0F3737. Grayscale: #D4D4D4. Windows color (decimal): -997176 or 13158640. OLE color: 13158640.
HSL color Cylindrical-coordinate representation of color #F0C8C8: hue angle of 0º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8C8 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 200 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.06 |
| HSL | 0º | 0.57% | 0.86% | - |
| HSV(B) | 0º | 0.17% | 0.94% | - |
| XYZ | 67.01 | 64 | 63.47 | - |
| YUV | 211.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 200 | 0 | 0.17 | 0.17 | 0.06 | 0 | 0.57 | 0.86 |
| Hex | F0 | C8 | C8 | 0 | 11 | 11 | 6 | 0 | 39 | 56 |
| Octal | 360 | 310 | 310 | 0 | 21 | 21 | 6 | 0 | 71 | 126 |
| Binary | 11110000 | 11001000 | 11001000 | 0 | 10001 | 10001 | 110 | 0 | 111001 | 1010110 |
Color Harmonies of #F0C8C8
Complementary color
Monochromatic Colors of #F0C8C8
Black with #F0C8C8
Text Example
Text Example
White with #F0C8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8C8; }
p { color: rgb(240,200,200); }
H1.HeaderClassName
{
color: #F0C8C8;
}
.AnyTagClassName
{
color: #F0C8C8;
}
</style>
background-color css
<style>
a { background-color: #F0C8C8; }
a { background-color: rgb(240,200,200); }
div.DivClassName
{
background-color: #F0C8C8;
}
.BgClassName
{
background-color: #F0C8C8;
}
</style>
border-color css
<style>
span { border-color: #F0C8C8; }
span { border-color: rgb(240,200,200); }
td.TdClassName
{
border-color: #F0C8C8;
}
.TagClassName
{
border-color: #F0C8C8;
}
</style>