Shades of Wax Flower #F0A994
Tints of Wax Flower #F0A994
RGB
CMYK
RGB Variations
Color information
#F0A994 (or 0xF0A994) is known color: Wax Flower. HEX triplet: F0, A9 and 94. RGB value is (240,169,148). Sum of RGB (Red+Green+Blue) = 240+169+148=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A994 is #0F566B. Grayscale: #BBBBBB. Windows color (decimal): -1005164 or 9742832. OLE color: 9742832.
HSL color Cylindrical-coordinate representation of color #F0A994: hue angle of 13.7º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0A994 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 148 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.06 |
| HSL | 13.7º | 0.75% | 0.76% | - |
| HSV(B) | 13.7º | 0.38% | 0.94% | - |
| XYZ | 55.47 | 49.04 | 34.56 | - |
| YUV | 187.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 148 | 0 | 0.30 | 0.38 | 0.06 | 13.7 | 0.75 | 0.76 |
| Hex | F0 | A9 | 94 | 0 | 1E | 26 | 6 | E | 4B | 4C |
| Octal | 360 | 251 | 224 | 0 | 36 | 46 | 6 | 16 | 113 | 114 |
| Binary | 11110000 | 10101001 | 10010100 | 0 | 11110 | 100110 | 110 | 1110 | 1001011 | 1001100 |
Color Harmonies of #F0A994
Complementary color
Monochromatic Colors of #F0A994
Black with #F0A994
Text Example
Text Example
White with #F0A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A994; }
p { color: rgb(240,169,148); }
H1.HeaderClassName
{
color: #F0A994;
}
.AnyTagClassName
{
color: #F0A994;
}
</style>
background-color css
<style>
a { background-color: #F0A994; }
a { background-color: rgb(240,169,148); }
div.DivClassName
{
background-color: #F0A994;
}
.BgClassName
{
background-color: #F0A994;
}
</style>
border-color css
<style>
span { border-color: #F0A994; }
span { border-color: rgb(240,169,148); }
td.TdClassName
{
border-color: #F0A994;
}
.TagClassName
{
border-color: #F0A994;
}
</style>