Shades of Beauty Bush #F6BBB5
Tints of Beauty Bush #F6BBB5
RGB
CMYK
RGB Variations
Color information
#F6BBB5 (or 0xF6BBB5) is known color: Beauty Bush. HEX triplet: F6, BB and B5. RGB value is (246,187,181). Sum of RGB (Red+Green+Blue) = 246+187+181=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBB5 is #09444A. Grayscale: #CCCCCC. Windows color (decimal): -607307 or 11910134. OLE color: 11910134.
HSL color Cylindrical-coordinate representation of color #F6BBB5: hue angle of 5.54º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6BBB5 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 181 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.04 |
| HSL | 5.54º | 0.78% | 0.84% | - |
| HSV(B) | 5.54º | 0.26% | 0.96% | - |
| XYZ | 64.12 | 58.47 | 51.62 | - |
| YUV | 203.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 181 | 0 | 0.24 | 0.26 | 0.04 | 5.54 | 0.78 | 0.84 |
| Hex | F6 | BB | B5 | 0 | 18 | 1A | 4 | 6 | 4E | 54 |
| Octal | 366 | 273 | 265 | 0 | 30 | 32 | 4 | 6 | 116 | 124 |
| Binary | 11110110 | 10111011 | 10110101 | 0 | 11000 | 11010 | 100 | 110 | 1001110 | 1010100 |
Color Harmonies of #F6BBB5
Complementary color
Monochromatic Colors of #F6BBB5
Black with #F6BBB5
Text Example
Text Example
White with #F6BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBB5; }
p { color: rgb(246,187,181); }
H1.HeaderClassName
{
color: #F6BBB5;
}
.AnyTagClassName
{
color: #F6BBB5;
}
</style>
background-color css
<style>
a { background-color: #F6BBB5; }
a { background-color: rgb(246,187,181); }
div.DivClassName
{
background-color: #F6BBB5;
}
.BgClassName
{
background-color: #F6BBB5;
}
</style>
border-color css
<style>
span { border-color: #F6BBB5; }
span { border-color: rgb(246,187,181); }
td.TdClassName
{
border-color: #F6BBB5;
}
.TagClassName
{
border-color: #F6BBB5;
}
</style>