Shades of Beauty Bush #F0BFBD
Tints of Beauty Bush #F0BFBD
RGB
CMYK
RGB Variations
Color information
#F0BFBD (or 0xF0BFBD) is known color: Beauty Bush. HEX triplet: F0, BF and BD. RGB value is (240,191,189). Sum of RGB (Red+Green+Blue) = 240+191+189=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFBD is #0F4042. Grayscale: #CDCDCD. Windows color (decimal): -999491 or 12435440. OLE color: 12435440.
HSL color Cylindrical-coordinate representation of color #F0BFBD: hue angle of 2.35º degrees, saturation: 0.63, 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 #F0BFBD is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 189 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.06 |
| HSL | 2.35º | 0.63% | 0.84% | - |
| HSV(B) | 2.35º | 0.21% | 0.94% | - |
| XYZ | 63.75 | 59.46 | 56.26 | - |
| YUV | 205.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 189 | 0 | 0.20 | 0.21 | 0.06 | 2.35 | 0.63 | 0.84 |
| Hex | F0 | BF | BD | 0 | 14 | 15 | 6 | 2 | 3F | 54 |
| Octal | 360 | 277 | 275 | 0 | 24 | 25 | 6 | 2 | 77 | 124 |
| Binary | 11110000 | 10111111 | 10111101 | 0 | 10100 | 10101 | 110 | 10 | 111111 | 1010100 |
Color Harmonies of #F0BFBD
Complementary color
Monochromatic Colors of #F0BFBD
Black with #F0BFBD
Text Example
Text Example
White with #F0BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFBD; }
p { color: rgb(240,191,189); }
H1.HeaderClassName
{
color: #F0BFBD;
}
.AnyTagClassName
{
color: #F0BFBD;
}
</style>
background-color css
<style>
a { background-color: #F0BFBD; }
a { background-color: rgb(240,191,189); }
div.DivClassName
{
background-color: #F0BFBD;
}
.BgClassName
{
background-color: #F0BFBD;
}
</style>
border-color css
<style>
span { border-color: #F0BFBD; }
span { border-color: rgb(240,191,189); }
td.TdClassName
{
border-color: #F0BFBD;
}
.TagClassName
{
border-color: #F0BFBD;
}
</style>