Shades of Wax Flower #F1AA9B
Tints of Wax Flower #F1AA9B
RGB
CMYK
RGB Variations
Color information
#F1AA9B (or 0xF1AA9B) is known color: Wax Flower. HEX triplet: F1, AA and 9B. RGB value is (241,170,155). Sum of RGB (Red+Green+Blue) = 241+170+155=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AA9B is #0E5564. Grayscale: #BDBDBD. Windows color (decimal): -939365 or 10201841. OLE color: 10201841.
HSL color Cylindrical-coordinate representation of color #F1AA9B: hue angle of 10.47º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1AA9B is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 155 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.05 |
| HSL | 10.47º | 0.75% | 0.78% | - |
| HSV(B) | 10.47º | 0.36% | 0.95% | - |
| XYZ | 56.57 | 49.82 | 37.64 | - |
| YUV | 189.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 155 | 0 | 0.29 | 0.36 | 0.05 | 10.47 | 0.75 | 0.78 |
| Hex | F1 | AA | 9B | 0 | 1D | 24 | 5 | A | 4B | 4E |
| Octal | 361 | 252 | 233 | 0 | 35 | 44 | 5 | 12 | 113 | 116 |
| Binary | 11110001 | 10101010 | 10011011 | 0 | 11101 | 100100 | 101 | 1010 | 1001011 | 1001110 |
Color Harmonies of #F1AA9B
Complementary color
Monochromatic Colors of #F1AA9B
Black with #F1AA9B
Text Example
Text Example
White with #F1AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AA9B; }
p { color: rgb(241,170,155); }
H1.HeaderClassName
{
color: #F1AA9B;
}
.AnyTagClassName
{
color: #F1AA9B;
}
</style>
background-color css
<style>
a { background-color: #F1AA9B; }
a { background-color: rgb(241,170,155); }
div.DivClassName
{
background-color: #F1AA9B;
}
.BgClassName
{
background-color: #F1AA9B;
}
</style>
border-color css
<style>
span { border-color: #F1AA9B; }
span { border-color: rgb(241,170,155); }
td.TdClassName
{
border-color: #F1AA9B;
}
.TagClassName
{
border-color: #F1AA9B;
}
</style>