Shades of Zinnwaldite #F1BFAE
Tints of Zinnwaldite #F1BFAE
RGB
CMYK
RGB Variations
Color information
#F1BFAE (or 0xF1BFAE) is known color: Zinnwaldite. HEX triplet: F1, BF and AE. RGB value is (241,191,174). Sum of RGB (Red+Green+Blue) = 241+191+174=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BFAE is #0E4051. Grayscale: #CCCCCC. Windows color (decimal): -933970 or 11452401. OLE color: 11452401.
HSL color Cylindrical-coordinate representation of color #F1BFAE: hue angle of 15.22º 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 #F1BFAE is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 174 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.05 |
| HSL | 15.22º | 0.71% | 0.81% | - |
| HSV(B) | 15.22º | 0.28% | 0.95% | - |
| XYZ | 62.55 | 59.02 | 48.14 | - |
| YUV | 204.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 174 | 0 | 0.21 | 0.28 | 0.05 | 15.22 | 0.71 | 0.81 |
| Hex | F1 | BF | AE | 0 | 15 | 1C | 5 | F | 47 | 51 |
| Octal | 361 | 277 | 256 | 0 | 25 | 34 | 5 | 17 | 107 | 121 |
| Binary | 11110001 | 10111111 | 10101110 | 0 | 10101 | 11100 | 101 | 1111 | 1000111 | 1010001 |
Color Harmonies of #F1BFAE
Complementary color
Monochromatic Colors of #F1BFAE
Black with #F1BFAE
Text Example
Text Example
White with #F1BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFAE; }
p { color: rgb(241,191,174); }
H1.HeaderClassName
{
color: #F1BFAE;
}
.AnyTagClassName
{
color: #F1BFAE;
}
</style>
background-color css
<style>
a { background-color: #F1BFAE; }
a { background-color: rgb(241,191,174); }
div.DivClassName
{
background-color: #F1BFAE;
}
.BgClassName
{
background-color: #F1BFAE;
}
</style>
border-color css
<style>
span { border-color: #F1BFAE; }
span { border-color: rgb(241,191,174); }
td.TdClassName
{
border-color: #F1BFAE;
}
.TagClassName
{
border-color: #F1BFAE;
}
</style>