Shades of Beauty Bush #F5BAB8
Tints of Beauty Bush #F5BAB8
RGB
CMYK
RGB Variations
Color information
#F5BAB8 (or 0xF5BAB8) is known color: Beauty Bush. HEX triplet: F5, BA and B8. RGB value is (245,186,184). Sum of RGB (Red+Green+Blue) = 245+186+184=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 184 (72.27% from 255 or 29.92% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BAB8 is #0A4547. Grayscale: #CBCBCB. Windows color (decimal): -673096 or 12106485. OLE color: 12106485.
HSL color Cylindrical-coordinate representation of color #F5BAB8: hue angle of 1.97º degrees, saturation: 0.75, 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 #F5BAB8 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 184 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.04 |
| HSL | 1.97º | 0.75% | 0.84% | - |
| HSV(B) | 1.97º | 0.25% | 0.96% | - |
| XYZ | 63.87 | 57.99 | 53.17 | - |
| YUV | 203.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 184 | 0 | 0.24 | 0.25 | 0.04 | 1.97 | 0.75 | 0.84 |
| Hex | F5 | BA | B8 | 0 | 18 | 19 | 4 | 2 | 4B | 54 |
| Octal | 365 | 272 | 270 | 0 | 30 | 31 | 4 | 2 | 113 | 124 |
| Binary | 11110101 | 10111010 | 10111000 | 0 | 11000 | 11001 | 100 | 10 | 1001011 | 1010100 |
Color Harmonies of #F5BAB8
Complementary color
Monochromatic Colors of #F5BAB8
Black with #F5BAB8
Text Example
Text Example
White with #F5BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BAB8; }
p { color: rgb(245,186,184); }
H1.HeaderClassName
{
color: #F5BAB8;
}
.AnyTagClassName
{
color: #F5BAB8;
}
</style>
background-color css
<style>
a { background-color: #F5BAB8; }
a { background-color: rgb(245,186,184); }
div.DivClassName
{
background-color: #F5BAB8;
}
.BgClassName
{
background-color: #F5BAB8;
}
</style>
border-color css
<style>
span { border-color: #F5BAB8; }
span { border-color: rgb(245,186,184); }
td.TdClassName
{
border-color: #F5BAB8;
}
.TagClassName
{
border-color: #F5BAB8;
}
</style>