Shades of Beauty Bush #F5BDB5
Tints of Beauty Bush #F5BDB5
RGB
CMYK
RGB Variations
Color information
#F5BDB5 (or 0xF5BDB5) is known color: Beauty Bush. HEX triplet: F5, BD and B5. RGB value is (245,189,181). Sum of RGB (Red+Green+Blue) = 245+189+181=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDB5 is #0A424A. Grayscale: #CCCCCC. Windows color (decimal): -672331 or 11910645. OLE color: 11910645.
HSL color Cylindrical-coordinate representation of color #F5BDB5: hue angle of 7.5º degrees, saturation: 0.76, 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 #F5BDB5 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 181 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.04 |
| HSL | 7.5º | 0.76% | 0.84% | - |
| HSV(B) | 7.5º | 0.26% | 0.96% | - |
| XYZ | 64.19 | 59.14 | 51.75 | - |
| YUV | 204.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 181 | 0 | 0.23 | 0.26 | 0.04 | 7.5 | 0.76 | 0.84 |
| Hex | F5 | BD | B5 | 0 | 17 | 1A | 4 | 8 | 4C | 54 |
| Octal | 365 | 275 | 265 | 0 | 27 | 32 | 4 | 10 | 114 | 124 |
| Binary | 11110101 | 10111101 | 10110101 | 0 | 10111 | 11010 | 100 | 1000 | 1001100 | 1010100 |
Color Harmonies of #F5BDB5
Complementary color
Monochromatic Colors of #F5BDB5
Black with #F5BDB5
Text Example
Text Example
White with #F5BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDB5; }
p { color: rgb(245,189,181); }
H1.HeaderClassName
{
color: #F5BDB5;
}
.AnyTagClassName
{
color: #F5BDB5;
}
</style>
background-color css
<style>
a { background-color: #F5BDB5; }
a { background-color: rgb(245,189,181); }
div.DivClassName
{
background-color: #F5BDB5;
}
.BgClassName
{
background-color: #F5BDB5;
}
</style>
border-color css
<style>
span { border-color: #F5BDB5; }
span { border-color: rgb(245,189,181); }
td.TdClassName
{
border-color: #F5BDB5;
}
.TagClassName
{
border-color: #F5BDB5;
}
</style>