Shades of Beauty Bush #F1BBAE
Tints of Beauty Bush #F1BBAE
RGB
CMYK
RGB Variations
Color information
#F1BBAE (or 0xF1BBAE) is known color: Beauty Bush. HEX triplet: F1, BB and AE. RGB value is (241,187,174). Sum of RGB (Red+Green+Blue) = 241+187+174=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BBAE is #0E4451. Grayscale: #C9C9C9. Windows color (decimal): -934994 or 11451377. OLE color: 11451377.
HSL color Cylindrical-coordinate representation of color #F1BBAE: hue angle of 11.64º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1BBAE is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 174 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.05 |
| HSL | 11.64º | 0.71% | 0.81% | - |
| HSV(B) | 11.64º | 0.28% | 0.95% | - |
| XYZ | 61.69 | 57.3 | 47.85 | - |
| YUV | 201.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 174 | 0 | 0.22 | 0.28 | 0.05 | 11.64 | 0.71 | 0.81 |
| Hex | F1 | BB | AE | 0 | 16 | 1C | 5 | C | 47 | 51 |
| Octal | 361 | 273 | 256 | 0 | 26 | 34 | 5 | 14 | 107 | 121 |
| Binary | 11110001 | 10111011 | 10101110 | 0 | 10110 | 11100 | 101 | 1100 | 1000111 | 1010001 |
Color Harmonies of #F1BBAE
Complementary color
Monochromatic Colors of #F1BBAE
Black with #F1BBAE
Text Example
Text Example
White with #F1BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBAE; }
p { color: rgb(241,187,174); }
H1.HeaderClassName
{
color: #F1BBAE;
}
.AnyTagClassName
{
color: #F1BBAE;
}
</style>
background-color css
<style>
a { background-color: #F1BBAE; }
a { background-color: rgb(241,187,174); }
div.DivClassName
{
background-color: #F1BBAE;
}
.BgClassName
{
background-color: #F1BBAE;
}
</style>
border-color css
<style>
span { border-color: #F1BBAE; }
span { border-color: rgb(241,187,174); }
td.TdClassName
{
border-color: #F1BBAE;
}
.TagClassName
{
border-color: #F1BBAE;
}
</style>