Shades of Zinnwaldite #F0BBA9
Tints of Zinnwaldite #F0BBA9
RGB
CMYK
RGB Variations
Color information
#F0BBA9 (or 0xF0BBA9) is known color: Zinnwaldite. HEX triplet: F0, BB and A9. RGB value is (240,187,169). Sum of RGB (Red+Green+Blue) = 240+187+169=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BBA9 is #0F4456. Grayscale: #C8C8C8. Windows color (decimal): -1000535 or 11123696. OLE color: 11123696.
HSL color Cylindrical-coordinate representation of color #F0BBA9: hue angle of 15.21º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0BBA9 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 169 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.06 |
| HSL | 15.21º | 0.7% | 0.8% | - |
| HSV(B) | 15.21º | 0.3% | 0.94% | - |
| XYZ | 60.87 | 56.93 | 45.32 | - |
| YUV | 200.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 169 | 0 | 0.22 | 0.30 | 0.06 | 15.21 | 0.7 | 0.8 |
| Hex | F0 | BB | A9 | 0 | 16 | 1E | 6 | F | 46 | 50 |
| Octal | 360 | 273 | 251 | 0 | 26 | 36 | 6 | 17 | 106 | 120 |
| Binary | 11110000 | 10111011 | 10101001 | 0 | 10110 | 11110 | 110 | 1111 | 1000110 | 1010000 |
Color Harmonies of #F0BBA9
Complementary color
Monochromatic Colors of #F0BBA9
Black with #F0BBA9
Text Example
Text Example
White with #F0BBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBA9; }
p { color: rgb(240,187,169); }
H1.HeaderClassName
{
color: #F0BBA9;
}
.AnyTagClassName
{
color: #F0BBA9;
}
</style>
background-color css
<style>
a { background-color: #F0BBA9; }
a { background-color: rgb(240,187,169); }
div.DivClassName
{
background-color: #F0BBA9;
}
.BgClassName
{
background-color: #F0BBA9;
}
</style>
border-color css
<style>
span { border-color: #F0BBA9; }
span { border-color: rgb(240,187,169); }
td.TdClassName
{
border-color: #F0BBA9;
}
.TagClassName
{
border-color: #F0BBA9;
}
</style>