Shades of Beauty Bush #F5BDB6
Tints of Beauty Bush #F5BDB6
RGB
CMYK
RGB Variations
Color information
#F5BDB6 (or 0xF5BDB6) is known color: Beauty Bush. HEX triplet: F5, BD and B6. RGB value is (245,189,182). Sum of RGB (Red+Green+Blue) = 245+189+182=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDB6 is #0A4249. Grayscale: #CDCDCD. Windows color (decimal): -672330 or 11976181. OLE color: 11976181.
HSL color Cylindrical-coordinate representation of color #F5BDB6: hue angle of 6.67º 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 #F5BDB6 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 182 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.04 |
| HSL | 6.67º | 0.76% | 0.84% | - |
| HSV(B) | 6.67º | 0.26% | 0.96% | - |
| XYZ | 64.3 | 59.19 | 52.29 | - |
| YUV | 204.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 182 | 0 | 0.23 | 0.26 | 0.04 | 6.67 | 0.76 | 0.84 |
| Hex | F5 | BD | B6 | 0 | 17 | 1A | 4 | 7 | 4C | 54 |
| Octal | 365 | 275 | 266 | 0 | 27 | 32 | 4 | 7 | 114 | 124 |
| Binary | 11110101 | 10111101 | 10110110 | 0 | 10111 | 11010 | 100 | 111 | 1001100 | 1010100 |
Color Harmonies of #F5BDB6
Complementary color
Monochromatic Colors of #F5BDB6
Black with #F5BDB6
Text Example
Text Example
White with #F5BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDB6; }
p { color: rgb(245,189,182); }
H1.HeaderClassName
{
color: #F5BDB6;
}
.AnyTagClassName
{
color: #F5BDB6;
}
</style>
background-color css
<style>
a { background-color: #F5BDB6; }
a { background-color: rgb(245,189,182); }
div.DivClassName
{
background-color: #F5BDB6;
}
.BgClassName
{
background-color: #F5BDB6;
}
</style>
border-color css
<style>
span { border-color: #F5BDB6; }
span { border-color: rgb(245,189,182); }
td.TdClassName
{
border-color: #F5BDB6;
}
.TagClassName
{
border-color: #F5BDB6;
}
</style>