Shades of Beauty Bush #F6BCBA
Tints of Beauty Bush #F6BCBA
RGB
CMYK
RGB Variations
Color information
#F6BCBA (or 0xF6BCBA) is known color: Beauty Bush. HEX triplet: F6, BC and BA. RGB value is (246,188,186). Sum of RGB (Red+Green+Blue) = 246+188+186=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCBA is #094345. Grayscale: #CDCDCD. Windows color (decimal): -607046 or 12238070. OLE color: 12238070.
HSL color Cylindrical-coordinate representation of color #F6BCBA: hue angle of 2º 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 #F6BCBA is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 186 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.04 |
| HSL | 2º | 0.77% | 0.85% | - |
| HSV(B) | 2º | 0.24% | 0.96% | - |
| XYZ | 64.85 | 59.1 | 54.44 | - |
| YUV | 205.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 186 | 0 | 0.24 | 0.24 | 0.04 | 2 | 0.77 | 0.85 |
| Hex | F6 | BC | BA | 0 | 18 | 18 | 4 | 2 | 4D | 55 |
| Octal | 366 | 274 | 272 | 0 | 30 | 30 | 4 | 2 | 115 | 125 |
| Binary | 11110110 | 10111100 | 10111010 | 0 | 11000 | 11000 | 100 | 10 | 1001101 | 1010101 |
Color Harmonies of #F6BCBA
Complementary color
Monochromatic Colors of #F6BCBA
Black with #F6BCBA
Text Example
Text Example
White with #F6BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCBA; }
p { color: rgb(246,188,186); }
H1.HeaderClassName
{
color: #F6BCBA;
}
.AnyTagClassName
{
color: #F6BCBA;
}
</style>
background-color css
<style>
a { background-color: #F6BCBA; }
a { background-color: rgb(246,188,186); }
div.DivClassName
{
background-color: #F6BCBA;
}
.BgClassName
{
background-color: #F6BCBA;
}
</style>
border-color css
<style>
span { border-color: #F6BCBA; }
span { border-color: rgb(246,188,186); }
td.TdClassName
{
border-color: #F6BCBA;
}
.TagClassName
{
border-color: #F6BCBA;
}
</style>