Shades of Beauty Bush #F0B9AF
Tints of Beauty Bush #F0B9AF
RGB
CMYK
RGB Variations
Color information
#F0B9AF (or 0xF0B9AF) is known color: Beauty Bush. HEX triplet: F0, B9 and AF. RGB value is (240,185,175). Sum of RGB (Red+Green+Blue) = 240+185+175=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B9AF is #0F4650. Grayscale: #C8C8C8. Windows color (decimal): -1001041 or 11516400. OLE color: 11516400.
HSL color Cylindrical-coordinate representation of color #F0B9AF: hue angle of 9.23º degrees, saturation: 0.68, 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 #F0B9AF is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 185 | 175 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.06 |
| HSL | 9.23º | 0.68% | 0.81% | - |
| HSV(B) | 9.23º | 0.27% | 0.94% | - |
| XYZ | 61.02 | 56.32 | 48.21 | - |
| YUV | 200.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 185 | 175 | 0 | 0.23 | 0.27 | 0.06 | 9.23 | 0.68 | 0.81 |
| Hex | F0 | B9 | AF | 0 | 17 | 1B | 6 | 9 | 44 | 51 |
| Octal | 360 | 271 | 257 | 0 | 27 | 33 | 6 | 11 | 104 | 121 |
| Binary | 11110000 | 10111001 | 10101111 | 0 | 10111 | 11011 | 110 | 1001 | 1000100 | 1010001 |
Color Harmonies of #F0B9AF
Complementary color
Monochromatic Colors of #F0B9AF
Black with #F0B9AF
Text Example
Text Example
White with #F0B9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B9AF; }
p { color: rgb(240,185,175); }
H1.HeaderClassName
{
color: #F0B9AF;
}
.AnyTagClassName
{
color: #F0B9AF;
}
</style>
background-color css
<style>
a { background-color: #F0B9AF; }
a { background-color: rgb(240,185,175); }
div.DivClassName
{
background-color: #F0B9AF;
}
.BgClassName
{
background-color: #F0B9AF;
}
</style>
border-color css
<style>
span { border-color: #F0B9AF; }
span { border-color: rgb(240,185,175); }
td.TdClassName
{
border-color: #F0B9AF;
}
.TagClassName
{
border-color: #F0B9AF;
}
</style>