Shades of Beauty Bush #F1BAB5
Tints of Beauty Bush #F1BAB5
RGB
CMYK
RGB Variations
Color information
#F1BAB5 (or 0xF1BAB5) is known color: Beauty Bush. HEX triplet: F1, BA and B5. RGB value is (241,186,181). Sum of RGB (Red+Green+Blue) = 241+186+181=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAB5 is #0E454A. Grayscale: #C9C9C9. Windows color (decimal): -935243 or 11909873. OLE color: 11909873.
HSL color Cylindrical-coordinate representation of color #F1BAB5: hue angle of 5º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1BAB5 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 181 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.05 |
| HSL | 5º | 0.68% | 0.83% | - |
| HSV(B) | 5º | 0.25% | 0.95% | - |
| XYZ | 62.18 | 57.15 | 51.47 | - |
| YUV | 201.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 181 | 0 | 0.23 | 0.25 | 0.05 | 5 | 0.68 | 0.83 |
| Hex | F1 | BA | B5 | 0 | 17 | 19 | 5 | 5 | 44 | 53 |
| Octal | 361 | 272 | 265 | 0 | 27 | 31 | 5 | 5 | 104 | 123 |
| Binary | 11110001 | 10111010 | 10110101 | 0 | 10111 | 11001 | 101 | 101 | 1000100 | 1010011 |
Color Harmonies of #F1BAB5
Complementary color
Monochromatic Colors of #F1BAB5
Black with #F1BAB5
Text Example
Text Example
White with #F1BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BAB5; }
p { color: rgb(241,186,181); }
H1.HeaderClassName
{
color: #F1BAB5;
}
.AnyTagClassName
{
color: #F1BAB5;
}
</style>
background-color css
<style>
a { background-color: #F1BAB5; }
a { background-color: rgb(241,186,181); }
div.DivClassName
{
background-color: #F1BAB5;
}
.BgClassName
{
background-color: #F1BAB5;
}
</style>
border-color css
<style>
span { border-color: #F1BAB5; }
span { border-color: rgb(241,186,181); }
td.TdClassName
{
border-color: #F1BAB5;
}
.TagClassName
{
border-color: #F1BAB5;
}
</style>