Shades of Beauty Bush #F0B8AC
Tints of Beauty Bush #F0B8AC
RGB
CMYK
RGB Variations
Color information
#F0B8AC (or 0xF0B8AC) is known color: Beauty Bush. HEX triplet: F0, B8 and AC. RGB value is (240,184,172). Sum of RGB (Red+Green+Blue) = 240+184+172=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B8AC is #0F4753. Grayscale: #C7C7C7. Windows color (decimal): -1001300 or 11319536. OLE color: 11319536.
HSL color Cylindrical-coordinate representation of color #F0B8AC: hue angle of 10.59º 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 #F0B8AC is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 172 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.06 |
| HSL | 10.59º | 0.69% | 0.81% | - |
| HSV(B) | 10.59º | 0.28% | 0.94% | - |
| XYZ | 60.52 | 55.78 | 46.61 | - |
| YUV | 199.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 172 | 0 | 0.23 | 0.28 | 0.06 | 10.59 | 0.69 | 0.81 |
| Hex | F0 | B8 | AC | 0 | 17 | 1C | 6 | B | 45 | 51 |
| Octal | 360 | 270 | 254 | 0 | 27 | 34 | 6 | 13 | 105 | 121 |
| Binary | 11110000 | 10111000 | 10101100 | 0 | 10111 | 11100 | 110 | 1011 | 1000101 | 1010001 |
Color Harmonies of #F0B8AC
Complementary color
Monochromatic Colors of #F0B8AC
Black with #F0B8AC
Text Example
Text Example
White with #F0B8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8AC; }
p { color: rgb(240,184,172); }
H1.HeaderClassName
{
color: #F0B8AC;
}
.AnyTagClassName
{
color: #F0B8AC;
}
</style>
background-color css
<style>
a { background-color: #F0B8AC; }
a { background-color: rgb(240,184,172); }
div.DivClassName
{
background-color: #F0B8AC;
}
.BgClassName
{
background-color: #F0B8AC;
}
</style>
border-color css
<style>
span { border-color: #F0B8AC; }
span { border-color: rgb(240,184,172); }
td.TdClassName
{
border-color: #F0B8AC;
}
.TagClassName
{
border-color: #F0B8AC;
}
</style>