Shades of Zinnwaldite #F3C0AA
Tints of Zinnwaldite #F3C0AA
RGB
CMYK
RGB Variations
Color information
#F3C0AA (or 0xF3C0AA) is known color: Zinnwaldite. HEX triplet: F3, C0 and AA. RGB value is (243,192,170). Sum of RGB (Red+Green+Blue) = 243+192+170=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C0AA is #0C3F55. Grayscale: #CCCCCC. Windows color (decimal): -802646 or 11190515. OLE color: 11190515.
HSL color Cylindrical-coordinate representation of color #F3C0AA: hue angle of 18.08º 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 #F3C0AA is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 170 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.05 |
| HSL | 18.08º | 0.75% | 0.81% | - |
| HSV(B) | 18.08º | 0.3% | 0.95% | - |
| XYZ | 63.07 | 59.66 | 46.22 | - |
| YUV | 204.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 170 | 0 | 0.21 | 0.30 | 0.05 | 18.08 | 0.75 | 0.81 |
| Hex | F3 | C0 | AA | 0 | 15 | 1E | 5 | 12 | 4B | 51 |
| Octal | 363 | 300 | 252 | 0 | 25 | 36 | 5 | 22 | 113 | 121 |
| Binary | 11110011 | 11000000 | 10101010 | 0 | 10101 | 11110 | 101 | 10010 | 1001011 | 1010001 |
Color Harmonies of #F3C0AA
Complementary color
Monochromatic Colors of #F3C0AA
Black with #F3C0AA
Text Example
Text Example
White with #F3C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0AA; }
p { color: rgb(243,192,170); }
H1.HeaderClassName
{
color: #F3C0AA;
}
.AnyTagClassName
{
color: #F3C0AA;
}
</style>
background-color css
<style>
a { background-color: #F3C0AA; }
a { background-color: rgb(243,192,170); }
div.DivClassName
{
background-color: #F3C0AA;
}
.BgClassName
{
background-color: #F3C0AA;
}
</style>
border-color css
<style>
span { border-color: #F3C0AA; }
span { border-color: rgb(243,192,170); }
td.TdClassName
{
border-color: #F3C0AA;
}
.TagClassName
{
border-color: #F3C0AA;
}
</style>