Shades of Beauty Bush #F1BBB5
Tints of Beauty Bush #F1BBB5
RGB
CMYK
RGB Variations
Color information
#F1BBB5 (or 0xF1BBB5) is known color: Beauty Bush. HEX triplet: F1, BB and B5. RGB value is (241,187,181). Sum of RGB (Red+Green+Blue) = 241+187+181=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBB5 is #0E444A. Grayscale: #CACACA. Windows color (decimal): -934987 or 11910129. OLE color: 11910129.
HSL color Cylindrical-coordinate representation of color #F1BBB5: hue angle of 6º 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 #F1BBB5 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 181 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.05 |
| HSL | 6º | 0.68% | 0.83% | - |
| HSV(B) | 6º | 0.25% | 0.95% | - |
| XYZ | 62.39 | 57.58 | 51.54 | - |
| YUV | 202.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 181 | 0 | 0.22 | 0.25 | 0.05 | 6 | 0.68 | 0.83 |
| Hex | F1 | BB | B5 | 0 | 16 | 19 | 5 | 6 | 44 | 53 |
| Octal | 361 | 273 | 265 | 0 | 26 | 31 | 5 | 6 | 104 | 123 |
| Binary | 11110001 | 10111011 | 10110101 | 0 | 10110 | 11001 | 101 | 110 | 1000100 | 1010011 |
Color Harmonies of #F1BBB5
Complementary color
Monochromatic Colors of #F1BBB5
Black with #F1BBB5
Text Example
Text Example
White with #F1BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBB5; }
p { color: rgb(241,187,181); }
H1.HeaderClassName
{
color: #F1BBB5;
}
.AnyTagClassName
{
color: #F1BBB5;
}
</style>
background-color css
<style>
a { background-color: #F1BBB5; }
a { background-color: rgb(241,187,181); }
div.DivClassName
{
background-color: #F1BBB5;
}
.BgClassName
{
background-color: #F1BBB5;
}
</style>
border-color css
<style>
span { border-color: #F1BBB5; }
span { border-color: rgb(241,187,181); }
td.TdClassName
{
border-color: #F1BBB5;
}
.TagClassName
{
border-color: #F1BBB5;
}
</style>