Shades of Beauty Bush #F2BFB9
Tints of Beauty Bush #F2BFB9
RGB
CMYK
RGB Variations
Color information
#F2BFB9 (or 0xF2BFB9) is known color: Beauty Bush. HEX triplet: F2, BF and B9. RGB value is (242,191,185). Sum of RGB (Red+Green+Blue) = 242+191+185=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFB9 is #0D4046. Grayscale: #CDCDCD. Windows color (decimal): -868423 or 12173298. OLE color: 12173298.
HSL color Cylindrical-coordinate representation of color #F2BFB9: hue angle of 6.32º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2BFB9 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 185 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.05 |
| HSL | 6.32º | 0.69% | 0.84% | - |
| HSV(B) | 6.32º | 0.24% | 0.95% | - |
| XYZ | 64.01 | 59.64 | 54.04 | - |
| YUV | 205.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 185 | 0 | 0.21 | 0.24 | 0.05 | 6.32 | 0.69 | 0.84 |
| Hex | F2 | BF | B9 | 0 | 15 | 18 | 5 | 6 | 45 | 54 |
| Octal | 362 | 277 | 271 | 0 | 25 | 30 | 5 | 6 | 105 | 124 |
| Binary | 11110010 | 10111111 | 10111001 | 0 | 10101 | 11000 | 101 | 110 | 1000101 | 1010100 |
Color Harmonies of #F2BFB9
Complementary color
Monochromatic Colors of #F2BFB9
Black with #F2BFB9
Text Example
Text Example
White with #F2BFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFB9; }
p { color: rgb(242,191,185); }
H1.HeaderClassName
{
color: #F2BFB9;
}
.AnyTagClassName
{
color: #F2BFB9;
}
</style>
background-color css
<style>
a { background-color: #F2BFB9; }
a { background-color: rgb(242,191,185); }
div.DivClassName
{
background-color: #F2BFB9;
}
.BgClassName
{
background-color: #F2BFB9;
}
</style>
border-color css
<style>
span { border-color: #F2BFB9; }
span { border-color: rgb(242,191,185); }
td.TdClassName
{
border-color: #F2BFB9;
}
.TagClassName
{
border-color: #F2BFB9;
}
</style>