Shades of Zinnwaldite #F3C2AB
Tints of Zinnwaldite #F3C2AB
RGB
CMYK
RGB Variations
Color information
#F3C2AB (or 0xF3C2AB) is known color: Zinnwaldite. HEX triplet: F3, C2 and AB. RGB value is (243,194,171). Sum of RGB (Red+Green+Blue) = 243+194+171=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C2AB is #0C3D54. Grayscale: #CECECE. Windows color (decimal): -802133 or 11256563. OLE color: 11256563.
HSL color Cylindrical-coordinate representation of color #F3C2AB: hue angle of 19.17º 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 #F3C2AB is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 171 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.05 |
| HSL | 19.17º | 0.75% | 0.81% | - |
| HSV(B) | 19.17º | 0.3% | 0.95% | - |
| XYZ | 63.6 | 60.58 | 46.87 | - |
| YUV | 206.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 171 | 0 | 0.20 | 0.30 | 0.05 | 19.17 | 0.75 | 0.81 |
| Hex | F3 | C2 | AB | 0 | 14 | 1E | 5 | 13 | 4B | 51 |
| Octal | 363 | 302 | 253 | 0 | 24 | 36 | 5 | 23 | 113 | 121 |
| Binary | 11110011 | 11000010 | 10101011 | 0 | 10100 | 11110 | 101 | 10011 | 1001011 | 1010001 |
Color Harmonies of #F3C2AB
Complementary color
Monochromatic Colors of #F3C2AB
Black with #F3C2AB
Text Example
Text Example
White with #F3C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2AB; }
p { color: rgb(243,194,171); }
H1.HeaderClassName
{
color: #F3C2AB;
}
.AnyTagClassName
{
color: #F3C2AB;
}
</style>
background-color css
<style>
a { background-color: #F3C2AB; }
a { background-color: rgb(243,194,171); }
div.DivClassName
{
background-color: #F3C2AB;
}
.BgClassName
{
background-color: #F3C2AB;
}
</style>
border-color css
<style>
span { border-color: #F3C2AB; }
span { border-color: rgb(243,194,171); }
td.TdClassName
{
border-color: #F3C2AB;
}
.TagClassName
{
border-color: #F3C2AB;
}
</style>