Shades of Vanilla Ice #F3D0CF
Tints of Vanilla Ice #F3D0CF
RGB
CMYK
RGB Variations
Color information
#F3D0CF (or 0xF3D0CF) is known color: Vanilla Ice. HEX triplet: F3, D0 and CF. RGB value is (243,208,207). Sum of RGB (Red+Green+Blue) = 243+208+207=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0CF is #0C2F30. Grayscale: #DADADA. Windows color (decimal): -798513 or 13619443. OLE color: 13619443.
HSL color Cylindrical-coordinate representation of color #F3D0CF: hue angle of 1.67º degrees, saturation: 0.6, 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 #F3D0CF is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 207 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.05 |
| HSL | 1.67º | 0.6% | 0.88% | - |
| HSV(B) | 1.67º | 0.15% | 0.95% | - |
| XYZ | 70.78 | 68.67 | 68.56 | - |
| YUV | 218.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 207 | 0 | 0.14 | 0.15 | 0.05 | 1.67 | 0.6 | 0.88 |
| Hex | F3 | D0 | CF | 0 | E | F | 5 | 2 | 3C | 58 |
| Octal | 363 | 320 | 317 | 0 | 16 | 17 | 5 | 2 | 74 | 130 |
| Binary | 11110011 | 11010000 | 11001111 | 0 | 1110 | 1111 | 101 | 10 | 111100 | 1011000 |
Color Harmonies of #F3D0CF
Complementary color
Monochromatic Colors of #F3D0CF
Black with #F3D0CF
Text Example
Text Example
White with #F3D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0CF; }
p { color: rgb(243,208,207); }
H1.HeaderClassName
{
color: #F3D0CF;
}
.AnyTagClassName
{
color: #F3D0CF;
}
</style>
background-color css
<style>
a { background-color: #F3D0CF; }
a { background-color: rgb(243,208,207); }
div.DivClassName
{
background-color: #F3D0CF;
}
.BgClassName
{
background-color: #F3D0CF;
}
</style>
border-color css
<style>
span { border-color: #F3D0CF; }
span { border-color: rgb(243,208,207); }
td.TdClassName
{
border-color: #F3D0CF;
}
.TagClassName
{
border-color: #F3D0CF;
}
</style>