Shades of Beauty Bush #F1BEBB
Tints of Beauty Bush #F1BEBB
RGB
CMYK
RGB Variations
Color information
#F1BEBB (or 0xF1BEBB) is known color: Beauty Bush. HEX triplet: F1, BE and BB. RGB value is (241,190,187). Sum of RGB (Red+Green+Blue) = 241+190+187=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEBB is #0E4144. Grayscale: #CCCCCC. Windows color (decimal): -934213 or 12304113. OLE color: 12304113.
HSL color Cylindrical-coordinate representation of color #F1BEBB: hue angle of 3.33º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BEBB is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 187 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.05 |
| HSL | 3.33º | 0.66% | 0.84% | - |
| HSV(B) | 3.33º | 0.22% | 0.95% | - |
| XYZ | 63.66 | 59.12 | 55.07 | - |
| YUV | 204.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 187 | 0 | 0.21 | 0.22 | 0.05 | 3.33 | 0.66 | 0.84 |
| Hex | F1 | BE | BB | 0 | 15 | 16 | 5 | 3 | 42 | 54 |
| Octal | 361 | 276 | 273 | 0 | 25 | 26 | 5 | 3 | 102 | 124 |
| Binary | 11110001 | 10111110 | 10111011 | 0 | 10101 | 10110 | 101 | 11 | 1000010 | 1010100 |
Color Harmonies of #F1BEBB
Complementary color
Monochromatic Colors of #F1BEBB
Black with #F1BEBB
Text Example
Text Example
White with #F1BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEBB; }
p { color: rgb(241,190,187); }
H1.HeaderClassName
{
color: #F1BEBB;
}
.AnyTagClassName
{
color: #F1BEBB;
}
</style>
background-color css
<style>
a { background-color: #F1BEBB; }
a { background-color: rgb(241,190,187); }
div.DivClassName
{
background-color: #F1BEBB;
}
.BgClassName
{
background-color: #F1BEBB;
}
</style>
border-color css
<style>
span { border-color: #F1BEBB; }
span { border-color: rgb(241,190,187); }
td.TdClassName
{
border-color: #F1BEBB;
}
.TagClassName
{
border-color: #F1BEBB;
}
</style>