Shades of Beauty Bush #F0BFBE
Tints of Beauty Bush #F0BFBE
RGB
CMYK
RGB Variations
Color information
#F0BFBE (or 0xF0BFBE) is known color: Beauty Bush. HEX triplet: F0, BF and BE. RGB value is (240,191,190). Sum of RGB (Red+Green+Blue) = 240+191+190=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFBE is #0F4041. Grayscale: #CDCDCD. Windows color (decimal): -999490 or 12500976. OLE color: 12500976.
HSL color Cylindrical-coordinate representation of color #F0BFBE: hue angle of 1.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BFBE is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 190 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.06 |
| HSL | 1.2º | 0.63% | 0.84% | - |
| HSV(B) | 1.2º | 0.21% | 0.94% | - |
| XYZ | 63.86 | 59.5 | 56.83 | - |
| YUV | 205.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 190 | 0 | 0.20 | 0.21 | 0.06 | 1.2 | 0.63 | 0.84 |
| Hex | F0 | BF | BE | 0 | 14 | 15 | 6 | 1 | 3E | 54 |
| Octal | 360 | 277 | 276 | 0 | 24 | 25 | 6 | 1 | 76 | 124 |
| Binary | 11110000 | 10111111 | 10111110 | 0 | 10100 | 10101 | 110 | 1 | 111110 | 1010100 |
Color Harmonies of #F0BFBE
Complementary color
Monochromatic Colors of #F0BFBE
Black with #F0BFBE
Text Example
Text Example
White with #F0BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFBE; }
p { color: rgb(240,191,190); }
H1.HeaderClassName
{
color: #F0BFBE;
}
.AnyTagClassName
{
color: #F0BFBE;
}
</style>
background-color css
<style>
a { background-color: #F0BFBE; }
a { background-color: rgb(240,191,190); }
div.DivClassName
{
background-color: #F0BFBE;
}
.BgClassName
{
background-color: #F0BFBE;
}
</style>
border-color css
<style>
span { border-color: #F0BFBE; }
span { border-color: rgb(240,191,190); }
td.TdClassName
{
border-color: #F0BFBE;
}
.TagClassName
{
border-color: #F0BFBE;
}
</style>