Shades of Zinnwaldite #F3C4AB
Tints of Zinnwaldite #F3C4AB
RGB
CMYK
RGB Variations
Color information
#F3C4AB (or 0xF3C4AB) is known color: Zinnwaldite. HEX triplet: F3, C4 and AB. RGB value is (243,196,171). Sum of RGB (Red+Green+Blue) = 243+196+171=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C4AB is #0C3B54. Grayscale: #CFCFCF. Windows color (decimal): -801621 or 11257075. OLE color: 11257075.
HSL color Cylindrical-coordinate representation of color #F3C4AB: hue angle of 20.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3C4AB is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 171 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.05 |
| HSL | 20.83º | 0.75% | 0.81% | - |
| HSV(B) | 20.83º | 0.3% | 0.95% | - |
| XYZ | 64.05 | 61.47 | 47.02 | - |
| YUV | 207.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 171 | 0 | 0.19 | 0.30 | 0.05 | 20.83 | 0.75 | 0.81 |
| Hex | F3 | C4 | AB | 0 | 13 | 1E | 5 | 15 | 4B | 51 |
| Octal | 363 | 304 | 253 | 0 | 23 | 36 | 5 | 25 | 113 | 121 |
| Binary | 11110011 | 11000100 | 10101011 | 0 | 10011 | 11110 | 101 | 10101 | 1001011 | 1010001 |
Color Harmonies of #F3C4AB
Complementary color
Monochromatic Colors of #F3C4AB
Black with #F3C4AB
Text Example
Text Example
White with #F3C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C4AB; }
p { color: rgb(243,196,171); }
H1.HeaderClassName
{
color: #F3C4AB;
}
.AnyTagClassName
{
color: #F3C4AB;
}
</style>
background-color css
<style>
a { background-color: #F3C4AB; }
a { background-color: rgb(243,196,171); }
div.DivClassName
{
background-color: #F3C4AB;
}
.BgClassName
{
background-color: #F3C4AB;
}
</style>
border-color css
<style>
span { border-color: #F3C4AB; }
span { border-color: rgb(243,196,171); }
td.TdClassName
{
border-color: #F3C4AB;
}
.TagClassName
{
border-color: #F3C4AB;
}
</style>