Shades of Beauty Bush #F5BCB4
Tints of Beauty Bush #F5BCB4
RGB
CMYK
RGB Variations
Color information
#F5BCB4 (or 0xF5BCB4) is known color: Beauty Bush. HEX triplet: F5, BC and B4. RGB value is (245,188,180). Sum of RGB (Red+Green+Blue) = 245+188+180=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCB4 is #0A434B. Grayscale: #CCCCCC. Windows color (decimal): -672588 or 11844853. OLE color: 11844853.
HSL color Cylindrical-coordinate representation of color #F5BCB4: hue angle of 7.38º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5BCB4 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 180 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.04 |
| HSL | 7.38º | 0.76% | 0.83% | - |
| HSV(B) | 7.38º | 0.27% | 0.96% | - |
| XYZ | 63.88 | 58.67 | 51.14 | - |
| YUV | 204.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 180 | 0 | 0.23 | 0.27 | 0.04 | 7.38 | 0.76 | 0.83 |
| Hex | F5 | BC | B4 | 0 | 17 | 1B | 4 | 7 | 4C | 53 |
| Octal | 365 | 274 | 264 | 0 | 27 | 33 | 4 | 7 | 114 | 123 |
| Binary | 11110101 | 10111100 | 10110100 | 0 | 10111 | 11011 | 100 | 111 | 1001100 | 1010011 |
Color Harmonies of #F5BCB4
Complementary color
Monochromatic Colors of #F5BCB4
Black with #F5BCB4
Text Example
Text Example
White with #F5BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCB4; }
p { color: rgb(245,188,180); }
H1.HeaderClassName
{
color: #F5BCB4;
}
.AnyTagClassName
{
color: #F5BCB4;
}
</style>
background-color css
<style>
a { background-color: #F5BCB4; }
a { background-color: rgb(245,188,180); }
div.DivClassName
{
background-color: #F5BCB4;
}
.BgClassName
{
background-color: #F5BCB4;
}
</style>
border-color css
<style>
span { border-color: #F5BCB4; }
span { border-color: rgb(245,188,180); }
td.TdClassName
{
border-color: #F5BCB4;
}
.TagClassName
{
border-color: #F5BCB4;
}
</style>