Shades of Wax Flower #F0AC9A
Tints of Wax Flower #F0AC9A
RGB
CMYK
RGB Variations
Color information
#F0AC9A (or 0xF0AC9A) is known color: Wax Flower. HEX triplet: F0, AC and 9A. RGB value is (240,172,154). Sum of RGB (Red+Green+Blue) = 240+172+154=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AC9A is #0F5365. Grayscale: #BEBEBE. Windows color (decimal): -1004390 or 10136816. OLE color: 10136816.
HSL color Cylindrical-coordinate representation of color #F0AC9A: hue angle of 12.56º 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 #F0AC9A is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 154 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.06 |
| HSL | 12.56º | 0.74% | 0.77% | - |
| HSV(B) | 12.56º | 0.36% | 0.94% | - |
| XYZ | 56.52 | 50.36 | 37.31 | - |
| YUV | 190.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 154 | 0 | 0.28 | 0.36 | 0.06 | 12.56 | 0.74 | 0.77 |
| Hex | F0 | AC | 9A | 0 | 1C | 24 | 6 | D | 4A | 4D |
| Octal | 360 | 254 | 232 | 0 | 34 | 44 | 6 | 15 | 112 | 115 |
| Binary | 11110000 | 10101100 | 10011010 | 0 | 11100 | 100100 | 110 | 1101 | 1001010 | 1001101 |
Color Harmonies of #F0AC9A
Complementary color
Monochromatic Colors of #F0AC9A
Black with #F0AC9A
Text Example
Text Example
White with #F0AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC9A; }
p { color: rgb(240,172,154); }
H1.HeaderClassName
{
color: #F0AC9A;
}
.AnyTagClassName
{
color: #F0AC9A;
}
</style>
background-color css
<style>
a { background-color: #F0AC9A; }
a { background-color: rgb(240,172,154); }
div.DivClassName
{
background-color: #F0AC9A;
}
.BgClassName
{
background-color: #F0AC9A;
}
</style>
border-color css
<style>
span { border-color: #F0AC9A; }
span { border-color: rgb(240,172,154); }
td.TdClassName
{
border-color: #F0AC9A;
}
.TagClassName
{
border-color: #F0AC9A;
}
</style>