Shades of Beauty Bush #F0B5AB
Tints of Beauty Bush #F0B5AB
RGB
CMYK
RGB Variations
Color information
#F0B5AB (or 0xF0B5AB) is known color: Beauty Bush. HEX triplet: F0, B5 and AB. RGB value is (240,181,171). Sum of RGB (Red+Green+Blue) = 240+181+171=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B5AB is #0F4A54. Grayscale: #C5C5C5. Windows color (decimal): -1002069 or 11253232. OLE color: 11253232.
HSL color Cylindrical-coordinate representation of color #F0B5AB: hue angle of 8.7º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0B5AB is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 171 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.06 |
| HSL | 8.7º | 0.7% | 0.81% | - |
| HSV(B) | 8.7º | 0.29% | 0.94% | - |
| XYZ | 59.81 | 54.51 | 45.9 | - |
| YUV | 197.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 171 | 0 | 0.25 | 0.29 | 0.06 | 8.7 | 0.7 | 0.81 |
| Hex | F0 | B5 | AB | 0 | 19 | 1D | 6 | 9 | 46 | 51 |
| Octal | 360 | 265 | 253 | 0 | 31 | 35 | 6 | 11 | 106 | 121 |
| Binary | 11110000 | 10110101 | 10101011 | 0 | 11001 | 11101 | 110 | 1001 | 1000110 | 1010001 |
Color Harmonies of #F0B5AB
Complementary color
Monochromatic Colors of #F0B5AB
Black with #F0B5AB
Text Example
Text Example
White with #F0B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B5AB; }
p { color: rgb(240,181,171); }
H1.HeaderClassName
{
color: #F0B5AB;
}
.AnyTagClassName
{
color: #F0B5AB;
}
</style>
background-color css
<style>
a { background-color: #F0B5AB; }
a { background-color: rgb(240,181,171); }
div.DivClassName
{
background-color: #F0B5AB;
}
.BgClassName
{
background-color: #F0B5AB;
}
</style>
border-color css
<style>
span { border-color: #F0B5AB; }
span { border-color: rgb(240,181,171); }
td.TdClassName
{
border-color: #F0B5AB;
}
.TagClassName
{
border-color: #F0B5AB;
}
</style>