Shades of Zinnwaldite #F2C2AA
Tints of Zinnwaldite #F2C2AA
RGB
CMYK
RGB Variations
Color information
#F2C2AA (or 0xF2C2AA) is known color: Zinnwaldite. HEX triplet: F2, C2 and AA. RGB value is (242,194,170). Sum of RGB (Red+Green+Blue) = 242+194+170=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C2AA is #0D3D55. Grayscale: #CDCDCD. Windows color (decimal): -867670 or 11191026. OLE color: 11191026.
HSL color Cylindrical-coordinate representation of color #F2C2AA: hue angle of 20º degrees, saturation: 0.73, 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 #F2C2AA is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 170 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.05 |
| HSL | 20º | 0.73% | 0.81% | - |
| HSV(B) | 20º | 0.3% | 0.95% | - |
| XYZ | 63.17 | 60.36 | 46.35 | - |
| YUV | 205.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 170 | 0 | 0.20 | 0.30 | 0.05 | 20 | 0.73 | 0.81 |
| Hex | F2 | C2 | AA | 0 | 14 | 1E | 5 | 14 | 49 | 51 |
| Octal | 362 | 302 | 252 | 0 | 24 | 36 | 5 | 24 | 111 | 121 |
| Binary | 11110010 | 11000010 | 10101010 | 0 | 10100 | 11110 | 101 | 10100 | 1001001 | 1010001 |
Color Harmonies of #F2C2AA
Complementary color
Monochromatic Colors of #F2C2AA
Black with #F2C2AA
Text Example
Text Example
White with #F2C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C2AA; }
p { color: rgb(242,194,170); }
H1.HeaderClassName
{
color: #F2C2AA;
}
.AnyTagClassName
{
color: #F2C2AA;
}
</style>
background-color css
<style>
a { background-color: #F2C2AA; }
a { background-color: rgb(242,194,170); }
div.DivClassName
{
background-color: #F2C2AA;
}
.BgClassName
{
background-color: #F2C2AA;
}
</style>
border-color css
<style>
span { border-color: #F2C2AA; }
span { border-color: rgb(242,194,170); }
td.TdClassName
{
border-color: #F2C2AA;
}
.TagClassName
{
border-color: #F2C2AA;
}
</style>