Shades of Beauty Bush #F3BCBC
Tints of Beauty Bush #F3BCBC
RGB
CMYK
RGB Variations
Color information
#F3BCBC (or 0xF3BCBC) is known color: Beauty Bush. HEX triplet: F3, BC and BC. RGB value is (243,188,188). Sum of RGB (Red+Green+Blue) = 243+188+188=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCBC is #0C4343. Grayscale: #CCCCCC. Windows color (decimal): -803652 or 12369139. OLE color: 12369139.
HSL color Cylindrical-coordinate representation of color #F3BCBC: hue angle of 0º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCBC is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 188 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.05 |
| HSL | 0º | 0.7% | 0.85% | - |
| HSV(B) | 0º | 0.23% | 0.95% | - |
| XYZ | 64.02 | 58.65 | 55.52 | - |
| YUV | 204.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 188 | 0 | 0.23 | 0.23 | 0.05 | 0 | 0.7 | 0.85 |
| Hex | F3 | BC | BC | 0 | 17 | 17 | 5 | 0 | 46 | 55 |
| Octal | 363 | 274 | 274 | 0 | 27 | 27 | 5 | 0 | 106 | 125 |
| Binary | 11110011 | 10111100 | 10111100 | 0 | 10111 | 10111 | 101 | 0 | 1000110 | 1010101 |
Color Harmonies of #F3BCBC
Complementary color
Monochromatic Colors of #F3BCBC
Black with #F3BCBC
Text Example
Text Example
White with #F3BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCBC; }
p { color: rgb(243,188,188); }
H1.HeaderClassName
{
color: #F3BCBC;
}
.AnyTagClassName
{
color: #F3BCBC;
}
</style>
background-color css
<style>
a { background-color: #F3BCBC; }
a { background-color: rgb(243,188,188); }
div.DivClassName
{
background-color: #F3BCBC;
}
.BgClassName
{
background-color: #F3BCBC;
}
</style>
border-color css
<style>
span { border-color: #F3BCBC; }
span { border-color: rgb(243,188,188); }
td.TdClassName
{
border-color: #F3BCBC;
}
.TagClassName
{
border-color: #F3BCBC;
}
</style>