Shades of Zinnwaldite #F1C2AA
Tints of Zinnwaldite #F1C2AA
RGB
CMYK
RGB Variations
Color information
#F1C2AA (or 0xF1C2AA) is known color: Zinnwaldite. HEX triplet: F1, C2 and AA. RGB value is (241,194,170). Sum of RGB (Red+Green+Blue) = 241+194+170=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C2AA is #0E3D55. Grayscale: #CDCDCD. Windows color (decimal): -933206 or 11191025. OLE color: 11191025.
HSL color Cylindrical-coordinate representation of color #F1C2AA: hue angle of 20.28º degrees, saturation: 0.72, 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 #F1C2AA is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 194 | 170 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.05 |
| HSL | 20.28º | 0.72% | 0.81% | - |
| HSV(B) | 20.28º | 0.29% | 0.95% | - |
| XYZ | 62.82 | 60.19 | 46.34 | - |
| YUV | 205.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 194 | 170 | 0 | 0.20 | 0.29 | 0.05 | 20.28 | 0.72 | 0.81 |
| Hex | F1 | C2 | AA | 0 | 14 | 1D | 5 | 14 | 48 | 51 |
| Octal | 361 | 302 | 252 | 0 | 24 | 35 | 5 | 24 | 110 | 121 |
| Binary | 11110001 | 11000010 | 10101010 | 0 | 10100 | 11101 | 101 | 10100 | 1001000 | 1010001 |
Color Harmonies of #F1C2AA
Complementary color
Monochromatic Colors of #F1C2AA
Black with #F1C2AA
Text Example
Text Example
White with #F1C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C2AA; }
p { color: rgb(241,194,170); }
H1.HeaderClassName
{
color: #F1C2AA;
}
.AnyTagClassName
{
color: #F1C2AA;
}
</style>
background-color css
<style>
a { background-color: #F1C2AA; }
a { background-color: rgb(241,194,170); }
div.DivClassName
{
background-color: #F1C2AA;
}
.BgClassName
{
background-color: #F1C2AA;
}
</style>
border-color css
<style>
span { border-color: #F1C2AA; }
span { border-color: rgb(241,194,170); }
td.TdClassName
{
border-color: #F1C2AA;
}
.TagClassName
{
border-color: #F1C2AA;
}
</style>