Shades of Wax Flower #F1AA98
Tints of Wax Flower #F1AA98
RGB
CMYK
RGB Variations
Color information
#F1AA98 (or 0xF1AA98) is known color: Wax Flower. HEX triplet: F1, AA and 98. RGB value is (241,170,152). Sum of RGB (Red+Green+Blue) = 241+170+152=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AA98 is #0E5567. Grayscale: #BDBDBD. Windows color (decimal): -939368 or 10005233. OLE color: 10005233.
HSL color Cylindrical-coordinate representation of color #F1AA98: hue angle of 12.13º 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 #F1AA98 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 152 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.05 |
| HSL | 12.13º | 0.76% | 0.77% | - |
| HSV(B) | 12.13º | 0.37% | 0.95% | - |
| XYZ | 56.32 | 49.72 | 36.33 | - |
| YUV | 189.18 | 107.02 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 152 | 0 | 0.29 | 0.37 | 0.05 | 12.13 | 0.76 | 0.77 |
| Hex | F1 | AA | 98 | 0 | 1D | 25 | 5 | C | 4C | 4D |
| Octal | 361 | 252 | 230 | 0 | 35 | 45 | 5 | 14 | 114 | 115 |
| Binary | 11110001 | 10101010 | 10011000 | 0 | 11101 | 100101 | 101 | 1100 | 1001100 | 1001101 |
Color Harmonies of #F1AA98
Complementary color
Monochromatic Colors of #F1AA98
Black with #F1AA98
Text Example
Text Example
White with #F1AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AA98; }
p { color: rgb(241,170,152); }
H1.HeaderClassName
{
color: #F1AA98;
}
.AnyTagClassName
{
color: #F1AA98;
}
</style>
background-color css
<style>
a { background-color: #F1AA98; }
a { background-color: rgb(241,170,152); }
div.DivClassName
{
background-color: #F1AA98;
}
.BgClassName
{
background-color: #F1AA98;
}
</style>
border-color css
<style>
span { border-color: #F1AA98; }
span { border-color: rgb(241,170,152); }
td.TdClassName
{
border-color: #F1AA98;
}
.TagClassName
{
border-color: #F1AA98;
}
</style>