Shades of Vanilla Ice #F3D2CF
Tints of Vanilla Ice #F3D2CF
RGB
CMYK
RGB Variations
Color information
#F3D2CF (or 0xF3D2CF) is known color: Vanilla Ice. HEX triplet: F3, D2 and CF. RGB value is (243,210,207). Sum of RGB (Red+Green+Blue) = 243+210+207=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2CF is #0C2D30. Grayscale: #DBDBDB. Windows color (decimal): -798001 or 13619955. OLE color: 13619955.
HSL color Cylindrical-coordinate representation of color #F3D2CF: hue angle of 5º 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 #F3D2CF is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 207 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.05 |
| HSL | 5º | 0.6% | 0.88% | - |
| HSV(B) | 5º | 0.15% | 0.95% | - |
| XYZ | 71.27 | 69.65 | 68.72 | - |
| YUV | 219.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 207 | 0 | 0.14 | 0.15 | 0.05 | 5 | 0.6 | 0.88 |
| Hex | F3 | D2 | CF | 0 | E | F | 5 | 5 | 3C | 58 |
| Octal | 363 | 322 | 317 | 0 | 16 | 17 | 5 | 5 | 74 | 130 |
| Binary | 11110011 | 11010010 | 11001111 | 0 | 1110 | 1111 | 101 | 101 | 111100 | 1011000 |
Color Harmonies of #F3D2CF
Complementary color
Monochromatic Colors of #F3D2CF
Black with #F3D2CF
Text Example
Text Example
White with #F3D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D2CF; }
p { color: rgb(243,210,207); }
H1.HeaderClassName
{
color: #F3D2CF;
}
.AnyTagClassName
{
color: #F3D2CF;
}
</style>
background-color css
<style>
a { background-color: #F3D2CF; }
a { background-color: rgb(243,210,207); }
div.DivClassName
{
background-color: #F3D2CF;
}
.BgClassName
{
background-color: #F3D2CF;
}
</style>
border-color css
<style>
span { border-color: #F3D2CF; }
span { border-color: rgb(243,210,207); }
td.TdClassName
{
border-color: #F3D2CF;
}
.TagClassName
{
border-color: #F3D2CF;
}
</style>