Shades of Zinnwaldite #F0C2AB
Tints of Zinnwaldite #F0C2AB
RGB
CMYK
RGB Variations
Color information
#F0C2AB (or 0xF0C2AB) is known color: Zinnwaldite. HEX triplet: F0, C2 and AB. RGB value is (240,194,171). Sum of RGB (Red+Green+Blue) = 240+194+171=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C2AB is #0F3D54. Grayscale: #CDCDCD. Windows color (decimal): -998741 or 11256560. OLE color: 11256560.
HSL color Cylindrical-coordinate representation of color #F0C2AB: hue angle of 20º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0C2AB is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 171 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.06 |
| HSL | 20º | 0.7% | 0.81% | - |
| HSV(B) | 20º | 0.29% | 0.94% | - |
| XYZ | 62.58 | 60.05 | 46.82 | - |
| YUV | 205.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 171 | 0 | 0.19 | 0.29 | 0.06 | 20 | 0.7 | 0.81 |
| Hex | F0 | C2 | AB | 0 | 13 | 1D | 6 | 14 | 46 | 51 |
| Octal | 360 | 302 | 253 | 0 | 23 | 35 | 6 | 24 | 106 | 121 |
| Binary | 11110000 | 11000010 | 10101011 | 0 | 10011 | 11101 | 110 | 10100 | 1000110 | 1010001 |
Color Harmonies of #F0C2AB
Complementary color
Monochromatic Colors of #F0C2AB
Black with #F0C2AB
Text Example
Text Example
White with #F0C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C2AB; }
p { color: rgb(240,194,171); }
H1.HeaderClassName
{
color: #F0C2AB;
}
.AnyTagClassName
{
color: #F0C2AB;
}
</style>
background-color css
<style>
a { background-color: #F0C2AB; }
a { background-color: rgb(240,194,171); }
div.DivClassName
{
background-color: #F0C2AB;
}
.BgClassName
{
background-color: #F0C2AB;
}
</style>
border-color css
<style>
span { border-color: #F0C2AB; }
span { border-color: rgb(240,194,171); }
td.TdClassName
{
border-color: #F0C2AB;
}
.TagClassName
{
border-color: #F0C2AB;
}
</style>