Shades of Vanilla Ice #F3D0CE
Tints of Vanilla Ice #F3D0CE
RGB
CMYK
RGB Variations
Color information
#F3D0CE (or 0xF3D0CE) is known color: Vanilla Ice. HEX triplet: F3, D0 and CE. RGB value is (243,208,206). Sum of RGB (Red+Green+Blue) = 243+208+206=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0CE is #0C2F31. Grayscale: #DADADA. Windows color (decimal): -798514 or 13553907. OLE color: 13553907.
HSL color Cylindrical-coordinate representation of color #F3D0CE: hue angle of 3.24º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3D0CE is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 206 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.05 |
| HSL | 3.24º | 0.61% | 0.88% | - |
| HSV(B) | 3.24º | 0.15% | 0.95% | - |
| XYZ | 70.66 | 68.62 | 67.91 | - |
| YUV | 218.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 206 | 0 | 0.14 | 0.15 | 0.05 | 3.24 | 0.61 | 0.88 |
| Hex | F3 | D0 | CE | 0 | E | F | 5 | 3 | 3D | 58 |
| Octal | 363 | 320 | 316 | 0 | 16 | 17 | 5 | 3 | 75 | 130 |
| Binary | 11110011 | 11010000 | 11001110 | 0 | 1110 | 1111 | 101 | 11 | 111101 | 1011000 |
Color Harmonies of #F3D0CE
Complementary color
Monochromatic Colors of #F3D0CE
Black with #F3D0CE
Text Example
Text Example
White with #F3D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0CE; }
p { color: rgb(243,208,206); }
H1.HeaderClassName
{
color: #F3D0CE;
}
.AnyTagClassName
{
color: #F3D0CE;
}
</style>
background-color css
<style>
a { background-color: #F3D0CE; }
a { background-color: rgb(243,208,206); }
div.DivClassName
{
background-color: #F3D0CE;
}
.BgClassName
{
background-color: #F3D0CE;
}
</style>
border-color css
<style>
span { border-color: #F3D0CE; }
span { border-color: rgb(243,208,206); }
td.TdClassName
{
border-color: #F3D0CE;
}
.TagClassName
{
border-color: #F3D0CE;
}
</style>