Shades of Beauty Bush #F0BFBA
Tints of Beauty Bush #F0BFBA
RGB
CMYK
RGB Variations
Color information
#F0BFBA (or 0xF0BFBA) is known color: Beauty Bush. HEX triplet: F0, BF and BA. RGB value is (240,191,186). Sum of RGB (Red+Green+Blue) = 240+191+186=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFBA is #0F4045. Grayscale: #CDCDCD. Windows color (decimal): -999494 or 12238832. OLE color: 12238832.
HSL color Cylindrical-coordinate representation of color #F0BFBA: hue angle of 5.56º 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 #F0BFBA is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 186 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.06 |
| HSL | 5.56º | 0.64% | 0.84% | - |
| HSV(B) | 5.56º | 0.23% | 0.94% | - |
| XYZ | 63.43 | 59.33 | 54.56 | - |
| YUV | 205.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 186 | 0 | 0.20 | 0.22 | 0.06 | 5.56 | 0.64 | 0.84 |
| Hex | F0 | BF | BA | 0 | 14 | 16 | 6 | 6 | 40 | 54 |
| Octal | 360 | 277 | 272 | 0 | 24 | 26 | 6 | 6 | 100 | 124 |
| Binary | 11110000 | 10111111 | 10111010 | 0 | 10100 | 10110 | 110 | 110 | 1000000 | 1010100 |
Color Harmonies of #F0BFBA
Complementary color
Monochromatic Colors of #F0BFBA
Black with #F0BFBA
Text Example
Text Example
White with #F0BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFBA; }
p { color: rgb(240,191,186); }
H1.HeaderClassName
{
color: #F0BFBA;
}
.AnyTagClassName
{
color: #F0BFBA;
}
</style>
background-color css
<style>
a { background-color: #F0BFBA; }
a { background-color: rgb(240,191,186); }
div.DivClassName
{
background-color: #F0BFBA;
}
.BgClassName
{
background-color: #F0BFBA;
}
</style>
border-color css
<style>
span { border-color: #F0BFBA; }
span { border-color: rgb(240,191,186); }
td.TdClassName
{
border-color: #F0BFBA;
}
.TagClassName
{
border-color: #F0BFBA;
}
</style>