Shades of Beauty Bush #F1BAAB
Tints of Beauty Bush #F1BAAB
RGB
CMYK
RGB Variations
Color information
#F1BAAB (or 0xF1BAAB) is known color: Beauty Bush. HEX triplet: F1, BA and AB. RGB value is (241,186,171). Sum of RGB (Red+Green+Blue) = 241+186+171=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BAAB is #0E4554. Grayscale: #C8C8C8. Windows color (decimal): -935253 or 11254513. OLE color: 11254513.
HSL color Cylindrical-coordinate representation of color #F1BAAB: hue angle of 12.86º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1BAAB is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 171 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.05 |
| HSL | 12.86º | 0.71% | 0.81% | - |
| HSV(B) | 12.86º | 0.29% | 0.95% | - |
| XYZ | 61.19 | 56.76 | 46.26 | - |
| YUV | 200.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 171 | 0 | 0.23 | 0.29 | 0.05 | 12.86 | 0.71 | 0.81 |
| Hex | F1 | BA | AB | 0 | 17 | 1D | 5 | D | 47 | 51 |
| Octal | 361 | 272 | 253 | 0 | 27 | 35 | 5 | 15 | 107 | 121 |
| Binary | 11110001 | 10111010 | 10101011 | 0 | 10111 | 11101 | 101 | 1101 | 1000111 | 1010001 |
Color Harmonies of #F1BAAB
Complementary color
Monochromatic Colors of #F1BAAB
Black with #F1BAAB
Text Example
Text Example
White with #F1BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BAAB; }
p { color: rgb(241,186,171); }
H1.HeaderClassName
{
color: #F1BAAB;
}
.AnyTagClassName
{
color: #F1BAAB;
}
</style>
background-color css
<style>
a { background-color: #F1BAAB; }
a { background-color: rgb(241,186,171); }
div.DivClassName
{
background-color: #F1BAAB;
}
.BgClassName
{
background-color: #F1BAAB;
}
</style>
border-color css
<style>
span { border-color: #F1BAAB; }
span { border-color: rgb(241,186,171); }
td.TdClassName
{
border-color: #F1BAAB;
}
.TagClassName
{
border-color: #F1BAAB;
}
</style>