Shades of Beauty Bush #F2BFBA
Tints of Beauty Bush #F2BFBA
RGB
CMYK
RGB Variations
Color information
#F2BFBA (or 0xF2BFBA) is known color: Beauty Bush. HEX triplet: F2, BF and BA. RGB value is (242,191,186). Sum of RGB (Red+Green+Blue) = 242+191+186=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFBA is #0D4045. Grayscale: #CDCDCD. Windows color (decimal): -868422 or 12238834. OLE color: 12238834.
HSL color Cylindrical-coordinate representation of color #F2BFBA: hue angle of 5.36º 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 #F2BFBA is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 186 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.05 |
| HSL | 5.36º | 0.68% | 0.84% | - |
| HSV(B) | 5.36º | 0.23% | 0.95% | - |
| XYZ | 64.11 | 59.68 | 54.6 | - |
| YUV | 205.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 186 | 0 | 0.21 | 0.23 | 0.05 | 5.36 | 0.68 | 0.84 |
| Hex | F2 | BF | BA | 0 | 15 | 17 | 5 | 5 | 44 | 54 |
| Octal | 362 | 277 | 272 | 0 | 25 | 27 | 5 | 5 | 104 | 124 |
| Binary | 11110010 | 10111111 | 10111010 | 0 | 10101 | 10111 | 101 | 101 | 1000100 | 1010100 |
Color Harmonies of #F2BFBA
Complementary color
Monochromatic Colors of #F2BFBA
Black with #F2BFBA
Text Example
Text Example
White with #F2BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFBA; }
p { color: rgb(242,191,186); }
H1.HeaderClassName
{
color: #F2BFBA;
}
.AnyTagClassName
{
color: #F2BFBA;
}
</style>
background-color css
<style>
a { background-color: #F2BFBA; }
a { background-color: rgb(242,191,186); }
div.DivClassName
{
background-color: #F2BFBA;
}
.BgClassName
{
background-color: #F2BFBA;
}
</style>
border-color css
<style>
span { border-color: #F2BFBA; }
span { border-color: rgb(242,191,186); }
td.TdClassName
{
border-color: #F2BFBA;
}
.TagClassName
{
border-color: #F2BFBA;
}
</style>