Shades of Zinnwaldite #F2C0AC
Tints of Zinnwaldite #F2C0AC
RGB
CMYK
RGB Variations
Color information
#F2C0AC (or 0xF2C0AC) is known color: Zinnwaldite. HEX triplet: F2, C0 and AC. RGB value is (242,192,172). Sum of RGB (Red+Green+Blue) = 242+192+172=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C0AC is #0D3F53. Grayscale: #CCCCCC. Windows color (decimal): -868180 or 11321586. OLE color: 11321586.
HSL color Cylindrical-coordinate representation of color #F2C0AC: hue angle of 17.14º degrees, saturation: 0.73, 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 #F2C0AC is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 172 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.05 |
| HSL | 17.14º | 0.73% | 0.81% | - |
| HSV(B) | 17.14º | 0.29% | 0.95% | - |
| XYZ | 62.91 | 59.56 | 47.21 | - |
| YUV | 204.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 172 | 0 | 0.21 | 0.29 | 0.05 | 17.14 | 0.73 | 0.81 |
| Hex | F2 | C0 | AC | 0 | 15 | 1D | 5 | 11 | 49 | 51 |
| Octal | 362 | 300 | 254 | 0 | 25 | 35 | 5 | 21 | 111 | 121 |
| Binary | 11110010 | 11000000 | 10101100 | 0 | 10101 | 11101 | 101 | 10001 | 1001001 | 1010001 |
Color Harmonies of #F2C0AC
Complementary color
Monochromatic Colors of #F2C0AC
Black with #F2C0AC
Text Example
Text Example
White with #F2C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0AC; }
p { color: rgb(242,192,172); }
H1.HeaderClassName
{
color: #F2C0AC;
}
.AnyTagClassName
{
color: #F2C0AC;
}
</style>
background-color css
<style>
a { background-color: #F2C0AC; }
a { background-color: rgb(242,192,172); }
div.DivClassName
{
background-color: #F2C0AC;
}
.BgClassName
{
background-color: #F2C0AC;
}
</style>
border-color css
<style>
span { border-color: #F2C0AC; }
span { border-color: rgb(242,192,172); }
td.TdClassName
{
border-color: #F2C0AC;
}
.TagClassName
{
border-color: #F2C0AC;
}
</style>