Shades of Beauty Bush #F0B7AB
Tints of Beauty Bush #F0B7AB
RGB
CMYK
RGB Variations
Color information
#F0B7AB (or 0xF0B7AB) is known color: Beauty Bush. HEX triplet: F0, B7 and AB. RGB value is (240,183,171). Sum of RGB (Red+Green+Blue) = 240+183+171=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B7AB is #0F4854. Grayscale: #C6C6C6. Windows color (decimal): -1001557 or 11253744. OLE color: 11253744.
HSL color Cylindrical-coordinate representation of color #F0B7AB: hue angle of 10.43º 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 #F0B7AB is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 171 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.06 |
| HSL | 10.43º | 0.7% | 0.81% | - |
| HSV(B) | 10.43º | 0.29% | 0.94% | - |
| XYZ | 60.22 | 55.33 | 46.03 | - |
| YUV | 198.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 171 | 0 | 0.24 | 0.29 | 0.06 | 10.43 | 0.7 | 0.81 |
| Hex | F0 | B7 | AB | 0 | 18 | 1D | 6 | A | 46 | 51 |
| Octal | 360 | 267 | 253 | 0 | 30 | 35 | 6 | 12 | 106 | 121 |
| Binary | 11110000 | 10110111 | 10101011 | 0 | 11000 | 11101 | 110 | 1010 | 1000110 | 1010001 |
Color Harmonies of #F0B7AB
Complementary color
Monochromatic Colors of #F0B7AB
Black with #F0B7AB
Text Example
Text Example
White with #F0B7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7AB; }
p { color: rgb(240,183,171); }
H1.HeaderClassName
{
color: #F0B7AB;
}
.AnyTagClassName
{
color: #F0B7AB;
}
</style>
background-color css
<style>
a { background-color: #F0B7AB; }
a { background-color: rgb(240,183,171); }
div.DivClassName
{
background-color: #F0B7AB;
}
.BgClassName
{
background-color: #F0B7AB;
}
</style>
border-color css
<style>
span { border-color: #F0B7AB; }
span { border-color: rgb(240,183,171); }
td.TdClassName
{
border-color: #F0B7AB;
}
.TagClassName
{
border-color: #F0B7AB;
}
</style>