Shades of Zinnwaldite #F1BDAE
Tints of Zinnwaldite #F1BDAE
RGB
CMYK
RGB Variations
Color information
#F1BDAE (or 0xF1BDAE) is known color: Zinnwaldite. HEX triplet: F1, BD and AE. RGB value is (241,189,174). Sum of RGB (Red+Green+Blue) = 241+189+174=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BDAE is #0E4251. Grayscale: #CACACA. Windows color (decimal): -934482 or 11451889. OLE color: 11451889.
HSL color Cylindrical-coordinate representation of color #F1BDAE: hue angle of 13.43º 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 #F1BDAE is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 174 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.05 |
| HSL | 13.43º | 0.71% | 0.81% | - |
| HSV(B) | 13.43º | 0.28% | 0.95% | - |
| XYZ | 62.11 | 58.15 | 48 | - |
| YUV | 202.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 174 | 0 | 0.22 | 0.28 | 0.05 | 13.43 | 0.71 | 0.81 |
| Hex | F1 | BD | AE | 0 | 16 | 1C | 5 | D | 47 | 51 |
| Octal | 361 | 275 | 256 | 0 | 26 | 34 | 5 | 15 | 107 | 121 |
| Binary | 11110001 | 10111101 | 10101110 | 0 | 10110 | 11100 | 101 | 1101 | 1000111 | 1010001 |
Color Harmonies of #F1BDAE
Complementary color
Monochromatic Colors of #F1BDAE
Black with #F1BDAE
Text Example
Text Example
White with #F1BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDAE; }
p { color: rgb(241,189,174); }
H1.HeaderClassName
{
color: #F1BDAE;
}
.AnyTagClassName
{
color: #F1BDAE;
}
</style>
background-color css
<style>
a { background-color: #F1BDAE; }
a { background-color: rgb(241,189,174); }
div.DivClassName
{
background-color: #F1BDAE;
}
.BgClassName
{
background-color: #F1BDAE;
}
</style>
border-color css
<style>
span { border-color: #F1BDAE; }
span { border-color: rgb(241,189,174); }
td.TdClassName
{
border-color: #F1BDAE;
}
.TagClassName
{
border-color: #F1BDAE;
}
</style>