Shades of Wax Flower #F0BBA5
Tints of Wax Flower #F0BBA5
RGB
CMYK
RGB Variations
Color information
#F0BBA5 (or 0xF0BBA5) is known color: Wax Flower. HEX triplet: F0, BB and A5. RGB value is (240,187,165). Sum of RGB (Red+Green+Blue) = 240+187+165=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BBA5 is #0F445A. Grayscale: #C8C8C8. Windows color (decimal): -1000539 or 10861552. OLE color: 10861552.
HSL color Cylindrical-coordinate representation of color #F0BBA5: hue angle of 17.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0BBA5 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 165 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.06 |
| HSL | 17.6º | 0.71% | 0.79% | - |
| HSV(B) | 17.6º | 0.31% | 0.94% | - |
| XYZ | 60.5 | 56.78 | 43.37 | - |
| YUV | 200.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 165 | 0 | 0.22 | 0.31 | 0.06 | 17.6 | 0.71 | 0.79 |
| Hex | F0 | BB | A5 | 0 | 16 | 1F | 6 | 12 | 47 | 4F |
| Octal | 360 | 273 | 245 | 0 | 26 | 37 | 6 | 22 | 107 | 117 |
| Binary | 11110000 | 10111011 | 10100101 | 0 | 10110 | 11111 | 110 | 10010 | 1000111 | 1001111 |
Color Harmonies of #F0BBA5
Complementary color
Monochromatic Colors of #F0BBA5
Black with #F0BBA5
Text Example
Text Example
White with #F0BBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBA5; }
p { color: rgb(240,187,165); }
H1.HeaderClassName
{
color: #F0BBA5;
}
.AnyTagClassName
{
color: #F0BBA5;
}
</style>
background-color css
<style>
a { background-color: #F0BBA5; }
a { background-color: rgb(240,187,165); }
div.DivClassName
{
background-color: #F0BBA5;
}
.BgClassName
{
background-color: #F0BBA5;
}
</style>
border-color css
<style>
span { border-color: #F0BBA5; }
span { border-color: rgb(240,187,165); }
td.TdClassName
{
border-color: #F0BBA5;
}
.TagClassName
{
border-color: #F0BBA5;
}
</style>