Shades of Beauty Bush #F1BEBE
Tints of Beauty Bush #F1BEBE
RGB
CMYK
RGB Variations
Color information
#F1BEBE (or 0xF1BEBE) is known color: Beauty Bush. HEX triplet: F1, BE and BE. RGB value is (241,190,190). Sum of RGB (Red+Green+Blue) = 241+190+190=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEBE is #0E4141. Grayscale: #CDCDCD. Windows color (decimal): -934210 or 12500721. OLE color: 12500721.
HSL color Cylindrical-coordinate representation of color #F1BEBE: hue angle of 0º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BEBE is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 190 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.05 |
| HSL | 0º | 0.65% | 0.85% | - |
| HSV(B) | 0º | 0.21% | 0.95% | - |
| XYZ | 63.98 | 59.25 | 56.78 | - |
| YUV | 205.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 190 | 0 | 0.21 | 0.21 | 0.05 | 0 | 0.65 | 0.85 |
| Hex | F1 | BE | BE | 0 | 15 | 15 | 5 | 0 | 41 | 55 |
| Octal | 361 | 276 | 276 | 0 | 25 | 25 | 5 | 0 | 101 | 125 |
| Binary | 11110001 | 10111110 | 10111110 | 0 | 10101 | 10101 | 101 | 0 | 1000001 | 1010101 |
Color Harmonies of #F1BEBE
Complementary color
Monochromatic Colors of #F1BEBE
Black with #F1BEBE
Text Example
Text Example
White with #F1BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEBE; }
p { color: rgb(241,190,190); }
H1.HeaderClassName
{
color: #F1BEBE;
}
.AnyTagClassName
{
color: #F1BEBE;
}
</style>
background-color css
<style>
a { background-color: #F1BEBE; }
a { background-color: rgb(241,190,190); }
div.DivClassName
{
background-color: #F1BEBE;
}
.BgClassName
{
background-color: #F1BEBE;
}
</style>
border-color css
<style>
span { border-color: #F1BEBE; }
span { border-color: rgb(241,190,190); }
td.TdClassName
{
border-color: #F1BEBE;
}
.TagClassName
{
border-color: #F1BEBE;
}
</style>