Shades of Beauty Bush #F2BFBB
Tints of Beauty Bush #F2BFBB
RGB
CMYK
RGB Variations
Color information
#F2BFBB (or 0xF2BFBB) is known color: Beauty Bush. HEX triplet: F2, BF and BB. RGB value is (242,191,187). Sum of RGB (Red+Green+Blue) = 242+191+187=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFBB is #0D4044. Grayscale: #CDCDCD. Windows color (decimal): -868421 or 12304370. OLE color: 12304370.
HSL color Cylindrical-coordinate representation of color #F2BFBB: hue angle of 4.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 #F2BFBB is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 187 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.05 |
| HSL | 4.36º | 0.68% | 0.84% | - |
| HSV(B) | 4.36º | 0.23% | 0.95% | - |
| XYZ | 64.22 | 59.73 | 55.16 | - |
| YUV | 205.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 187 | 0 | 0.21 | 0.23 | 0.05 | 4.36 | 0.68 | 0.84 |
| Hex | F2 | BF | BB | 0 | 15 | 17 | 5 | 4 | 44 | 54 |
| Octal | 362 | 277 | 273 | 0 | 25 | 27 | 5 | 4 | 104 | 124 |
| Binary | 11110010 | 10111111 | 10111011 | 0 | 10101 | 10111 | 101 | 100 | 1000100 | 1010100 |
Color Harmonies of #F2BFBB
Complementary color
Monochromatic Colors of #F2BFBB
Black with #F2BFBB
Text Example
Text Example
White with #F2BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFBB; }
p { color: rgb(242,191,187); }
H1.HeaderClassName
{
color: #F2BFBB;
}
.AnyTagClassName
{
color: #F2BFBB;
}
</style>
background-color css
<style>
a { background-color: #F2BFBB; }
a { background-color: rgb(242,191,187); }
div.DivClassName
{
background-color: #F2BFBB;
}
.BgClassName
{
background-color: #F2BFBB;
}
</style>
border-color css
<style>
span { border-color: #F2BFBB; }
span { border-color: rgb(242,191,187); }
td.TdClassName
{
border-color: #F2BFBB;
}
.TagClassName
{
border-color: #F2BFBB;
}
</style>