Shades of Beauty Bush #F4BDBA
Tints of Beauty Bush #F4BDBA
RGB
CMYK
RGB Variations
Color information
#F4BDBA (or 0xF4BDBA) is known color: Beauty Bush. HEX triplet: F4, BD and BA. RGB value is (244,189,186). Sum of RGB (Red+Green+Blue) = 244+189+186=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDBA is #0B4245. Grayscale: #CDCDCD. Windows color (decimal): -737862 or 12238324. OLE color: 12238324.
HSL color Cylindrical-coordinate representation of color #F4BDBA: hue angle of 3.1º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BDBA is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 186 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.04 |
| HSL | 3.1º | 0.73% | 0.84% | - |
| HSV(B) | 3.1º | 0.24% | 0.96% | - |
| XYZ | 64.37 | 59.17 | 54.48 | - |
| YUV | 205.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 186 | 0 | 0.23 | 0.24 | 0.04 | 3.1 | 0.73 | 0.84 |
| Hex | F4 | BD | BA | 0 | 17 | 18 | 4 | 3 | 48 | 54 |
| Octal | 364 | 275 | 272 | 0 | 27 | 30 | 4 | 3 | 110 | 124 |
| Binary | 11110100 | 10111101 | 10111010 | 0 | 10111 | 11000 | 100 | 11 | 1001000 | 1010100 |
Color Harmonies of #F4BDBA
Complementary color
Monochromatic Colors of #F4BDBA
Black with #F4BDBA
Text Example
Text Example
White with #F4BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDBA; }
p { color: rgb(244,189,186); }
H1.HeaderClassName
{
color: #F4BDBA;
}
.AnyTagClassName
{
color: #F4BDBA;
}
</style>
background-color css
<style>
a { background-color: #F4BDBA; }
a { background-color: rgb(244,189,186); }
div.DivClassName
{
background-color: #F4BDBA;
}
.BgClassName
{
background-color: #F4BDBA;
}
</style>
border-color css
<style>
span { border-color: #F4BDBA; }
span { border-color: rgb(244,189,186); }
td.TdClassName
{
border-color: #F4BDBA;
}
.TagClassName
{
border-color: #F4BDBA;
}
</style>