Shades of Beauty Bush #F0BBB0
Tints of Beauty Bush #F0BBB0
RGB
CMYK
RGB Variations
Color information
#F0BBB0 (or 0xF0BBB0) is known color: Beauty Bush. HEX triplet: F0, BB and B0. RGB value is (240,187,176). Sum of RGB (Red+Green+Blue) = 240+187+176=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BBB0 is #0F444F. Grayscale: #C9C9C9. Windows color (decimal): -1000528 or 11582448. OLE color: 11582448.
HSL color Cylindrical-coordinate representation of color #F0BBB0: hue angle of 10.31º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0BBB0 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 176 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.06 |
| HSL | 10.31º | 0.68% | 0.82% | - |
| HSV(B) | 10.31º | 0.27% | 0.94% | - |
| XYZ | 61.54 | 57.2 | 48.87 | - |
| YUV | 201.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 176 | 0 | 0.22 | 0.27 | 0.06 | 10.31 | 0.68 | 0.82 |
| Hex | F0 | BB | B0 | 0 | 16 | 1B | 6 | A | 44 | 52 |
| Octal | 360 | 273 | 260 | 0 | 26 | 33 | 6 | 12 | 104 | 122 |
| Binary | 11110000 | 10111011 | 10110000 | 0 | 10110 | 11011 | 110 | 1010 | 1000100 | 1010010 |
Color Harmonies of #F0BBB0
Complementary color
Monochromatic Colors of #F0BBB0
Black with #F0BBB0
Text Example
Text Example
White with #F0BBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBB0; }
p { color: rgb(240,187,176); }
H1.HeaderClassName
{
color: #F0BBB0;
}
.AnyTagClassName
{
color: #F0BBB0;
}
</style>
background-color css
<style>
a { background-color: #F0BBB0; }
a { background-color: rgb(240,187,176); }
div.DivClassName
{
background-color: #F0BBB0;
}
.BgClassName
{
background-color: #F0BBB0;
}
</style>
border-color css
<style>
span { border-color: #F0BBB0; }
span { border-color: rgb(240,187,176); }
td.TdClassName
{
border-color: #F0BBB0;
}
.TagClassName
{
border-color: #F0BBB0;
}
</style>