Shades of Beauty Bush #F6BBBA
Tints of Beauty Bush #F6BBBA
RGB
CMYK
RGB Variations
Color information
#F6BBBA (or 0xF6BBBA) is known color: Beauty Bush. HEX triplet: F6, BB and BA. RGB value is (246,187,186). Sum of RGB (Red+Green+Blue) = 246+187+186=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBBA is #094445. Grayscale: #CCCCCC. Windows color (decimal): -607302 or 12237814. OLE color: 12237814.
HSL color Cylindrical-coordinate representation of color #F6BBBA: hue angle of 1º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBBA is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 186 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.04 |
| HSL | 1º | 0.77% | 0.85% | - |
| HSV(B) | 1º | 0.24% | 0.96% | - |
| XYZ | 64.64 | 58.68 | 54.37 | - |
| YUV | 204.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 186 | 0 | 0.24 | 0.24 | 0.04 | 1 | 0.77 | 0.85 |
| Hex | F6 | BB | BA | 0 | 18 | 18 | 4 | 1 | 4D | 55 |
| Octal | 366 | 273 | 272 | 0 | 30 | 30 | 4 | 1 | 115 | 125 |
| Binary | 11110110 | 10111011 | 10111010 | 0 | 11000 | 11000 | 100 | 1 | 1001101 | 1010101 |
Color Harmonies of #F6BBBA
Complementary color
Monochromatic Colors of #F6BBBA
Black with #F6BBBA
Text Example
Text Example
White with #F6BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBBA; }
p { color: rgb(246,187,186); }
H1.HeaderClassName
{
color: #F6BBBA;
}
.AnyTagClassName
{
color: #F6BBBA;
}
</style>
background-color css
<style>
a { background-color: #F6BBBA; }
a { background-color: rgb(246,187,186); }
div.DivClassName
{
background-color: #F6BBBA;
}
.BgClassName
{
background-color: #F6BBBA;
}
</style>
border-color css
<style>
span { border-color: #F6BBBA; }
span { border-color: rgb(246,187,186); }
td.TdClassName
{
border-color: #F6BBBA;
}
.TagClassName
{
border-color: #F6BBBA;
}
</style>