Shades of Beauty Bush #F0BCBA
Tints of Beauty Bush #F0BCBA
RGB
CMYK
RGB Variations
Color information
#F0BCBA (or 0xF0BCBA) is known color: Beauty Bush. HEX triplet: F0, BC and BA. RGB value is (240,188,186). Sum of RGB (Red+Green+Blue) = 240+188+186=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCBA is #0F4345. Grayscale: #CBCBCB. Windows color (decimal): -1000262 or 12238064. OLE color: 12238064.
HSL color Cylindrical-coordinate representation of color #F0BCBA: hue angle of 2.22º 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 #F0BCBA is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 186 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.06 |
| HSL | 2.22º | 0.64% | 0.84% | - |
| HSV(B) | 2.22º | 0.23% | 0.94% | - |
| XYZ | 62.78 | 58.04 | 54.35 | - |
| YUV | 203.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 186 | 0 | 0.22 | 0.22 | 0.06 | 2.22 | 0.64 | 0.84 |
| Hex | F0 | BC | BA | 0 | 16 | 16 | 6 | 2 | 40 | 54 |
| Octal | 360 | 274 | 272 | 0 | 26 | 26 | 6 | 2 | 100 | 124 |
| Binary | 11110000 | 10111100 | 10111010 | 0 | 10110 | 10110 | 110 | 10 | 1000000 | 1010100 |
Color Harmonies of #F0BCBA
Complementary color
Monochromatic Colors of #F0BCBA
Black with #F0BCBA
Text Example
Text Example
White with #F0BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCBA; }
p { color: rgb(240,188,186); }
H1.HeaderClassName
{
color: #F0BCBA;
}
.AnyTagClassName
{
color: #F0BCBA;
}
</style>
background-color css
<style>
a { background-color: #F0BCBA; }
a { background-color: rgb(240,188,186); }
div.DivClassName
{
background-color: #F0BCBA;
}
.BgClassName
{
background-color: #F0BCBA;
}
</style>
border-color css
<style>
span { border-color: #F0BCBA; }
span { border-color: rgb(240,188,186); }
td.TdClassName
{
border-color: #F0BCBA;
}
.TagClassName
{
border-color: #F0BCBA;
}
</style>