Shades of Wax Flower #F0BBA7
Tints of Wax Flower #F0BBA7
RGB
CMYK
RGB Variations
Color information
#F0BBA7 (or 0xF0BBA7) is known color: Wax Flower. HEX triplet: F0, BB and A7. RGB value is (240,187,167). Sum of RGB (Red+Green+Blue) = 240+187+167=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BBA7 is #0F4458. Grayscale: #C8C8C8. Windows color (decimal): -1000537 or 10992624. OLE color: 10992624.
HSL color Cylindrical-coordinate representation of color #F0BBA7: hue angle of 16.44º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0BBA7 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 167 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.06 |
| HSL | 16.44º | 0.71% | 0.8% | - |
| HSV(B) | 16.44º | 0.3% | 0.94% | - |
| XYZ | 60.68 | 56.86 | 44.34 | - |
| YUV | 200.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 167 | 0 | 0.22 | 0.30 | 0.06 | 16.44 | 0.71 | 0.8 |
| Hex | F0 | BB | A7 | 0 | 16 | 1E | 6 | 10 | 47 | 50 |
| Octal | 360 | 273 | 247 | 0 | 26 | 36 | 6 | 20 | 107 | 120 |
| Binary | 11110000 | 10111011 | 10100111 | 0 | 10110 | 11110 | 110 | 10000 | 1000111 | 1010000 |
Color Harmonies of #F0BBA7
Complementary color
Monochromatic Colors of #F0BBA7
Black with #F0BBA7
Text Example
Text Example
White with #F0BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBA7; }
p { color: rgb(240,187,167); }
H1.HeaderClassName
{
color: #F0BBA7;
}
.AnyTagClassName
{
color: #F0BBA7;
}
</style>
background-color css
<style>
a { background-color: #F0BBA7; }
a { background-color: rgb(240,187,167); }
div.DivClassName
{
background-color: #F0BBA7;
}
.BgClassName
{
background-color: #F0BBA7;
}
</style>
border-color css
<style>
span { border-color: #F0BBA7; }
span { border-color: rgb(240,187,167); }
td.TdClassName
{
border-color: #F0BBA7;
}
.TagClassName
{
border-color: #F0BBA7;
}
</style>