Shades of Beauty Bush #F0B7AF
Tints of Beauty Bush #F0B7AF
RGB
CMYK
RGB Variations
Color information
#F0B7AF (or 0xF0B7AF) is known color: Beauty Bush. HEX triplet: F0, B7 and AF. RGB value is (240,183,175). Sum of RGB (Red+Green+Blue) = 240+183+175=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B7AF is #0F4850. Grayscale: #C7C7C7. Windows color (decimal): -1001553 or 11515888. OLE color: 11515888.
HSL color Cylindrical-coordinate representation of color #F0B7AF: hue angle of 7.38º 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 #F0B7AF is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 183 | 175 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.06 |
| HSL | 7.38º | 0.68% | 0.81% | - |
| HSV(B) | 7.38º | 0.27% | 0.94% | - |
| XYZ | 60.61 | 55.49 | 48.07 | - |
| YUV | 199.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 183 | 175 | 0 | 0.24 | 0.27 | 0.06 | 7.38 | 0.68 | 0.81 |
| Hex | F0 | B7 | AF | 0 | 18 | 1B | 6 | 7 | 44 | 51 |
| Octal | 360 | 267 | 257 | 0 | 30 | 33 | 6 | 7 | 104 | 121 |
| Binary | 11110000 | 10110111 | 10101111 | 0 | 11000 | 11011 | 110 | 111 | 1000100 | 1010001 |
Color Harmonies of #F0B7AF
Complementary color
Monochromatic Colors of #F0B7AF
Black with #F0B7AF
Text Example
Text Example
White with #F0B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B7AF; }
p { color: rgb(240,183,175); }
H1.HeaderClassName
{
color: #F0B7AF;
}
.AnyTagClassName
{
color: #F0B7AF;
}
</style>
background-color css
<style>
a { background-color: #F0B7AF; }
a { background-color: rgb(240,183,175); }
div.DivClassName
{
background-color: #F0B7AF;
}
.BgClassName
{
background-color: #F0B7AF;
}
</style>
border-color css
<style>
span { border-color: #F0B7AF; }
span { border-color: rgb(240,183,175); }
td.TdClassName
{
border-color: #F0B7AF;
}
.TagClassName
{
border-color: #F0B7AF;
}
</style>