Shades of Zinnwaldite #F1C2AB
Tints of Zinnwaldite #F1C2AB
RGB
CMYK
RGB Variations
Color information
#F1C2AB (or 0xF1C2AB) is known color: Zinnwaldite. HEX triplet: F1, C2 and AB. RGB value is (241,194,171). Sum of RGB (Red+Green+Blue) = 241+194+171=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C2AB is #0E3D54. Grayscale: #CDCDCD. Windows color (decimal): -933205 or 11256561. OLE color: 11256561.
HSL color Cylindrical-coordinate representation of color #F1C2AB: hue angle of 19.71º 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 #F1C2AB is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 194 | 171 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.05 |
| HSL | 19.71º | 0.71% | 0.81% | - |
| HSV(B) | 19.71º | 0.29% | 0.95% | - |
| XYZ | 62.92 | 60.22 | 46.84 | - |
| YUV | 205.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 194 | 171 | 0 | 0.20 | 0.29 | 0.05 | 19.71 | 0.71 | 0.81 |
| Hex | F1 | C2 | AB | 0 | 14 | 1D | 5 | 14 | 47 | 51 |
| Octal | 361 | 302 | 253 | 0 | 24 | 35 | 5 | 24 | 107 | 121 |
| Binary | 11110001 | 11000010 | 10101011 | 0 | 10100 | 11101 | 101 | 10100 | 1000111 | 1010001 |
Color Harmonies of #F1C2AB
Complementary color
Monochromatic Colors of #F1C2AB
Black with #F1C2AB
Text Example
Text Example
White with #F1C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C2AB; }
p { color: rgb(241,194,171); }
H1.HeaderClassName
{
color: #F1C2AB;
}
.AnyTagClassName
{
color: #F1C2AB;
}
</style>
background-color css
<style>
a { background-color: #F1C2AB; }
a { background-color: rgb(241,194,171); }
div.DivClassName
{
background-color: #F1C2AB;
}
.BgClassName
{
background-color: #F1C2AB;
}
</style>
border-color css
<style>
span { border-color: #F1C2AB; }
span { border-color: rgb(241,194,171); }
td.TdClassName
{
border-color: #F1C2AB;
}
.TagClassName
{
border-color: #F1C2AB;
}
</style>