Shades of Wax Flower #F0A99A
Tints of Wax Flower #F0A99A
RGB
CMYK
RGB Variations
Color information
#F0A99A (or 0xF0A99A) is known color: Wax Flower. HEX triplet: F0, A9 and 9A. RGB value is (240,169,154). Sum of RGB (Red+Green+Blue) = 240+169+154=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A99A is #0F5665. Grayscale: #BCBCBC. Windows color (decimal): -1005158 or 10136048. OLE color: 10136048.
HSL color Cylindrical-coordinate representation of color #F0A99A: hue angle of 10.47º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0A99A is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 154 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.06 |
| HSL | 10.47º | 0.74% | 0.77% | - |
| HSV(B) | 10.47º | 0.36% | 0.94% | - |
| XYZ | 55.96 | 49.23 | 37.13 | - |
| YUV | 188.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 154 | 0 | 0.30 | 0.36 | 0.06 | 10.47 | 0.74 | 0.77 |
| Hex | F0 | A9 | 9A | 0 | 1E | 24 | 6 | A | 4A | 4D |
| Octal | 360 | 251 | 232 | 0 | 36 | 44 | 6 | 12 | 112 | 115 |
| Binary | 11110000 | 10101001 | 10011010 | 0 | 11110 | 100100 | 110 | 1010 | 1001010 | 1001101 |
Color Harmonies of #F0A99A
Complementary color
Monochromatic Colors of #F0A99A
Black with #F0A99A
Text Example
Text Example
White with #F0A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A99A; }
p { color: rgb(240,169,154); }
H1.HeaderClassName
{
color: #F0A99A;
}
.AnyTagClassName
{
color: #F0A99A;
}
</style>
background-color css
<style>
a { background-color: #F0A99A; }
a { background-color: rgb(240,169,154); }
div.DivClassName
{
background-color: #F0A99A;
}
.BgClassName
{
background-color: #F0A99A;
}
</style>
border-color css
<style>
span { border-color: #F0A99A; }
span { border-color: rgb(240,169,154); }
td.TdClassName
{
border-color: #F0A99A;
}
.TagClassName
{
border-color: #F0A99A;
}
</style>