Shades of Zinnwaldite #F1C2AC
Tints of Zinnwaldite #F1C2AC
RGB
CMYK
RGB Variations
Color information
#F1C2AC (or 0xF1C2AC) is known color: Zinnwaldite. HEX triplet: F1, C2 and AC. RGB value is (241,194,172). Sum of RGB (Red+Green+Blue) = 241+194+172=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C2AC is #0E3D53. Grayscale: #CDCDCD. Windows color (decimal): -933204 or 11322097. OLE color: 11322097.
HSL color Cylindrical-coordinate representation of color #F1C2AC: hue angle of 19.13º degrees, saturation: 0.71, 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 #F1C2AC is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 194 | 172 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.05 |
| HSL | 19.13º | 0.71% | 0.81% | - |
| HSV(B) | 19.13º | 0.29% | 0.95% | - |
| XYZ | 63.01 | 60.26 | 47.34 | - |
| YUV | 205.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 194 | 172 | 0 | 0.20 | 0.29 | 0.05 | 19.13 | 0.71 | 0.81 |
| Hex | F1 | C2 | AC | 0 | 14 | 1D | 5 | 13 | 47 | 51 |
| Octal | 361 | 302 | 254 | 0 | 24 | 35 | 5 | 23 | 107 | 121 |
| Binary | 11110001 | 11000010 | 10101100 | 0 | 10100 | 11101 | 101 | 10011 | 1000111 | 1010001 |
Color Harmonies of #F1C2AC
Complementary color
Monochromatic Colors of #F1C2AC
Black with #F1C2AC
Text Example
Text Example
White with #F1C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C2AC; }
p { color: rgb(241,194,172); }
H1.HeaderClassName
{
color: #F1C2AC;
}
.AnyTagClassName
{
color: #F1C2AC;
}
</style>
background-color css
<style>
a { background-color: #F1C2AC; }
a { background-color: rgb(241,194,172); }
div.DivClassName
{
background-color: #F1C2AC;
}
.BgClassName
{
background-color: #F1C2AC;
}
</style>
border-color css
<style>
span { border-color: #F1C2AC; }
span { border-color: rgb(241,194,172); }
td.TdClassName
{
border-color: #F1C2AC;
}
.TagClassName
{
border-color: #F1C2AC;
}
</style>