Shades of Wax Flower #F1AE98
Tints of Wax Flower #F1AE98
RGB
CMYK
RGB Variations
Color information
#F1AE98 (or 0xF1AE98) is known color: Wax Flower. HEX triplet: F1, AE and 98. RGB value is (241,174,152). Sum of RGB (Red+Green+Blue) = 241+174+152=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AE98 is #0E5167. Grayscale: #BFBFBF. Windows color (decimal): -938344 or 10006257. OLE color: 10006257.
HSL color Cylindrical-coordinate representation of color #F1AE98: hue angle of 14.83º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1AE98 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 152 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.05 |
| HSL | 14.83º | 0.76% | 0.77% | - |
| HSV(B) | 14.83º | 0.37% | 0.95% | - |
| XYZ | 57.08 | 51.24 | 36.59 | - |
| YUV | 191.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 152 | 0 | 0.28 | 0.37 | 0.05 | 14.83 | 0.76 | 0.77 |
| Hex | F1 | AE | 98 | 0 | 1C | 25 | 5 | F | 4C | 4D |
| Octal | 361 | 256 | 230 | 0 | 34 | 45 | 5 | 17 | 114 | 115 |
| Binary | 11110001 | 10101110 | 10011000 | 0 | 11100 | 100101 | 101 | 1111 | 1001100 | 1001101 |
Color Harmonies of #F1AE98
Complementary color
Monochromatic Colors of #F1AE98
Black with #F1AE98
Text Example
Text Example
White with #F1AE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AE98; }
p { color: rgb(241,174,152); }
H1.HeaderClassName
{
color: #F1AE98;
}
.AnyTagClassName
{
color: #F1AE98;
}
</style>
background-color css
<style>
a { background-color: #F1AE98; }
a { background-color: rgb(241,174,152); }
div.DivClassName
{
background-color: #F1AE98;
}
.BgClassName
{
background-color: #F1AE98;
}
</style>
border-color css
<style>
span { border-color: #F1AE98; }
span { border-color: rgb(241,174,152); }
td.TdClassName
{
border-color: #F1AE98;
}
.TagClassName
{
border-color: #F1AE98;
}
</style>