Shades of Beauty Bush #F3BCBB
Tints of Beauty Bush #F3BCBB
RGB
CMYK
RGB Variations
Color information
#F3BCBB (or 0xF3BCBB) is known color: Beauty Bush. HEX triplet: F3, BC and BB. RGB value is (243,188,187). Sum of RGB (Red+Green+Blue) = 243+188+187=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCBB is #0C4344. Grayscale: #CCCCCC. Windows color (decimal): -803653 or 12303603. OLE color: 12303603.
HSL color Cylindrical-coordinate representation of color #F3BCBB: hue angle of 1.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCBB is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 187 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.05 |
| HSL | 1.07º | 0.7% | 0.84% | - |
| HSV(B) | 1.07º | 0.23% | 0.95% | - |
| XYZ | 63.92 | 58.61 | 54.96 | - |
| YUV | 204.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 187 | 0 | 0.23 | 0.23 | 0.05 | 1.07 | 0.7 | 0.84 |
| Hex | F3 | BC | BB | 0 | 17 | 17 | 5 | 1 | 46 | 54 |
| Octal | 363 | 274 | 273 | 0 | 27 | 27 | 5 | 1 | 106 | 124 |
| Binary | 11110011 | 10111100 | 10111011 | 0 | 10111 | 10111 | 101 | 1 | 1000110 | 1010100 |
Color Harmonies of #F3BCBB
Complementary color
Monochromatic Colors of #F3BCBB
Black with #F3BCBB
Text Example
Text Example
White with #F3BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCBB; }
p { color: rgb(243,188,187); }
H1.HeaderClassName
{
color: #F3BCBB;
}
.AnyTagClassName
{
color: #F3BCBB;
}
</style>
background-color css
<style>
a { background-color: #F3BCBB; }
a { background-color: rgb(243,188,187); }
div.DivClassName
{
background-color: #F3BCBB;
}
.BgClassName
{
background-color: #F3BCBB;
}
</style>
border-color css
<style>
span { border-color: #F3BCBB; }
span { border-color: rgb(243,188,187); }
td.TdClassName
{
border-color: #F3BCBB;
}
.TagClassName
{
border-color: #F3BCBB;
}
</style>