Shades of Zinnwaldite #F0C0AB
Tints of Zinnwaldite #F0C0AB
RGB
CMYK
RGB Variations
Color information
#F0C0AB (or 0xF0C0AB) is known color: Zinnwaldite. HEX triplet: F0, C0 and AB. RGB value is (240,192,171). Sum of RGB (Red+Green+Blue) = 240+192+171=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C0AB is #0F3F54. Grayscale: #CCCCCC. Windows color (decimal): -999253 or 11256048. OLE color: 11256048.
HSL color Cylindrical-coordinate representation of color #F0C0AB: hue angle of 18.26º 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 #F0C0AB is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 171 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.06 |
| HSL | 18.26º | 0.7% | 0.81% | - |
| HSV(B) | 18.26º | 0.29% | 0.94% | - |
| XYZ | 62.14 | 59.16 | 46.67 | - |
| YUV | 203.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 171 | 0 | 0.20 | 0.29 | 0.06 | 18.26 | 0.7 | 0.81 |
| Hex | F0 | C0 | AB | 0 | 14 | 1D | 6 | 12 | 46 | 51 |
| Octal | 360 | 300 | 253 | 0 | 24 | 35 | 6 | 22 | 106 | 121 |
| Binary | 11110000 | 11000000 | 10101011 | 0 | 10100 | 11101 | 110 | 10010 | 1000110 | 1010001 |
Color Harmonies of #F0C0AB
Complementary color
Monochromatic Colors of #F0C0AB
Black with #F0C0AB
Text Example
Text Example
White with #F0C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C0AB; }
p { color: rgb(240,192,171); }
H1.HeaderClassName
{
color: #F0C0AB;
}
.AnyTagClassName
{
color: #F0C0AB;
}
</style>
background-color css
<style>
a { background-color: #F0C0AB; }
a { background-color: rgb(240,192,171); }
div.DivClassName
{
background-color: #F0C0AB;
}
.BgClassName
{
background-color: #F0C0AB;
}
</style>
border-color css
<style>
span { border-color: #F0C0AB; }
span { border-color: rgb(240,192,171); }
td.TdClassName
{
border-color: #F0C0AB;
}
.TagClassName
{
border-color: #F0C0AB;
}
</style>