Shades of Vanilla Ice #F2D5D4
Tints of Vanilla Ice #F2D5D4
RGB
CMYK
RGB Variations
Color information
#F2D5D4 (or 0xF2D5D4) is known color: Vanilla Ice. HEX triplet: F2, D5 and D4. RGB value is (242,213,212). Sum of RGB (Red+Green+Blue) = 242+213+212=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5D4 is #0D2A2B. Grayscale: #DDDDDD. Windows color (decimal): -862764 or 13948402. OLE color: 13948402.
HSL color Cylindrical-coordinate representation of color #F2D5D4: hue angle of 2º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2D5D4 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 213 | 212 | - |
CMYK | 0 | 0.12 | 0.12 | 0.05 |
HSL | 2º | 0.54% | 0.89% | - |
HSV(B) | 2º | 0.12% | 0.95% | - |
XYZ | 72.3 | 71.22 | 72.22 | - |
YUV | 221.56 | 122.61 | 142.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 213 | 212 | 0 | 0.12 | 0.12 | 0.05 | 2 | 0.54 | 0.89 |
Hex | F2 | D5 | D4 | 0 | C | C | 5 | 2 | 36 | 59 |
Octal | 362 | 325 | 324 | 0 | 14 | 14 | 5 | 2 | 66 | 131 |
Binary | 11110010 | 11010101 | 11010100 | 0 | 1100 | 1100 | 101 | 10 | 110110 | 1011001 |
Color Harmonies of #F2D5D4
Complementary color
Monochromatic Colors of #F2D5D4
Black with #F2D5D4
Text Example
Text Example
White with #F2D5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5D4; }
p { color: rgb(242,213,212); }
H1.HeaderClassName
{
color: #F2D5D4;
}
.AnyTagClassName
{
color: #F2D5D4;
}
</style>
background-color css
<style>
a { background-color: #F2D5D4; }
a { background-color: rgb(242,213,212); }
div.DivClassName
{
background-color: #F2D5D4;
}
.BgClassName
{
background-color: #F2D5D4;
}
</style>
border-color css
<style>
span { border-color: #F2D5D4; }
span { border-color: rgb(242,213,212); }
td.TdClassName
{
border-color: #F2D5D4;
}
.TagClassName
{
border-color: #F2D5D4;
}
</style>