Shades of Beauty Bush #F5BAB2
Tints of Beauty Bush #F5BAB2
RGB
CMYK
RGB Variations
Color information
#F5BAB2 (or 0xF5BAB2) is known color: Beauty Bush. HEX triplet: F5, BA and B2. RGB value is (245,186,178). Sum of RGB (Red+Green+Blue) = 245+186+178=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BAB2 is #0A454D. Grayscale: #CACACA. Windows color (decimal): -673102 or 11713269. OLE color: 11713269.
HSL color Cylindrical-coordinate representation of color #F5BAB2: hue angle of 7.16º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5BAB2 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 178 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.04 |
| HSL | 7.16º | 0.77% | 0.83% | - |
| HSV(B) | 7.16º | 0.27% | 0.96% | - |
| XYZ | 63.25 | 57.74 | 49.93 | - |
| YUV | 202.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 178 | 0 | 0.24 | 0.27 | 0.04 | 7.16 | 0.77 | 0.83 |
| Hex | F5 | BA | B2 | 0 | 18 | 1B | 4 | 7 | 4D | 53 |
| Octal | 365 | 272 | 262 | 0 | 30 | 33 | 4 | 7 | 115 | 123 |
| Binary | 11110101 | 10111010 | 10110010 | 0 | 11000 | 11011 | 100 | 111 | 1001101 | 1010011 |
Color Harmonies of #F5BAB2
Complementary color
Monochromatic Colors of #F5BAB2
Black with #F5BAB2
Text Example
Text Example
White with #F5BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BAB2; }
p { color: rgb(245,186,178); }
H1.HeaderClassName
{
color: #F5BAB2;
}
.AnyTagClassName
{
color: #F5BAB2;
}
</style>
background-color css
<style>
a { background-color: #F5BAB2; }
a { background-color: rgb(245,186,178); }
div.DivClassName
{
background-color: #F5BAB2;
}
.BgClassName
{
background-color: #F5BAB2;
}
</style>
border-color css
<style>
span { border-color: #F5BAB2; }
span { border-color: rgb(245,186,178); }
td.TdClassName
{
border-color: #F5BAB2;
}
.TagClassName
{
border-color: #F5BAB2;
}
</style>