Shades of Zinnwaldite #F1BEAA
Tints of Zinnwaldite #F1BEAA
RGB
CMYK
RGB Variations
Color information
#F1BEAA (or 0xF1BEAA) is known color: Zinnwaldite. HEX triplet: F1, BE and AA. RGB value is (241,190,170). Sum of RGB (Red+Green+Blue) = 241+190+170=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BEAA is #0E4155. Grayscale: #CBCBCB. Windows color (decimal): -934230 or 11190001. OLE color: 11190001.
HSL color Cylindrical-coordinate representation of color #F1BEAA: hue angle of 16.9º 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 #F1BEAA is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 170 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.05 |
| HSL | 16.9º | 0.72% | 0.81% | - |
| HSV(B) | 16.9º | 0.29% | 0.95% | - |
| XYZ | 61.94 | 58.43 | 46.04 | - |
| YUV | 202.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 170 | 0 | 0.21 | 0.29 | 0.05 | 16.9 | 0.72 | 0.81 |
| Hex | F1 | BE | AA | 0 | 15 | 1D | 5 | 11 | 48 | 51 |
| Octal | 361 | 276 | 252 | 0 | 25 | 35 | 5 | 21 | 110 | 121 |
| Binary | 11110001 | 10111110 | 10101010 | 0 | 10101 | 11101 | 101 | 10001 | 1001000 | 1010001 |
Color Harmonies of #F1BEAA
Complementary color
Monochromatic Colors of #F1BEAA
Black with #F1BEAA
Text Example
Text Example
White with #F1BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEAA; }
p { color: rgb(241,190,170); }
H1.HeaderClassName
{
color: #F1BEAA;
}
.AnyTagClassName
{
color: #F1BEAA;
}
</style>
background-color css
<style>
a { background-color: #F1BEAA; }
a { background-color: rgb(241,190,170); }
div.DivClassName
{
background-color: #F1BEAA;
}
.BgClassName
{
background-color: #F1BEAA;
}
</style>
border-color css
<style>
span { border-color: #F1BEAA; }
span { border-color: rgb(241,190,170); }
td.TdClassName
{
border-color: #F1BEAA;
}
.TagClassName
{
border-color: #F1BEAA;
}
</style>