Shades of Beauty Bush #F0B7AD
Tints of Beauty Bush #F0B7AD
RGB
CMYK
RGB Variations
Color information
#F0B7AD (or 0xF0B7AD) is known color: Beauty Bush. HEX triplet: F0, B7 and AD. RGB value is (240,183,173). Sum of RGB (Red+Green+Blue) = 240+183+173=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B7AD is #0F4852. Grayscale: #C7C7C7. Windows color (decimal): -1001555 or 11384816. OLE color: 11384816.
HSL color Cylindrical-coordinate representation of color #F0B7AD: hue angle of 8.96º 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 #F0B7AD is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 173 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.06 |
| HSL | 8.96º | 0.69% | 0.81% | - |
| HSV(B) | 8.96º | 0.28% | 0.94% | - |
| XYZ | 60.41 | 55.41 | 47.05 | - |
| YUV | 198.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 173 | 0 | 0.24 | 0.28 | 0.06 | 8.96 | 0.69 | 0.81 |
| Hex | F0 | B7 | AD | 0 | 18 | 1C | 6 | 9 | 45 | 51 |
| Octal | 360 | 267 | 255 | 0 | 30 | 34 | 6 | 11 | 105 | 121 |
| Binary | 11110000 | 10110111 | 10101101 | 0 | 11000 | 11100 | 110 | 1001 | 1000101 | 1010001 |
Color Harmonies of #F0B7AD
Complementary color
Monochromatic Colors of #F0B7AD
Black with #F0B7AD
Text Example
Text Example
White with #F0B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7AD; }
p { color: rgb(240,183,173); }
H1.HeaderClassName
{
color: #F0B7AD;
}
.AnyTagClassName
{
color: #F0B7AD;
}
</style>
background-color css
<style>
a { background-color: #F0B7AD; }
a { background-color: rgb(240,183,173); }
div.DivClassName
{
background-color: #F0B7AD;
}
.BgClassName
{
background-color: #F0B7AD;
}
</style>
border-color css
<style>
span { border-color: #F0B7AD; }
span { border-color: rgb(240,183,173); }
td.TdClassName
{
border-color: #F0B7AD;
}
.TagClassName
{
border-color: #F0B7AD;
}
</style>