Shades of Wax Flower #F2BAA9
Tints of Wax Flower #F2BAA9
RGB
CMYK
RGB Variations
Color information
#F2BAA9 (or 0xF2BAA9) is known color: Wax Flower. HEX triplet: F2, BA and A9. RGB value is (242,186,169). Sum of RGB (Red+Green+Blue) = 242+186+169=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BAA9 is #0D4556. Grayscale: #C8C8C8. Windows color (decimal): -869719 or 11123442. OLE color: 11123442.
HSL color Cylindrical-coordinate representation of color #F2BAA9: hue angle of 13.97º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2BAA9 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 169 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.05 |
| HSL | 13.97º | 0.74% | 0.81% | - |
| HSV(B) | 13.97º | 0.3% | 0.95% | - |
| XYZ | 61.34 | 56.86 | 45.28 | - |
| YUV | 200.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 169 | 0 | 0.23 | 0.30 | 0.05 | 13.97 | 0.74 | 0.81 |
| Hex | F2 | BA | A9 | 0 | 17 | 1E | 5 | E | 4A | 51 |
| Octal | 362 | 272 | 251 | 0 | 27 | 36 | 5 | 16 | 112 | 121 |
| Binary | 11110010 | 10111010 | 10101001 | 0 | 10111 | 11110 | 101 | 1110 | 1001010 | 1010001 |
Color Harmonies of #F2BAA9
Complementary color
Monochromatic Colors of #F2BAA9
Black with #F2BAA9
Text Example
Text Example
White with #F2BAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAA9; }
p { color: rgb(242,186,169); }
H1.HeaderClassName
{
color: #F2BAA9;
}
.AnyTagClassName
{
color: #F2BAA9;
}
</style>
background-color css
<style>
a { background-color: #F2BAA9; }
a { background-color: rgb(242,186,169); }
div.DivClassName
{
background-color: #F2BAA9;
}
.BgClassName
{
background-color: #F2BAA9;
}
</style>
border-color css
<style>
span { border-color: #F2BAA9; }
span { border-color: rgb(242,186,169); }
td.TdClassName
{
border-color: #F2BAA9;
}
.TagClassName
{
border-color: #F2BAA9;
}
</style>