Shades of Beauty Bush #F2BEBB
Tints of Beauty Bush #F2BEBB
RGB
CMYK
RGB Variations
Color information
#F2BEBB (or 0xF2BEBB) is known color: Beauty Bush. HEX triplet: F2, BE and BB. RGB value is (242,190,187). Sum of RGB (Red+Green+Blue) = 242+190+187=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEBB is #0D4144. Grayscale: #CDCDCD. Windows color (decimal): -868677 or 12304114. OLE color: 12304114.
HSL color Cylindrical-coordinate representation of color #F2BEBB: hue angle of 3.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BEBB is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 187 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.05 |
| HSL | 3.27º | 0.68% | 0.84% | - |
| HSV(B) | 3.27º | 0.23% | 0.95% | - |
| XYZ | 64 | 59.29 | 55.08 | - |
| YUV | 205.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 187 | 0 | 0.21 | 0.23 | 0.05 | 3.27 | 0.68 | 0.84 |
| Hex | F2 | BE | BB | 0 | 15 | 17 | 5 | 3 | 44 | 54 |
| Octal | 362 | 276 | 273 | 0 | 25 | 27 | 5 | 3 | 104 | 124 |
| Binary | 11110010 | 10111110 | 10111011 | 0 | 10101 | 10111 | 101 | 11 | 1000100 | 1010100 |
Color Harmonies of #F2BEBB
Complementary color
Monochromatic Colors of #F2BEBB
Black with #F2BEBB
Text Example
Text Example
White with #F2BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEBB; }
p { color: rgb(242,190,187); }
H1.HeaderClassName
{
color: #F2BEBB;
}
.AnyTagClassName
{
color: #F2BEBB;
}
</style>
background-color css
<style>
a { background-color: #F2BEBB; }
a { background-color: rgb(242,190,187); }
div.DivClassName
{
background-color: #F2BEBB;
}
.BgClassName
{
background-color: #F2BEBB;
}
</style>
border-color css
<style>
span { border-color: #F2BEBB; }
span { border-color: rgb(242,190,187); }
td.TdClassName
{
border-color: #F2BEBB;
}
.TagClassName
{
border-color: #F2BEBB;
}
</style>