Shades of Zinnwaldite #F4C2AB
Tints of Zinnwaldite #F4C2AB
RGB
CMYK
RGB Variations
Color information
#F4C2AB (or 0xF4C2AB) is known color: Zinnwaldite. HEX triplet: F4, C2 and AB. RGB value is (244,194,171). Sum of RGB (Red+Green+Blue) = 244+194+171=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C2AB is #0B3D54. Grayscale: #CECECE. Windows color (decimal): -736597 or 11256564. OLE color: 11256564.
HSL color Cylindrical-coordinate representation of color #F4C2AB: hue angle of 18.9º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4C2AB is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 194 | 171 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.04 |
| HSL | 18.9º | 0.77% | 0.81% | - |
| HSV(B) | 18.9º | 0.3% | 0.96% | - |
| XYZ | 63.95 | 60.76 | 46.88 | - |
| YUV | 206.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 171 | 0 | 0.20 | 0.30 | 0.04 | 18.9 | 0.77 | 0.81 |
| Hex | F4 | C2 | AB | 0 | 14 | 1E | 4 | 13 | 4D | 51 |
| Octal | 364 | 302 | 253 | 0 | 24 | 36 | 4 | 23 | 115 | 121 |
| Binary | 11110100 | 11000010 | 10101011 | 0 | 10100 | 11110 | 100 | 10011 | 1001101 | 1010001 |
Color Harmonies of #F4C2AB
Complementary color
Monochromatic Colors of #F4C2AB
Black with #F4C2AB
Text Example
Text Example
White with #F4C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C2AB; }
p { color: rgb(244,194,171); }
H1.HeaderClassName
{
color: #F4C2AB;
}
.AnyTagClassName
{
color: #F4C2AB;
}
</style>
background-color css
<style>
a { background-color: #F4C2AB; }
a { background-color: rgb(244,194,171); }
div.DivClassName
{
background-color: #F4C2AB;
}
.BgClassName
{
background-color: #F4C2AB;
}
</style>
border-color css
<style>
span { border-color: #F4C2AB; }
span { border-color: rgb(244,194,171); }
td.TdClassName
{
border-color: #F4C2AB;
}
.TagClassName
{
border-color: #F4C2AB;
}
</style>