Shades of Zinnwaldite #F0BAAB
Tints of Zinnwaldite #F0BAAB
RGB
CMYK
RGB Variations
Color information
#F0BAAB (or 0xF0BAAB) is known color: Zinnwaldite. HEX triplet: F0, BA and AB. RGB value is (240,186,171). Sum of RGB (Red+Green+Blue) = 240+186+171=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAAB is #0F4554. Grayscale: #C8C8C8. Windows color (decimal): -1000789 or 11254512. OLE color: 11254512.
HSL color Cylindrical-coordinate representation of color #F0BAAB: hue angle of 13.04º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0BAAB is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 171 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.06 |
| HSL | 13.04º | 0.7% | 0.81% | - |
| HSV(B) | 13.04º | 0.29% | 0.94% | - |
| XYZ | 60.84 | 56.58 | 46.24 | - |
| YUV | 200.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 171 | 0 | 0.22 | 0.29 | 0.06 | 13.04 | 0.7 | 0.81 |
| Hex | F0 | BA | AB | 0 | 16 | 1D | 6 | D | 46 | 51 |
| Octal | 360 | 272 | 253 | 0 | 26 | 35 | 6 | 15 | 106 | 121 |
| Binary | 11110000 | 10111010 | 10101011 | 0 | 10110 | 11101 | 110 | 1101 | 1000110 | 1010001 |
Color Harmonies of #F0BAAB
Complementary color
Monochromatic Colors of #F0BAAB
Black with #F0BAAB
Text Example
Text Example
White with #F0BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAAB; }
p { color: rgb(240,186,171); }
H1.HeaderClassName
{
color: #F0BAAB;
}
.AnyTagClassName
{
color: #F0BAAB;
}
</style>
background-color css
<style>
a { background-color: #F0BAAB; }
a { background-color: rgb(240,186,171); }
div.DivClassName
{
background-color: #F0BAAB;
}
.BgClassName
{
background-color: #F0BAAB;
}
</style>
border-color css
<style>
span { border-color: #F0BAAB; }
span { border-color: rgb(240,186,171); }
td.TdClassName
{
border-color: #F0BAAB;
}
.TagClassName
{
border-color: #F0BAAB;
}
</style>