Shades of Zinnwaldite #F2C1AC
Tints of Zinnwaldite #F2C1AC
RGB
CMYK
RGB Variations
Color information
#F2C1AC (or 0xF2C1AC) is known color: Zinnwaldite. HEX triplet: F2, C1 and AC. RGB value is (242,193,172). Sum of RGB (Red+Green+Blue) = 242+193+172=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C1AC is #0D3E53. Grayscale: #CDCDCD. Windows color (decimal): -867924 or 11321842. OLE color: 11321842.
HSL color Cylindrical-coordinate representation of color #F2C1AC: hue angle of 18º 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 #F2C1AC is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 172 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.05 |
| HSL | 18º | 0.73% | 0.81% | - |
| HSV(B) | 18º | 0.29% | 0.95% | - |
| XYZ | 63.13 | 60 | 47.28 | - |
| YUV | 205.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 172 | 0 | 0.20 | 0.29 | 0.05 | 18 | 0.73 | 0.81 |
| Hex | F2 | C1 | AC | 0 | 14 | 1D | 5 | 12 | 49 | 51 |
| Octal | 362 | 301 | 254 | 0 | 24 | 35 | 5 | 22 | 111 | 121 |
| Binary | 11110010 | 11000001 | 10101100 | 0 | 10100 | 11101 | 101 | 10010 | 1001001 | 1010001 |
Color Harmonies of #F2C1AC
Complementary color
Monochromatic Colors of #F2C1AC
Black with #F2C1AC
Text Example
Text Example
White with #F2C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C1AC; }
p { color: rgb(242,193,172); }
H1.HeaderClassName
{
color: #F2C1AC;
}
.AnyTagClassName
{
color: #F2C1AC;
}
</style>
background-color css
<style>
a { background-color: #F2C1AC; }
a { background-color: rgb(242,193,172); }
div.DivClassName
{
background-color: #F2C1AC;
}
.BgClassName
{
background-color: #F2C1AC;
}
</style>
border-color css
<style>
span { border-color: #F2C1AC; }
span { border-color: rgb(242,193,172); }
td.TdClassName
{
border-color: #F2C1AC;
}
.TagClassName
{
border-color: #F2C1AC;
}
</style>