Shades of Zinnwaldite #F1C0AB
Tints of Zinnwaldite #F1C0AB
RGB
CMYK
RGB Variations
Color information
#F1C0AB (or 0xF1C0AB) is known color: Zinnwaldite. HEX triplet: F1, C0 and AB. RGB value is (241,192,171). Sum of RGB (Red+Green+Blue) = 241+192+171=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C0AB is #0E3F54. Grayscale: #CCCCCC. Windows color (decimal): -933717 or 11256049. OLE color: 11256049.
HSL color Cylindrical-coordinate representation of color #F1C0AB: hue angle of 18º 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 #F1C0AB is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 171 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.05 |
| HSL | 18º | 0.71% | 0.81% | - |
| HSV(B) | 18º | 0.29% | 0.95% | - |
| XYZ | 62.48 | 59.34 | 46.69 | - |
| YUV | 204.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 171 | 0 | 0.20 | 0.29 | 0.05 | 18 | 0.71 | 0.81 |
| Hex | F1 | C0 | AB | 0 | 14 | 1D | 5 | 12 | 47 | 51 |
| Octal | 361 | 300 | 253 | 0 | 24 | 35 | 5 | 22 | 107 | 121 |
| Binary | 11110001 | 11000000 | 10101011 | 0 | 10100 | 11101 | 101 | 10010 | 1000111 | 1010001 |
Color Harmonies of #F1C0AB
Complementary color
Monochromatic Colors of #F1C0AB
Black with #F1C0AB
Text Example
Text Example
White with #F1C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0AB; }
p { color: rgb(241,192,171); }
H1.HeaderClassName
{
color: #F1C0AB;
}
.AnyTagClassName
{
color: #F1C0AB;
}
</style>
background-color css
<style>
a { background-color: #F1C0AB; }
a { background-color: rgb(241,192,171); }
div.DivClassName
{
background-color: #F1C0AB;
}
.BgClassName
{
background-color: #F1C0AB;
}
</style>
border-color css
<style>
span { border-color: #F1C0AB; }
span { border-color: rgb(241,192,171); }
td.TdClassName
{
border-color: #F1C0AB;
}
.TagClassName
{
border-color: #F1C0AB;
}
</style>