Shades of Beauty Bush #F0B8AD
Tints of Beauty Bush #F0B8AD
RGB
CMYK
RGB Variations
Color information
#F0B8AD (or 0xF0B8AD) is known color: Beauty Bush. HEX triplet: F0, B8 and AD. RGB value is (240,184,173). Sum of RGB (Red+Green+Blue) = 240+184+173=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B8AD is #0F4752. Grayscale: #C7C7C7. Windows color (decimal): -1001299 or 11385072. OLE color: 11385072.
HSL color Cylindrical-coordinate representation of color #F0B8AD: hue angle of 9.85º 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 #F0B8AD is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 173 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.06 |
| HSL | 9.85º | 0.69% | 0.81% | - |
| HSV(B) | 9.85º | 0.28% | 0.94% | - |
| XYZ | 60.62 | 55.82 | 47.12 | - |
| YUV | 199.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 173 | 0 | 0.23 | 0.28 | 0.06 | 9.85 | 0.69 | 0.81 |
| Hex | F0 | B8 | AD | 0 | 17 | 1C | 6 | A | 45 | 51 |
| Octal | 360 | 270 | 255 | 0 | 27 | 34 | 6 | 12 | 105 | 121 |
| Binary | 11110000 | 10111000 | 10101101 | 0 | 10111 | 11100 | 110 | 1010 | 1000101 | 1010001 |
Color Harmonies of #F0B8AD
Complementary color
Monochromatic Colors of #F0B8AD
Black with #F0B8AD
Text Example
Text Example
White with #F0B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8AD; }
p { color: rgb(240,184,173); }
H1.HeaderClassName
{
color: #F0B8AD;
}
.AnyTagClassName
{
color: #F0B8AD;
}
</style>
background-color css
<style>
a { background-color: #F0B8AD; }
a { background-color: rgb(240,184,173); }
div.DivClassName
{
background-color: #F0B8AD;
}
.BgClassName
{
background-color: #F0B8AD;
}
</style>
border-color css
<style>
span { border-color: #F0B8AD; }
span { border-color: rgb(240,184,173); }
td.TdClassName
{
border-color: #F0B8AD;
}
.TagClassName
{
border-color: #F0B8AD;
}
</style>