Shades of Beauty Bush #F4BDB5
Tints of Beauty Bush #F4BDB5
RGB
CMYK
RGB Variations
Color information
#F4BDB5 (or 0xF4BDB5) is known color: Beauty Bush. HEX triplet: F4, BD and B5. RGB value is (244,189,181). Sum of RGB (Red+Green+Blue) = 244+189+181=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDB5 is #0B424A. Grayscale: #CCCCCC. Windows color (decimal): -737867 or 11910644. OLE color: 11910644.
HSL color Cylindrical-coordinate representation of color #F4BDB5: hue angle of 7.62º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4BDB5 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 181 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.04 |
| HSL | 7.62º | 0.74% | 0.83% | - |
| HSV(B) | 7.62º | 0.26% | 0.96% | - |
| XYZ | 63.85 | 58.96 | 51.73 | - |
| YUV | 204.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 181 | 0 | 0.23 | 0.26 | 0.04 | 7.62 | 0.74 | 0.83 |
| Hex | F4 | BD | B5 | 0 | 17 | 1A | 4 | 8 | 4A | 53 |
| Octal | 364 | 275 | 265 | 0 | 27 | 32 | 4 | 10 | 112 | 123 |
| Binary | 11110100 | 10111101 | 10110101 | 0 | 10111 | 11010 | 100 | 1000 | 1001010 | 1010011 |
Color Harmonies of #F4BDB5
Complementary color
Monochromatic Colors of #F4BDB5
Black with #F4BDB5
Text Example
Text Example
White with #F4BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDB5; }
p { color: rgb(244,189,181); }
H1.HeaderClassName
{
color: #F4BDB5;
}
.AnyTagClassName
{
color: #F4BDB5;
}
</style>
background-color css
<style>
a { background-color: #F4BDB5; }
a { background-color: rgb(244,189,181); }
div.DivClassName
{
background-color: #F4BDB5;
}
.BgClassName
{
background-color: #F4BDB5;
}
</style>
border-color css
<style>
span { border-color: #F4BDB5; }
span { border-color: rgb(244,189,181); }
td.TdClassName
{
border-color: #F4BDB5;
}
.TagClassName
{
border-color: #F4BDB5;
}
</style>