Shades of Beauty Bush #F8BAB9
Tints of Beauty Bush #F8BAB9
RGB
CMYK
RGB Variations
Color information
#F8BAB9 (or 0xF8BAB9) is known color: Beauty Bush. HEX triplet: F8, BA and B9. RGB value is (248,186,185). Sum of RGB (Red+Green+Blue) = 248+186+185=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAB9 is #074546. Grayscale: #CCCCCC. Windows color (decimal): -476487 or 12172024. OLE color: 12172024.
HSL color Cylindrical-coordinate representation of color #F8BAB9: hue angle of 0.95º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BAB9 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 185 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.03 |
| HSL | 0.95º | 0.82% | 0.85% | - |
| HSV(B) | 0.95º | 0.25% | 0.97% | - |
| XYZ | 65.03 | 58.58 | 53.78 | - |
| YUV | 204.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 185 | 0 | 0.25 | 0.25 | 0.03 | 0.95 | 0.82 | 0.85 |
| Hex | F8 | BA | B9 | 0 | 19 | 19 | 3 | 1 | 52 | 55 |
| Octal | 370 | 272 | 271 | 0 | 31 | 31 | 3 | 1 | 122 | 125 |
| Binary | 11111000 | 10111010 | 10111001 | 0 | 11001 | 11001 | 11 | 1 | 1010010 | 1010101 |
Color Harmonies of #F8BAB9
Complementary color
Monochromatic Colors of #F8BAB9
Black with #F8BAB9
Text Example
Text Example
White with #F8BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAB9; }
p { color: rgb(248,186,185); }
H1.HeaderClassName
{
color: #F8BAB9;
}
.AnyTagClassName
{
color: #F8BAB9;
}
</style>
background-color css
<style>
a { background-color: #F8BAB9; }
a { background-color: rgb(248,186,185); }
div.DivClassName
{
background-color: #F8BAB9;
}
.BgClassName
{
background-color: #F8BAB9;
}
</style>
border-color css
<style>
span { border-color: #F8BAB9; }
span { border-color: rgb(248,186,185); }
td.TdClassName
{
border-color: #F8BAB9;
}
.TagClassName
{
border-color: #F8BAB9;
}
</style>