Shades of Beauty Bush #F4BBBB
Tints of Beauty Bush #F4BBBB
RGB
CMYK
RGB Variations
Color information
#F4BBBB (or 0xF4BBBB) is known color: Beauty Bush. HEX triplet: F4, BB and BB. RGB value is (244,187,187). Sum of RGB (Red+Green+Blue) = 244+187+187=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBBB is #0B4444. Grayscale: #CCCCCC. Windows color (decimal): -738373 or 12303348. OLE color: 12303348.
HSL color Cylindrical-coordinate representation of color #F4BBBB: hue angle of 0º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BBBB is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 187 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.04 |
| HSL | 0º | 0.72% | 0.85% | - |
| HSV(B) | 0º | 0.23% | 0.96% | - |
| XYZ | 64.05 | 58.36 | 54.9 | - |
| YUV | 204.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 187 | 0 | 0.23 | 0.23 | 0.04 | 0 | 0.72 | 0.85 |
| Hex | F4 | BB | BB | 0 | 17 | 17 | 4 | 0 | 48 | 55 |
| Octal | 364 | 273 | 273 | 0 | 27 | 27 | 4 | 0 | 110 | 125 |
| Binary | 11110100 | 10111011 | 10111011 | 0 | 10111 | 10111 | 100 | 0 | 1001000 | 1010101 |
Color Harmonies of #F4BBBB
Complementary color
Monochromatic Colors of #F4BBBB
Black with #F4BBBB
Text Example
Text Example
White with #F4BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBBB; }
p { color: rgb(244,187,187); }
H1.HeaderClassName
{
color: #F4BBBB;
}
.AnyTagClassName
{
color: #F4BBBB;
}
</style>
background-color css
<style>
a { background-color: #F4BBBB; }
a { background-color: rgb(244,187,187); }
div.DivClassName
{
background-color: #F4BBBB;
}
.BgClassName
{
background-color: #F4BBBB;
}
</style>
border-color css
<style>
span { border-color: #F4BBBB; }
span { border-color: rgb(244,187,187); }
td.TdClassName
{
border-color: #F4BBBB;
}
.TagClassName
{
border-color: #F4BBBB;
}
</style>