Shades of Zinnwaldite #F1BBAA
Tints of Zinnwaldite #F1BBAA
RGB
CMYK
RGB Variations
Color information
#F1BBAA (or 0xF1BBAA) is known color: Zinnwaldite. HEX triplet: F1, BB and AA. RGB value is (241,187,170). Sum of RGB (Red+Green+Blue) = 241+187+170=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BBAA is #0E4455. Grayscale: #C9C9C9. Windows color (decimal): -934998 or 11189233. OLE color: 11189233.
HSL color Cylindrical-coordinate representation of color #F1BBAA: hue angle of 14.37º 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 #F1BBAA is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 170 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.05 |
| HSL | 14.37º | 0.72% | 0.81% | - |
| HSV(B) | 14.37º | 0.29% | 0.95% | - |
| XYZ | 61.3 | 57.14 | 45.83 | - |
| YUV | 201.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 170 | 0 | 0.22 | 0.29 | 0.05 | 14.37 | 0.72 | 0.81 |
| Hex | F1 | BB | AA | 0 | 16 | 1D | 5 | E | 48 | 51 |
| Octal | 361 | 273 | 252 | 0 | 26 | 35 | 5 | 16 | 110 | 121 |
| Binary | 11110001 | 10111011 | 10101010 | 0 | 10110 | 11101 | 101 | 1110 | 1001000 | 1010001 |
Color Harmonies of #F1BBAA
Complementary color
Monochromatic Colors of #F1BBAA
Black with #F1BBAA
Text Example
Text Example
White with #F1BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBAA; }
p { color: rgb(241,187,170); }
H1.HeaderClassName
{
color: #F1BBAA;
}
.AnyTagClassName
{
color: #F1BBAA;
}
</style>
background-color css
<style>
a { background-color: #F1BBAA; }
a { background-color: rgb(241,187,170); }
div.DivClassName
{
background-color: #F1BBAA;
}
.BgClassName
{
background-color: #F1BBAA;
}
</style>
border-color css
<style>
span { border-color: #F1BBAA; }
span { border-color: rgb(241,187,170); }
td.TdClassName
{
border-color: #F1BBAA;
}
.TagClassName
{
border-color: #F1BBAA;
}
</style>