Shades of Vanilla Ice #F0CDCD
Tints of Vanilla Ice #F0CDCD
RGB
CMYK
RGB Variations
Color information
#F0CDCD (or 0xF0CDCD) is known color: Vanilla Ice. HEX triplet: F0, CD and CD. RGB value is (240,205,205). Sum of RGB (Red+Green+Blue) = 240+205+205=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDCD is #0F3232. Grayscale: #D7D7D7. Windows color (decimal): -995891 or 13487600. OLE color: 13487600.
HSL color Cylindrical-coordinate representation of color #F0CDCD: hue angle of 0º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CDCD is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 205 | 205 | - |
CMYK | 0 | 0.15 | 0.15 | 0.06 |
HSL | 0º | 0.54% | 0.87% | - |
HSV(B) | 0º | 0.15% | 0.94% | - |
XYZ | 68.79 | 66.6 | 66.99 | - |
YUV | 215.47 | 122.1 | 145.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 205 | 205 | 0 | 0.15 | 0.15 | 0.06 | 0 | 0.54 | 0.87 |
Hex | F0 | CD | CD | 0 | F | F | 6 | 0 | 36 | 57 |
Octal | 360 | 315 | 315 | 0 | 17 | 17 | 6 | 0 | 66 | 127 |
Binary | 11110000 | 11001101 | 11001101 | 0 | 1111 | 1111 | 110 | 0 | 110110 | 1010111 |
Color Harmonies of #F0CDCD
Complementary color
Monochromatic Colors of #F0CDCD
Black with #F0CDCD
Text Example
Text Example
White with #F0CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDCD; }
p { color: rgb(240,205,205); }
H1.HeaderClassName
{
color: #F0CDCD;
}
.AnyTagClassName
{
color: #F0CDCD;
}
</style>
background-color css
<style>
a { background-color: #F0CDCD; }
a { background-color: rgb(240,205,205); }
div.DivClassName
{
background-color: #F0CDCD;
}
.BgClassName
{
background-color: #F0CDCD;
}
</style>
border-color css
<style>
span { border-color: #F0CDCD; }
span { border-color: rgb(240,205,205); }
td.TdClassName
{
border-color: #F0CDCD;
}
.TagClassName
{
border-color: #F0CDCD;
}
</style>