Shades of Beauty Bush #F0BABA
Tints of Beauty Bush #F0BABA
RGB
CMYK
RGB Variations
Color information
#F0BABA (or 0xF0BABA) is known color: Beauty Bush. HEX triplet: F0, BA and BA. RGB value is (240,186,186). Sum of RGB (Red+Green+Blue) = 240+186+186=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BABA is #0F4545. Grayscale: #CACACA. Windows color (decimal): -1000774 or 12237552. OLE color: 12237552.
HSL color Cylindrical-coordinate representation of color #F0BABA: hue angle of 0º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BABA is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 186 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.06 |
| HSL | 0º | 0.64% | 0.84% | - |
| HSV(B) | 0º | 0.23% | 0.94% | - |
| XYZ | 62.36 | 57.19 | 54.21 | - |
| YUV | 202.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 186 | 0 | 0.22 | 0.22 | 0.06 | 0 | 0.64 | 0.84 |
| Hex | F0 | BA | BA | 0 | 16 | 16 | 6 | 0 | 40 | 54 |
| Octal | 360 | 272 | 272 | 0 | 26 | 26 | 6 | 0 | 100 | 124 |
| Binary | 11110000 | 10111010 | 10111010 | 0 | 10110 | 10110 | 110 | 0 | 1000000 | 1010100 |
Color Harmonies of #F0BABA
Complementary color
Monochromatic Colors of #F0BABA
Black with #F0BABA
Text Example
Text Example
White with #F0BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BABA; }
p { color: rgb(240,186,186); }
H1.HeaderClassName
{
color: #F0BABA;
}
.AnyTagClassName
{
color: #F0BABA;
}
</style>
background-color css
<style>
a { background-color: #F0BABA; }
a { background-color: rgb(240,186,186); }
div.DivClassName
{
background-color: #F0BABA;
}
.BgClassName
{
background-color: #F0BABA;
}
</style>
border-color css
<style>
span { border-color: #F0BABA; }
span { border-color: rgb(240,186,186); }
td.TdClassName
{
border-color: #F0BABA;
}
.TagClassName
{
border-color: #F0BABA;
}
</style>