Shades of Beauty Bush #F4BEBA
Tints of Beauty Bush #F4BEBA
RGB
CMYK
RGB Variations
Color information
#F4BEBA (or 0xF4BEBA) is known color: Beauty Bush. HEX triplet: F4, BE and BA. RGB value is (244,190,186). Sum of RGB (Red+Green+Blue) = 244+190+186=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BEBA is #0B4145. Grayscale: #CDCDCD. Windows color (decimal): -737606 or 12238580. OLE color: 12238580.
HSL color Cylindrical-coordinate representation of color #F4BEBA: hue angle of 4.14º 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 #F4BEBA is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 190 | 186 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.04 |
| HSL | 4.14º | 0.73% | 0.84% | - |
| HSV(B) | 4.14º | 0.24% | 0.96% | - |
| XYZ | 64.58 | 59.61 | 54.56 | - |
| YUV | 205.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 190 | 186 | 0 | 0.22 | 0.24 | 0.04 | 4.14 | 0.73 | 0.84 |
| Hex | F4 | BE | BA | 0 | 16 | 18 | 4 | 4 | 48 | 54 |
| Octal | 364 | 276 | 272 | 0 | 26 | 30 | 4 | 4 | 110 | 124 |
| Binary | 11110100 | 10111110 | 10111010 | 0 | 10110 | 11000 | 100 | 100 | 1001000 | 1010100 |
Color Harmonies of #F4BEBA
Complementary color
Monochromatic Colors of #F4BEBA
Black with #F4BEBA
Text Example
Text Example
White with #F4BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BEBA; }
p { color: rgb(244,190,186); }
H1.HeaderClassName
{
color: #F4BEBA;
}
.AnyTagClassName
{
color: #F4BEBA;
}
</style>
background-color css
<style>
a { background-color: #F4BEBA; }
a { background-color: rgb(244,190,186); }
div.DivClassName
{
background-color: #F4BEBA;
}
.BgClassName
{
background-color: #F4BEBA;
}
</style>
border-color css
<style>
span { border-color: #F4BEBA; }
span { border-color: rgb(244,190,186); }
td.TdClassName
{
border-color: #F4BEBA;
}
.TagClassName
{
border-color: #F4BEBA;
}
</style>