Shades of Beauty Bush #F0BEBB
Tints of Beauty Bush #F0BEBB
RGB
CMYK
RGB Variations
Color information
#F0BEBB (or 0xF0BEBB) is known color: Beauty Bush. HEX triplet: F0, BE and BB. RGB value is (240,190,187). Sum of RGB (Red+Green+Blue) = 240+190+187=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEBB is #0F4144. Grayscale: #CCCCCC. Windows color (decimal): -999749 or 12304112. OLE color: 12304112.
HSL color Cylindrical-coordinate representation of color #F0BEBB: hue angle of 3.4º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BEBB is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 190 | 187 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.06 |
| HSL | 3.4º | 0.64% | 0.84% | - |
| HSV(B) | 3.4º | 0.22% | 0.94% | - |
| XYZ | 63.32 | 58.94 | 55.05 | - |
| YUV | 204.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 190 | 187 | 0 | 0.21 | 0.22 | 0.06 | 3.4 | 0.64 | 0.84 |
| Hex | F0 | BE | BB | 0 | 15 | 16 | 6 | 3 | 40 | 54 |
| Octal | 360 | 276 | 273 | 0 | 25 | 26 | 6 | 3 | 100 | 124 |
| Binary | 11110000 | 10111110 | 10111011 | 0 | 10101 | 10110 | 110 | 11 | 1000000 | 1010100 |
Color Harmonies of #F0BEBB
Complementary color
Monochromatic Colors of #F0BEBB
Black with #F0BEBB
Text Example
Text Example
White with #F0BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BEBB; }
p { color: rgb(240,190,187); }
H1.HeaderClassName
{
color: #F0BEBB;
}
.AnyTagClassName
{
color: #F0BEBB;
}
</style>
background-color css
<style>
a { background-color: #F0BEBB; }
a { background-color: rgb(240,190,187); }
div.DivClassName
{
background-color: #F0BEBB;
}
.BgClassName
{
background-color: #F0BEBB;
}
</style>
border-color css
<style>
span { border-color: #F0BEBB; }
span { border-color: rgb(240,190,187); }
td.TdClassName
{
border-color: #F0BEBB;
}
.TagClassName
{
border-color: #F0BEBB;
}
</style>