Shades of Wax Flower #F0AD9E
Tints of Wax Flower #F0AD9E
RGB
CMYK
RGB Variations
Color information
#F0AD9E (or 0xF0AD9E) is known color: Wax Flower. HEX triplet: F0, AD and 9E. RGB value is (240,173,158). Sum of RGB (Red+Green+Blue) = 240+173+158=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AD9E is #0F5261. Grayscale: #BFBFBF. Windows color (decimal): -1004130 or 10399216. OLE color: 10399216.
HSL color Cylindrical-coordinate representation of color #F0AD9E: hue angle of 10.98º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0AD9E is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 158 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.06 |
| HSL | 10.98º | 0.73% | 0.78% | - |
| HSV(B) | 10.98º | 0.34% | 0.94% | - |
| XYZ | 57.05 | 50.88 | 39.16 | - |
| YUV | 191.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 158 | 0 | 0.28 | 0.34 | 0.06 | 10.98 | 0.73 | 0.78 |
| Hex | F0 | AD | 9E | 0 | 1C | 22 | 6 | B | 49 | 4E |
| Octal | 360 | 255 | 236 | 0 | 34 | 42 | 6 | 13 | 111 | 116 |
| Binary | 11110000 | 10101101 | 10011110 | 0 | 11100 | 100010 | 110 | 1011 | 1001001 | 1001110 |
Color Harmonies of #F0AD9E
Complementary color
Monochromatic Colors of #F0AD9E
Black with #F0AD9E
Text Example
Text Example
White with #F0AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD9E; }
p { color: rgb(240,173,158); }
H1.HeaderClassName
{
color: #F0AD9E;
}
.AnyTagClassName
{
color: #F0AD9E;
}
</style>
background-color css
<style>
a { background-color: #F0AD9E; }
a { background-color: rgb(240,173,158); }
div.DivClassName
{
background-color: #F0AD9E;
}
.BgClassName
{
background-color: #F0AD9E;
}
</style>
border-color css
<style>
span { border-color: #F0AD9E; }
span { border-color: rgb(240,173,158); }
td.TdClassName
{
border-color: #F0AD9E;
}
.TagClassName
{
border-color: #F0AD9E;
}
</style>