Shades of Zinnwaldite #F1BEAE
Tints of Zinnwaldite #F1BEAE
RGB
CMYK
RGB Variations
Color information
#F1BEAE (or 0xF1BEAE) is known color: Zinnwaldite. HEX triplet: F1, BE and AE. RGB value is (241,190,174). Sum of RGB (Red+Green+Blue) = 241+190+174=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BEAE is #0E4151. Grayscale: #CBCBCB. Windows color (decimal): -934226 or 11452145. OLE color: 11452145.
HSL color Cylindrical-coordinate representation of color #F1BEAE: hue angle of 14.33º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1BEAE is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 174 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.05 |
| HSL | 14.33º | 0.71% | 0.81% | - |
| HSV(B) | 14.33º | 0.28% | 0.95% | - |
| XYZ | 62.33 | 58.58 | 48.07 | - |
| YUV | 203.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 174 | 0 | 0.21 | 0.28 | 0.05 | 14.33 | 0.71 | 0.81 |
| Hex | F1 | BE | AE | 0 | 15 | 1C | 5 | E | 47 | 51 |
| Octal | 361 | 276 | 256 | 0 | 25 | 34 | 5 | 16 | 107 | 121 |
| Binary | 11110001 | 10111110 | 10101110 | 0 | 10101 | 11100 | 101 | 1110 | 1000111 | 1010001 |
Color Harmonies of #F1BEAE
Complementary color
Monochromatic Colors of #F1BEAE
Black with #F1BEAE
Text Example
Text Example
White with #F1BEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEAE; }
p { color: rgb(241,190,174); }
H1.HeaderClassName
{
color: #F1BEAE;
}
.AnyTagClassName
{
color: #F1BEAE;
}
</style>
background-color css
<style>
a { background-color: #F1BEAE; }
a { background-color: rgb(241,190,174); }
div.DivClassName
{
background-color: #F1BEAE;
}
.BgClassName
{
background-color: #F1BEAE;
}
</style>
border-color css
<style>
span { border-color: #F1BEAE; }
span { border-color: rgb(241,190,174); }
td.TdClassName
{
border-color: #F1BEAE;
}
.TagClassName
{
border-color: #F1BEAE;
}
</style>