Shades of Beauty Bush #F4BFBA
Tints of Beauty Bush #F4BFBA
RGB
CMYK
RGB Variations
Color information
#F4BFBA (or 0xF4BFBA) is known color: Beauty Bush. HEX triplet: F4, BF and BA. RGB value is (244,191,186). Sum of RGB (Red+Green+Blue) = 244+191+186=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFBA is #0B4045. Grayscale: #CECECE. Windows color (decimal): -737350 or 12238836. OLE color: 12238836.
HSL color Cylindrical-coordinate representation of color #F4BFBA: hue angle of 5.17º 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 #F4BFBA is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 186 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.04 |
| HSL | 5.17º | 0.73% | 0.84% | - |
| HSV(B) | 5.17º | 0.24% | 0.96% | - |
| XYZ | 64.8 | 60.04 | 54.63 | - |
| YUV | 206.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 186 | 0 | 0.22 | 0.24 | 0.04 | 5.17 | 0.73 | 0.84 |
| Hex | F4 | BF | BA | 0 | 16 | 18 | 4 | 5 | 48 | 54 |
| Octal | 364 | 277 | 272 | 0 | 26 | 30 | 4 | 5 | 110 | 124 |
| Binary | 11110100 | 10111111 | 10111010 | 0 | 10110 | 11000 | 100 | 101 | 1001000 | 1010100 |
Color Harmonies of #F4BFBA
Complementary color
Monochromatic Colors of #F4BFBA
Black with #F4BFBA
Text Example
Text Example
White with #F4BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFBA; }
p { color: rgb(244,191,186); }
H1.HeaderClassName
{
color: #F4BFBA;
}
.AnyTagClassName
{
color: #F4BFBA;
}
</style>
background-color css
<style>
a { background-color: #F4BFBA; }
a { background-color: rgb(244,191,186); }
div.DivClassName
{
background-color: #F4BFBA;
}
.BgClassName
{
background-color: #F4BFBA;
}
</style>
border-color css
<style>
span { border-color: #F4BFBA; }
span { border-color: rgb(244,191,186); }
td.TdClassName
{
border-color: #F4BFBA;
}
.TagClassName
{
border-color: #F4BFBA;
}
</style>