Shades of Wax Flower #F0AA9F
Tints of Wax Flower #F0AA9F
RGB
CMYK
RGB Variations
Color information
#F0AA9F (or 0xF0AA9F) is known color: Wax Flower. HEX triplet: F0, AA and 9F. RGB value is (240,170,159). Sum of RGB (Red+Green+Blue) = 240+170+159=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AA9F is #0F5560. Grayscale: #BDBDBD. Windows color (decimal): -1004897 or 10463984. OLE color: 10463984.
HSL color Cylindrical-coordinate representation of color #F0AA9F: hue angle of 8.15º 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 #F0AA9F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 159 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.06 |
| HSL | 8.15º | 0.73% | 0.78% | - |
| HSV(B) | 8.15º | 0.34% | 0.94% | - |
| XYZ | 56.57 | 49.78 | 39.43 | - |
| YUV | 189.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 159 | 0 | 0.29 | 0.34 | 0.06 | 8.15 | 0.73 | 0.78 |
| Hex | F0 | AA | 9F | 0 | 1D | 22 | 6 | 8 | 49 | 4E |
| Octal | 360 | 252 | 237 | 0 | 35 | 42 | 6 | 10 | 111 | 116 |
| Binary | 11110000 | 10101010 | 10011111 | 0 | 11101 | 100010 | 110 | 1000 | 1001001 | 1001110 |
Color Harmonies of #F0AA9F
Complementary color
Monochromatic Colors of #F0AA9F
Black with #F0AA9F
Text Example
Text Example
White with #F0AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AA9F; }
p { color: rgb(240,170,159); }
H1.HeaderClassName
{
color: #F0AA9F;
}
.AnyTagClassName
{
color: #F0AA9F;
}
</style>
background-color css
<style>
a { background-color: #F0AA9F; }
a { background-color: rgb(240,170,159); }
div.DivClassName
{
background-color: #F0AA9F;
}
.BgClassName
{
background-color: #F0AA9F;
}
</style>
border-color css
<style>
span { border-color: #F0AA9F; }
span { border-color: rgb(240,170,159); }
td.TdClassName
{
border-color: #F0AA9F;
}
.TagClassName
{
border-color: #F0AA9F;
}
</style>