Shades of Wax Flower #F1AE9D
Tints of Wax Flower #F1AE9D
RGB
CMYK
RGB Variations
Color information
#F1AE9D (or 0xF1AE9D) is known color: Wax Flower. HEX triplet: F1, AE and 9D. RGB value is (241,174,157). Sum of RGB (Red+Green+Blue) = 241+174+157=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AE9D is #0E5162. Grayscale: #C0C0C0. Windows color (decimal): -938339 or 10333937. OLE color: 10333937.
HSL color Cylindrical-coordinate representation of color #F1AE9D: hue angle of 12.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1AE9D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 157 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.05 |
| HSL | 12.14º | 0.75% | 0.78% | - |
| HSV(B) | 12.14º | 0.35% | 0.95% | - |
| XYZ | 57.5 | 51.41 | 38.79 | - |
| YUV | 192.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 157 | 0 | 0.28 | 0.35 | 0.05 | 12.14 | 0.75 | 0.78 |
| Hex | F1 | AE | 9D | 0 | 1C | 23 | 5 | C | 4B | 4E |
| Octal | 361 | 256 | 235 | 0 | 34 | 43 | 5 | 14 | 113 | 116 |
| Binary | 11110001 | 10101110 | 10011101 | 0 | 11100 | 100011 | 101 | 1100 | 1001011 | 1001110 |
Color Harmonies of #F1AE9D
Complementary color
Monochromatic Colors of #F1AE9D
Black with #F1AE9D
Text Example
Text Example
White with #F1AE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AE9D; }
p { color: rgb(241,174,157); }
H1.HeaderClassName
{
color: #F1AE9D;
}
.AnyTagClassName
{
color: #F1AE9D;
}
</style>
background-color css
<style>
a { background-color: #F1AE9D; }
a { background-color: rgb(241,174,157); }
div.DivClassName
{
background-color: #F1AE9D;
}
.BgClassName
{
background-color: #F1AE9D;
}
</style>
border-color css
<style>
span { border-color: #F1AE9D; }
span { border-color: rgb(241,174,157); }
td.TdClassName
{
border-color: #F1AE9D;
}
.TagClassName
{
border-color: #F1AE9D;
}
</style>