Shades of Wax Flower #F4AE9E
Tints of Wax Flower #F4AE9E
RGB
CMYK
RGB Variations
Color information
#F4AE9E (or 0xF4AE9E) is known color: Wax Flower. HEX triplet: F4, AE and 9E. RGB value is (244,174,158). Sum of RGB (Red+Green+Blue) = 244+174+158=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AE9E is #0B5161. Grayscale: #C1C1C1. Windows color (decimal): -741730 or 10399476. OLE color: 10399476.
HSL color Cylindrical-coordinate representation of color #F4AE9E: hue angle of 11.16º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F4AE9E is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 174 | 158 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.04 |
| HSL | 11.16º | 0.8% | 0.79% | - |
| HSV(B) | 11.16º | 0.35% | 0.96% | - |
| XYZ | 58.62 | 51.97 | 39.29 | - |
| YUV | 193.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 174 | 158 | 0 | 0.29 | 0.35 | 0.04 | 11.16 | 0.8 | 0.79 |
| Hex | F4 | AE | 9E | 0 | 1D | 23 | 4 | B | 50 | 4F |
| Octal | 364 | 256 | 236 | 0 | 35 | 43 | 4 | 13 | 120 | 117 |
| Binary | 11110100 | 10101110 | 10011110 | 0 | 11101 | 100011 | 100 | 1011 | 1010000 | 1001111 |
Color Harmonies of #F4AE9E
Complementary color
Monochromatic Colors of #F4AE9E
Black with #F4AE9E
Text Example
Text Example
White with #F4AE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AE9E; }
p { color: rgb(244,174,158); }
H1.HeaderClassName
{
color: #F4AE9E;
}
.AnyTagClassName
{
color: #F4AE9E;
}
</style>
background-color css
<style>
a { background-color: #F4AE9E; }
a { background-color: rgb(244,174,158); }
div.DivClassName
{
background-color: #F4AE9E;
}
.BgClassName
{
background-color: #F4AE9E;
}
</style>
border-color css
<style>
span { border-color: #F4AE9E; }
span { border-color: rgb(244,174,158); }
td.TdClassName
{
border-color: #F4AE9E;
}
.TagClassName
{
border-color: #F4AE9E;
}
</style>