Shades of Zinnwaldite #F1C0AA
Tints of Zinnwaldite #F1C0AA
RGB
CMYK
RGB Variations
Color information
#F1C0AA (or 0xF1C0AA) is known color: Zinnwaldite. HEX triplet: F1, C0 and AA. RGB value is (241,192,170). Sum of RGB (Red+Green+Blue) = 241+192+170=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C0AA is #0E3F55. Grayscale: #CCCCCC. Windows color (decimal): -933718 or 11190513. OLE color: 11190513.
HSL color Cylindrical-coordinate representation of color #F1C0AA: hue angle of 18.59º 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 #F1C0AA is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 170 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.05 |
| HSL | 18.59º | 0.72% | 0.81% | - |
| HSV(B) | 18.59º | 0.29% | 0.95% | - |
| XYZ | 62.38 | 59.3 | 46.19 | - |
| YUV | 204.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 170 | 0 | 0.20 | 0.29 | 0.05 | 18.59 | 0.72 | 0.81 |
| Hex | F1 | C0 | AA | 0 | 14 | 1D | 5 | 13 | 48 | 51 |
| Octal | 361 | 300 | 252 | 0 | 24 | 35 | 5 | 23 | 110 | 121 |
| Binary | 11110001 | 11000000 | 10101010 | 0 | 10100 | 11101 | 101 | 10011 | 1001000 | 1010001 |
Color Harmonies of #F1C0AA
Complementary color
Monochromatic Colors of #F1C0AA
Black with #F1C0AA
Text Example
Text Example
White with #F1C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0AA; }
p { color: rgb(241,192,170); }
H1.HeaderClassName
{
color: #F1C0AA;
}
.AnyTagClassName
{
color: #F1C0AA;
}
</style>
background-color css
<style>
a { background-color: #F1C0AA; }
a { background-color: rgb(241,192,170); }
div.DivClassName
{
background-color: #F1C0AA;
}
.BgClassName
{
background-color: #F1C0AA;
}
</style>
border-color css
<style>
span { border-color: #F1C0AA; }
span { border-color: rgb(241,192,170); }
td.TdClassName
{
border-color: #F1C0AA;
}
.TagClassName
{
border-color: #F1C0AA;
}
</style>