Shades of Beauty Bush #F0B4AF
Tints of Beauty Bush #F0B4AF
RGB
CMYK
RGB Variations
Color information
#F0B4AF (or 0xF0B4AF) is known color: Beauty Bush. HEX triplet: F0, B4 and AF. RGB value is (240,180,175). Sum of RGB (Red+Green+Blue) = 240+180+175=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B4AF is #0F4B50. Grayscale: #C5C5C5. Windows color (decimal): -1002321 or 11515120. OLE color: 11515120.
HSL color Cylindrical-coordinate representation of color #F0B4AF: hue angle of 4.62º 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 #F0B4AF is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 175 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.06 |
| HSL | 4.62º | 0.68% | 0.81% | - |
| HSV(B) | 4.62º | 0.27% | 0.94% | - |
| XYZ | 59.99 | 54.26 | 47.87 | - |
| YUV | 197.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 175 | 0 | 0.25 | 0.27 | 0.06 | 4.62 | 0.68 | 0.81 |
| Hex | F0 | B4 | AF | 0 | 19 | 1B | 6 | 5 | 44 | 51 |
| Octal | 360 | 264 | 257 | 0 | 31 | 33 | 6 | 5 | 104 | 121 |
| Binary | 11110000 | 10110100 | 10101111 | 0 | 11001 | 11011 | 110 | 101 | 1000100 | 1010001 |
Color Harmonies of #F0B4AF
Complementary color
Monochromatic Colors of #F0B4AF
Black with #F0B4AF
Text Example
Text Example
White with #F0B4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B4AF; }
p { color: rgb(240,180,175); }
H1.HeaderClassName
{
color: #F0B4AF;
}
.AnyTagClassName
{
color: #F0B4AF;
}
</style>
background-color css
<style>
a { background-color: #F0B4AF; }
a { background-color: rgb(240,180,175); }
div.DivClassName
{
background-color: #F0B4AF;
}
.BgClassName
{
background-color: #F0B4AF;
}
</style>
border-color css
<style>
span { border-color: #F0B4AF; }
span { border-color: rgb(240,180,175); }
td.TdClassName
{
border-color: #F0B4AF;
}
.TagClassName
{
border-color: #F0B4AF;
}
</style>