Shades of Beauty Bush #F5BCBC
Tints of Beauty Bush #F5BCBC
RGB
CMYK
RGB Variations
Color information
#F5BCBC (or 0xF5BCBC) is known color: Beauty Bush. HEX triplet: F5, BC and BC. RGB value is (245,188,188). Sum of RGB (Red+Green+Blue) = 245+188+188=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCBC is #0A4343. Grayscale: #CDCDCD. Windows color (decimal): -672580 or 12369141. OLE color: 12369141.
HSL color Cylindrical-coordinate representation of color #F5BCBC: hue angle of 0º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BCBC is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 188 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.04 |
| HSL | 0º | 0.74% | 0.85% | - |
| HSV(B) | 0º | 0.23% | 0.96% | - |
| XYZ | 64.72 | 59.01 | 55.56 | - |
| YUV | 205.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 188 | 0 | 0.23 | 0.23 | 0.04 | 0 | 0.74 | 0.85 |
| Hex | F5 | BC | BC | 0 | 17 | 17 | 4 | 0 | 4A | 55 |
| Octal | 365 | 274 | 274 | 0 | 27 | 27 | 4 | 0 | 112 | 125 |
| Binary | 11110101 | 10111100 | 10111100 | 0 | 10111 | 10111 | 100 | 0 | 1001010 | 1010101 |
Color Harmonies of #F5BCBC
Complementary color
Monochromatic Colors of #F5BCBC
Black with #F5BCBC
Text Example
Text Example
White with #F5BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCBC; }
p { color: rgb(245,188,188); }
H1.HeaderClassName
{
color: #F5BCBC;
}
.AnyTagClassName
{
color: #F5BCBC;
}
</style>
background-color css
<style>
a { background-color: #F5BCBC; }
a { background-color: rgb(245,188,188); }
div.DivClassName
{
background-color: #F5BCBC;
}
.BgClassName
{
background-color: #F5BCBC;
}
</style>
border-color css
<style>
span { border-color: #F5BCBC; }
span { border-color: rgb(245,188,188); }
td.TdClassName
{
border-color: #F5BCBC;
}
.TagClassName
{
border-color: #F5BCBC;
}
</style>