Shades of Zinnwaldite #F3C2AC
Tints of Zinnwaldite #F3C2AC
RGB
CMYK
RGB Variations
Color information
#F3C2AC (or 0xF3C2AC) is known color: Zinnwaldite. HEX triplet: F3, C2 and AC. RGB value is (243,194,172). Sum of RGB (Red+Green+Blue) = 243+194+172=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C2AC is #0C3D53. Grayscale: #CECECE. Windows color (decimal): -802132 or 11322099. OLE color: 11322099.
HSL color Cylindrical-coordinate representation of color #F3C2AC: hue angle of 18.59º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3C2AC is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 172 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.05 |
| HSL | 18.59º | 0.75% | 0.81% | - |
| HSV(B) | 18.59º | 0.29% | 0.95% | - |
| XYZ | 63.7 | 60.62 | 47.37 | - |
| YUV | 206.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 172 | 0 | 0.20 | 0.29 | 0.05 | 18.59 | 0.75 | 0.81 |
| Hex | F3 | C2 | AC | 0 | 14 | 1D | 5 | 13 | 4B | 51 |
| Octal | 363 | 302 | 254 | 0 | 24 | 35 | 5 | 23 | 113 | 121 |
| Binary | 11110011 | 11000010 | 10101100 | 0 | 10100 | 11101 | 101 | 10011 | 1001011 | 1010001 |
Color Harmonies of #F3C2AC
Complementary color
Monochromatic Colors of #F3C2AC
Black with #F3C2AC
Text Example
Text Example
White with #F3C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2AC; }
p { color: rgb(243,194,172); }
H1.HeaderClassName
{
color: #F3C2AC;
}
.AnyTagClassName
{
color: #F3C2AC;
}
</style>
background-color css
<style>
a { background-color: #F3C2AC; }
a { background-color: rgb(243,194,172); }
div.DivClassName
{
background-color: #F3C2AC;
}
.BgClassName
{
background-color: #F3C2AC;
}
</style>
border-color css
<style>
span { border-color: #F3C2AC; }
span { border-color: rgb(243,194,172); }
td.TdClassName
{
border-color: #F3C2AC;
}
.TagClassName
{
border-color: #F3C2AC;
}
</style>