Shades of Wax Flower #F0AA9C
Tints of Wax Flower #F0AA9C
RGB
CMYK
RGB Variations
Color information
#F0AA9C (or 0xF0AA9C) is known color: Wax Flower. HEX triplet: F0, AA and 9C. RGB value is (240,170,156). Sum of RGB (Red+Green+Blue) = 240+170+156=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AA9C is #0F5563. Grayscale: #BDBDBD. Windows color (decimal): -1004900 or 10267376. OLE color: 10267376.
HSL color Cylindrical-coordinate representation of color #F0AA9C: hue angle of 10º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0AA9C is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 156 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.06 |
| HSL | 10º | 0.74% | 0.78% | - |
| HSV(B) | 10º | 0.35% | 0.94% | - |
| XYZ | 56.31 | 49.68 | 38.07 | - |
| YUV | 189.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 156 | 0 | 0.29 | 0.35 | 0.06 | 10 | 0.74 | 0.78 |
| Hex | F0 | AA | 9C | 0 | 1D | 23 | 6 | A | 4A | 4E |
| Octal | 360 | 252 | 234 | 0 | 35 | 43 | 6 | 12 | 112 | 116 |
| Binary | 11110000 | 10101010 | 10011100 | 0 | 11101 | 100011 | 110 | 1010 | 1001010 | 1001110 |
Color Harmonies of #F0AA9C
Complementary color
Monochromatic Colors of #F0AA9C
Black with #F0AA9C
Text Example
Text Example
White with #F0AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AA9C; }
p { color: rgb(240,170,156); }
H1.HeaderClassName
{
color: #F0AA9C;
}
.AnyTagClassName
{
color: #F0AA9C;
}
</style>
background-color css
<style>
a { background-color: #F0AA9C; }
a { background-color: rgb(240,170,156); }
div.DivClassName
{
background-color: #F0AA9C;
}
.BgClassName
{
background-color: #F0AA9C;
}
</style>
border-color css
<style>
span { border-color: #F0AA9C; }
span { border-color: rgb(240,170,156); }
td.TdClassName
{
border-color: #F0AA9C;
}
.TagClassName
{
border-color: #F0AA9C;
}
</style>