Shades of Wax Flower #F1AE9E
Tints of Wax Flower #F1AE9E
RGB
CMYK
RGB Variations
Color information
#F1AE9E (or 0xF1AE9E) is known color: Wax Flower. HEX triplet: F1, AE and 9E. RGB value is (241,174,158). Sum of RGB (Red+Green+Blue) = 241+174+158=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AE9E is #0E5161. Grayscale: #C0C0C0. Windows color (decimal): -938338 or 10399473. OLE color: 10399473.
HSL color Cylindrical-coordinate representation of color #F1AE9E: hue angle of 11.57º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1AE9E is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 158 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.05 |
| HSL | 11.57º | 0.75% | 0.78% | - |
| HSV(B) | 11.57º | 0.34% | 0.95% | - |
| XYZ | 57.58 | 51.44 | 39.24 | - |
| YUV | 192.21 | 108.7 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 158 | 0 | 0.28 | 0.34 | 0.05 | 11.57 | 0.75 | 0.78 |
| Hex | F1 | AE | 9E | 0 | 1C | 22 | 5 | C | 4B | 4E |
| Octal | 361 | 256 | 236 | 0 | 34 | 42 | 5 | 14 | 113 | 116 |
| Binary | 11110001 | 10101110 | 10011110 | 0 | 11100 | 100010 | 101 | 1100 | 1001011 | 1001110 |
Color Harmonies of #F1AE9E
Complementary color
Monochromatic Colors of #F1AE9E
Black with #F1AE9E
Text Example
Text Example
White with #F1AE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AE9E; }
p { color: rgb(241,174,158); }
H1.HeaderClassName
{
color: #F1AE9E;
}
.AnyTagClassName
{
color: #F1AE9E;
}
</style>
background-color css
<style>
a { background-color: #F1AE9E; }
a { background-color: rgb(241,174,158); }
div.DivClassName
{
background-color: #F1AE9E;
}
.BgClassName
{
background-color: #F1AE9E;
}
</style>
border-color css
<style>
span { border-color: #F1AE9E; }
span { border-color: rgb(241,174,158); }
td.TdClassName
{
border-color: #F1AE9E;
}
.TagClassName
{
border-color: #F1AE9E;
}
</style>