Shades of Beauty Bush #F0BAAC
Tints of Beauty Bush #F0BAAC
RGB
CMYK
RGB Variations
Color information
#F0BAAC (or 0xF0BAAC) is known color: Beauty Bush. HEX triplet: F0, BA and AC. RGB value is (240,186,172). Sum of RGB (Red+Green+Blue) = 240+186+172=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAAC is #0F4553. Grayscale: #C8C8C8. Windows color (decimal): -1000788 or 11320048. OLE color: 11320048.
HSL color Cylindrical-coordinate representation of color #F0BAAC: hue angle of 12.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0BAAC is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 172 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.06 |
| HSL | 12.35º | 0.69% | 0.81% | - |
| HSV(B) | 12.35º | 0.28% | 0.94% | - |
| XYZ | 60.94 | 56.62 | 46.75 | - |
| YUV | 200.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 172 | 0 | 0.22 | 0.28 | 0.06 | 12.35 | 0.69 | 0.81 |
| Hex | F0 | BA | AC | 0 | 16 | 1C | 6 | C | 45 | 51 |
| Octal | 360 | 272 | 254 | 0 | 26 | 34 | 6 | 14 | 105 | 121 |
| Binary | 11110000 | 10111010 | 10101100 | 0 | 10110 | 11100 | 110 | 1100 | 1000101 | 1010001 |
Color Harmonies of #F0BAAC
Complementary color
Monochromatic Colors of #F0BAAC
Black with #F0BAAC
Text Example
Text Example
White with #F0BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAAC; }
p { color: rgb(240,186,172); }
H1.HeaderClassName
{
color: #F0BAAC;
}
.AnyTagClassName
{
color: #F0BAAC;
}
</style>
background-color css
<style>
a { background-color: #F0BAAC; }
a { background-color: rgb(240,186,172); }
div.DivClassName
{
background-color: #F0BAAC;
}
.BgClassName
{
background-color: #F0BAAC;
}
</style>
border-color css
<style>
span { border-color: #F0BAAC; }
span { border-color: rgb(240,186,172); }
td.TdClassName
{
border-color: #F0BAAC;
}
.TagClassName
{
border-color: #F0BAAC;
}
</style>