Shades of Beauty Bush #F1BAB3
Tints of Beauty Bush #F1BAB3
RGB
CMYK
RGB Variations
Color information
#F1BAB3 (or 0xF1BAB3) is known color: Beauty Bush. HEX triplet: F1, BA and B3. RGB value is (241,186,179). Sum of RGB (Red+Green+Blue) = 241+186+179=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAB3 is #0E454C. Grayscale: #C9C9C9. Windows color (decimal): -935245 or 11778801. OLE color: 11778801.
HSL color Cylindrical-coordinate representation of color #F1BAB3: hue angle of 6.77º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1BAB3 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 179 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.05 |
| HSL | 6.77º | 0.69% | 0.82% | - |
| HSV(B) | 6.77º | 0.26% | 0.95% | - |
| XYZ | 61.97 | 57.07 | 50.4 | - |
| YUV | 201.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 179 | 0 | 0.23 | 0.26 | 0.05 | 6.77 | 0.69 | 0.82 |
| Hex | F1 | BA | B3 | 0 | 17 | 1A | 5 | 7 | 45 | 52 |
| Octal | 361 | 272 | 263 | 0 | 27 | 32 | 5 | 7 | 105 | 122 |
| Binary | 11110001 | 10111010 | 10110011 | 0 | 10111 | 11010 | 101 | 111 | 1000101 | 1010010 |
Color Harmonies of #F1BAB3
Complementary color
Monochromatic Colors of #F1BAB3
Black with #F1BAB3
Text Example
Text Example
White with #F1BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BAB3; }
p { color: rgb(241,186,179); }
H1.HeaderClassName
{
color: #F1BAB3;
}
.AnyTagClassName
{
color: #F1BAB3;
}
</style>
background-color css
<style>
a { background-color: #F1BAB3; }
a { background-color: rgb(241,186,179); }
div.DivClassName
{
background-color: #F1BAB3;
}
.BgClassName
{
background-color: #F1BAB3;
}
</style>
border-color css
<style>
span { border-color: #F1BAB3; }
span { border-color: rgb(241,186,179); }
td.TdClassName
{
border-color: #F1BAB3;
}
.TagClassName
{
border-color: #F1BAB3;
}
</style>