Shades of Beauty Bush #F5BBB7
Tints of Beauty Bush #F5BBB7
RGB
CMYK
RGB Variations
Color information
#F5BBB7 (or 0xF5BBB7) is known color: Beauty Bush. HEX triplet: F5, BB and B7. RGB value is (245,187,183). Sum of RGB (Red+Green+Blue) = 245+187+183=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBB7 is #0A4448. Grayscale: #CBCBCB. Windows color (decimal): -672841 or 12041205. OLE color: 12041205.
HSL color Cylindrical-coordinate representation of color #F5BBB7: hue angle of 3.87º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5BBB7 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 183 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.04 |
| HSL | 3.87º | 0.76% | 0.84% | - |
| HSV(B) | 3.87º | 0.25% | 0.96% | - |
| XYZ | 63.97 | 58.37 | 52.69 | - |
| YUV | 203.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 183 | 0 | 0.24 | 0.25 | 0.04 | 3.87 | 0.76 | 0.84 |
| Hex | F5 | BB | B7 | 0 | 18 | 19 | 4 | 4 | 4C | 54 |
| Octal | 365 | 273 | 267 | 0 | 30 | 31 | 4 | 4 | 114 | 124 |
| Binary | 11110101 | 10111011 | 10110111 | 0 | 11000 | 11001 | 100 | 100 | 1001100 | 1010100 |
Color Harmonies of #F5BBB7
Complementary color
Monochromatic Colors of #F5BBB7
Black with #F5BBB7
Text Example
Text Example
White with #F5BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBB7; }
p { color: rgb(245,187,183); }
H1.HeaderClassName
{
color: #F5BBB7;
}
.AnyTagClassName
{
color: #F5BBB7;
}
</style>
background-color css
<style>
a { background-color: #F5BBB7; }
a { background-color: rgb(245,187,183); }
div.DivClassName
{
background-color: #F5BBB7;
}
.BgClassName
{
background-color: #F5BBB7;
}
</style>
border-color css
<style>
span { border-color: #F5BBB7; }
span { border-color: rgb(245,187,183); }
td.TdClassName
{
border-color: #F5BBB7;
}
.TagClassName
{
border-color: #F5BBB7;
}
</style>