Shades of Wax Flower #F0BAA4
Tints of Wax Flower #F0BAA4
RGB
CMYK
RGB Variations
Color information
#F0BAA4 (or 0xF0BAA4) is known color: Wax Flower. HEX triplet: F0, BA and A4. RGB value is (240,186,164). Sum of RGB (Red+Green+Blue) = 240+186+164=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAA4 is #0F455B. Grayscale: #C7C7C7. Windows color (decimal): -1000796 or 10795760. OLE color: 10795760.
HSL color Cylindrical-coordinate representation of color #F0BAA4: hue angle of 17.37º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0BAA4 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 164 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.06 |
| HSL | 17.37º | 0.72% | 0.79% | - |
| HSV(B) | 17.37º | 0.32% | 0.94% | - |
| XYZ | 60.19 | 56.32 | 42.82 | - |
| YUV | 199.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 164 | 0 | 0.22 | 0.32 | 0.06 | 17.37 | 0.72 | 0.79 |
| Hex | F0 | BA | A4 | 0 | 16 | 20 | 6 | 11 | 48 | 4F |
| Octal | 360 | 272 | 244 | 0 | 26 | 40 | 6 | 21 | 110 | 117 |
| Binary | 11110000 | 10111010 | 10100100 | 0 | 10110 | 100000 | 110 | 10001 | 1001000 | 1001111 |
Color Harmonies of #F0BAA4
Complementary color
Monochromatic Colors of #F0BAA4
Black with #F0BAA4
Text Example
Text Example
White with #F0BAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BAA4; }
p { color: rgb(240,186,164); }
H1.HeaderClassName
{
color: #F0BAA4;
}
.AnyTagClassName
{
color: #F0BAA4;
}
</style>
background-color css
<style>
a { background-color: #F0BAA4; }
a { background-color: rgb(240,186,164); }
div.DivClassName
{
background-color: #F0BAA4;
}
.BgClassName
{
background-color: #F0BAA4;
}
</style>
border-color css
<style>
span { border-color: #F0BAA4; }
span { border-color: rgb(240,186,164); }
td.TdClassName
{
border-color: #F0BAA4;
}
.TagClassName
{
border-color: #F0BAA4;
}
</style>