Shades of Beauty Bush #F0B4AE
Tints of Beauty Bush #F0B4AE
RGB
CMYK
RGB Variations
Color information
#F0B4AE (or 0xF0B4AE) is known color: Beauty Bush. HEX triplet: F0, B4 and AE. RGB value is (240,180,174). Sum of RGB (Red+Green+Blue) = 240+180+174=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B4AE is #0F4B51. Grayscale: #C5C5C5. Windows color (decimal): -1002322 or 11449584. OLE color: 11449584.
HSL color Cylindrical-coordinate representation of color #F0B4AE: hue angle of 5.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B4AE is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 174 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.06 |
| HSL | 5.45º | 0.69% | 0.81% | - |
| HSV(B) | 5.45º | 0.28% | 0.94% | - |
| XYZ | 59.9 | 54.22 | 47.35 | - |
| YUV | 197.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 174 | 0 | 0.25 | 0.28 | 0.06 | 5.45 | 0.69 | 0.81 |
| Hex | F0 | B4 | AE | 0 | 19 | 1C | 6 | 5 | 45 | 51 |
| Octal | 360 | 264 | 256 | 0 | 31 | 34 | 6 | 5 | 105 | 121 |
| Binary | 11110000 | 10110100 | 10101110 | 0 | 11001 | 11100 | 110 | 101 | 1000101 | 1010001 |
Color Harmonies of #F0B4AE
Complementary color
Monochromatic Colors of #F0B4AE
Black with #F0B4AE
Text Example
Text Example
White with #F0B4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4AE; }
p { color: rgb(240,180,174); }
H1.HeaderClassName
{
color: #F0B4AE;
}
.AnyTagClassName
{
color: #F0B4AE;
}
</style>
background-color css
<style>
a { background-color: #F0B4AE; }
a { background-color: rgb(240,180,174); }
div.DivClassName
{
background-color: #F0B4AE;
}
.BgClassName
{
background-color: #F0B4AE;
}
</style>
border-color css
<style>
span { border-color: #F0B4AE; }
span { border-color: rgb(240,180,174); }
td.TdClassName
{
border-color: #F0B4AE;
}
.TagClassName
{
border-color: #F0B4AE;
}
</style>