Shades of Zinnwaldite #F0BBAA
Tints of Zinnwaldite #F0BBAA
RGB
CMYK
RGB Variations
Color information
#F0BBAA (or 0xF0BBAA) is known color: Zinnwaldite. HEX triplet: F0, BB and AA. RGB value is (240,187,170). Sum of RGB (Red+Green+Blue) = 240+187+170=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BBAA is #0F4455. Grayscale: #C9C9C9. Windows color (decimal): -1000534 or 11189232. OLE color: 11189232.
HSL color Cylindrical-coordinate representation of color #F0BBAA: hue angle of 14.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0BBAA is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 170 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.06 |
| HSL | 14.57º | 0.7% | 0.8% | - |
| HSV(B) | 14.57º | 0.29% | 0.94% | - |
| XYZ | 60.96 | 56.97 | 45.81 | - |
| YUV | 200.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 170 | 0 | 0.22 | 0.29 | 0.06 | 14.57 | 0.7 | 0.8 |
| Hex | F0 | BB | AA | 0 | 16 | 1D | 6 | F | 46 | 50 |
| Octal | 360 | 273 | 252 | 0 | 26 | 35 | 6 | 17 | 106 | 120 |
| Binary | 11110000 | 10111011 | 10101010 | 0 | 10110 | 11101 | 110 | 1111 | 1000110 | 1010000 |
Color Harmonies of #F0BBAA
Complementary color
Monochromatic Colors of #F0BBAA
Black with #F0BBAA
Text Example
Text Example
White with #F0BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBAA; }
p { color: rgb(240,187,170); }
H1.HeaderClassName
{
color: #F0BBAA;
}
.AnyTagClassName
{
color: #F0BBAA;
}
</style>
background-color css
<style>
a { background-color: #F0BBAA; }
a { background-color: rgb(240,187,170); }
div.DivClassName
{
background-color: #F0BBAA;
}
.BgClassName
{
background-color: #F0BBAA;
}
</style>
border-color css
<style>
span { border-color: #F0BBAA; }
span { border-color: rgb(240,187,170); }
td.TdClassName
{
border-color: #F0BBAA;
}
.TagClassName
{
border-color: #F0BBAA;
}
</style>