Shades of Beauty Bush #F0B9AD
Tints of Beauty Bush #F0B9AD
RGB
CMYK
RGB Variations
Color information
#F0B9AD (or 0xF0B9AD) is known color: Beauty Bush. HEX triplet: F0, B9 and AD. RGB value is (240,185,173). Sum of RGB (Red+Green+Blue) = 240+185+173=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B9AD is #0F4652. Grayscale: #C8C8C8. Windows color (decimal): -1001043 or 11385328. OLE color: 11385328.
HSL color Cylindrical-coordinate representation of color #F0B9AD: hue angle of 10.75º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0B9AD is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 173 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.06 |
| HSL | 10.75º | 0.69% | 0.81% | - |
| HSV(B) | 10.75º | 0.28% | 0.94% | - |
| XYZ | 60.83 | 56.24 | 47.18 | - |
| YUV | 200.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 173 | 0 | 0.23 | 0.28 | 0.06 | 10.75 | 0.69 | 0.81 |
| Hex | F0 | B9 | AD | 0 | 17 | 1C | 6 | B | 45 | 51 |
| Octal | 360 | 271 | 255 | 0 | 27 | 34 | 6 | 13 | 105 | 121 |
| Binary | 11110000 | 10111001 | 10101101 | 0 | 10111 | 11100 | 110 | 1011 | 1000101 | 1010001 |
Color Harmonies of #F0B9AD
Complementary color
Monochromatic Colors of #F0B9AD
Black with #F0B9AD
Text Example
Text Example
White with #F0B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9AD; }
p { color: rgb(240,185,173); }
H1.HeaderClassName
{
color: #F0B9AD;
}
.AnyTagClassName
{
color: #F0B9AD;
}
</style>
background-color css
<style>
a { background-color: #F0B9AD; }
a { background-color: rgb(240,185,173); }
div.DivClassName
{
background-color: #F0B9AD;
}
.BgClassName
{
background-color: #F0B9AD;
}
</style>
border-color css
<style>
span { border-color: #F0B9AD; }
span { border-color: rgb(240,185,173); }
td.TdClassName
{
border-color: #F0B9AD;
}
.TagClassName
{
border-color: #F0B9AD;
}
</style>