Shades of Vanilla Ice #F3D7D6
Tints of Vanilla Ice #F3D7D6
RGB
CMYK
RGB Variations
Color information
#F3D7D6 (or 0xF3D7D6) is known color: Vanilla Ice. HEX triplet: F3, D7 and D6. RGB value is (243,215,214). Sum of RGB (Red+Green+Blue) = 243+215+214=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D7D6 is #0C2829. Grayscale: #DFDFDF. Windows color (decimal): -796714 or 14079987. OLE color: 14079987.
HSL color Cylindrical-coordinate representation of color #F3D7D6: hue angle of 2.07º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3D7D6 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 215 | 214 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.05 |
| HSL | 2.07º | 0.55% | 0.9% | - |
| HSV(B) | 2.07º | 0.12% | 0.95% | - |
| XYZ | 73.4 | 72.51 | 73.75 | - |
| YUV | 223.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 215 | 214 | 0 | 0.12 | 0.12 | 0.05 | 2.07 | 0.55 | 0.9 |
| Hex | F3 | D7 | D6 | 0 | C | C | 5 | 2 | 37 | 5A |
| Octal | 363 | 327 | 326 | 0 | 14 | 14 | 5 | 2 | 67 | 132 |
| Binary | 11110011 | 11010111 | 11010110 | 0 | 1100 | 1100 | 101 | 10 | 110111 | 1011010 |
Color Harmonies of #F3D7D6
Complementary color
Monochromatic Colors of #F3D7D6
Black with #F3D7D6
Text Example
Text Example
White with #F3D7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D7D6; }
p { color: rgb(243,215,214); }
H1.HeaderClassName
{
color: #F3D7D6;
}
.AnyTagClassName
{
color: #F3D7D6;
}
</style>
background-color css
<style>
a { background-color: #F3D7D6; }
a { background-color: rgb(243,215,214); }
div.DivClassName
{
background-color: #F3D7D6;
}
.BgClassName
{
background-color: #F3D7D6;
}
</style>
border-color css
<style>
span { border-color: #F3D7D6; }
span { border-color: rgb(243,215,214); }
td.TdClassName
{
border-color: #F3D7D6;
}
.TagClassName
{
border-color: #F3D7D6;
}
</style>