Shades of Beauty Bush #F7BBBA
Tints of Beauty Bush #F7BBBA
RGB
CMYK
RGB Variations
Color information
#F7BBBA (or 0xF7BBBA) is known color: Beauty Bush. HEX triplet: F7, BB and BA. RGB value is (247,187,186). Sum of RGB (Red+Green+Blue) = 247+187+186=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBBA is #084445. Grayscale: #CCCCCC. Windows color (decimal): -541766 or 12237815. OLE color: 12237815.
HSL color Cylindrical-coordinate representation of color #F7BBBA: hue angle of 0.98º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BBBA is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 186 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.03 |
| HSL | 0.98º | 0.79% | 0.85% | - |
| HSV(B) | 0.98º | 0.25% | 0.97% | - |
| XYZ | 64.99 | 58.86 | 54.39 | - |
| YUV | 204.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 186 | 0 | 0.24 | 0.25 | 0.03 | 0.98 | 0.79 | 0.85 |
| Hex | F7 | BB | BA | 0 | 18 | 19 | 3 | 1 | 4F | 55 |
| Octal | 367 | 273 | 272 | 0 | 30 | 31 | 3 | 1 | 117 | 125 |
| Binary | 11110111 | 10111011 | 10111010 | 0 | 11000 | 11001 | 11 | 1 | 1001111 | 1010101 |
Color Harmonies of #F7BBBA
Complementary color
Monochromatic Colors of #F7BBBA
Black with #F7BBBA
Text Example
Text Example
White with #F7BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBBA; }
p { color: rgb(247,187,186); }
H1.HeaderClassName
{
color: #F7BBBA;
}
.AnyTagClassName
{
color: #F7BBBA;
}
</style>
background-color css
<style>
a { background-color: #F7BBBA; }
a { background-color: rgb(247,187,186); }
div.DivClassName
{
background-color: #F7BBBA;
}
.BgClassName
{
background-color: #F7BBBA;
}
</style>
border-color css
<style>
span { border-color: #F7BBBA; }
span { border-color: rgb(247,187,186); }
td.TdClassName
{
border-color: #F7BBBA;
}
.TagClassName
{
border-color: #F7BBBA;
}
</style>