Shades of Beauty Bush #F2BEBE
Tints of Beauty Bush #F2BEBE
RGB
CMYK
RGB Variations
Color information
#F2BEBE (or 0xF2BEBE) is known color: Beauty Bush. HEX triplet: F2, BE and BE. RGB value is (242,190,190). Sum of RGB (Red+Green+Blue) = 242+190+190=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEBE is #0D4141. Grayscale: #CDCDCD. Windows color (decimal): -868674 or 12500722. OLE color: 12500722.
HSL color Cylindrical-coordinate representation of color #F2BEBE: hue angle of 0º degrees, saturation: 0.67, 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 #F2BEBE is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 190 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.05 |
| HSL | 0º | 0.67% | 0.85% | - |
| HSV(B) | 0º | 0.21% | 0.95% | - |
| XYZ | 64.33 | 59.42 | 56.79 | - |
| YUV | 205.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 190 | 0 | 0.21 | 0.21 | 0.05 | 0 | 0.67 | 0.85 |
| Hex | F2 | BE | BE | 0 | 15 | 15 | 5 | 0 | 43 | 55 |
| Octal | 362 | 276 | 276 | 0 | 25 | 25 | 5 | 0 | 103 | 125 |
| Binary | 11110010 | 10111110 | 10111110 | 0 | 10101 | 10101 | 101 | 0 | 1000011 | 1010101 |
Color Harmonies of #F2BEBE
Complementary color
Monochromatic Colors of #F2BEBE
Black with #F2BEBE
Text Example
Text Example
White with #F2BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEBE; }
p { color: rgb(242,190,190); }
H1.HeaderClassName
{
color: #F2BEBE;
}
.AnyTagClassName
{
color: #F2BEBE;
}
</style>
background-color css
<style>
a { background-color: #F2BEBE; }
a { background-color: rgb(242,190,190); }
div.DivClassName
{
background-color: #F2BEBE;
}
.BgClassName
{
background-color: #F2BEBE;
}
</style>
border-color css
<style>
span { border-color: #F2BEBE; }
span { border-color: rgb(242,190,190); }
td.TdClassName
{
border-color: #F2BEBE;
}
.TagClassName
{
border-color: #F2BEBE;
}
</style>