Shades of Wax Flower #F1B09E
Tints of Wax Flower #F1B09E
RGB
CMYK
RGB Variations
Color information
#F1B09E (or 0xF1B09E) is known color: Wax Flower. HEX triplet: F1, B0 and 9E. RGB value is (241,176,158). Sum of RGB (Red+Green+Blue) = 241+176+158=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B09E is #0E4F61. Grayscale: #C1C1C1. Windows color (decimal): -937826 or 10399985. OLE color: 10399985.
HSL color Cylindrical-coordinate representation of color #F1B09E: hue angle of 13.01º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1B09E is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 158 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.05 |
| HSL | 13.01º | 0.75% | 0.78% | - |
| HSV(B) | 13.01º | 0.34% | 0.95% | - |
| XYZ | 57.97 | 52.22 | 39.37 | - |
| YUV | 193.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 158 | 0 | 0.27 | 0.34 | 0.05 | 13.01 | 0.75 | 0.78 |
| Hex | F1 | B0 | 9E | 0 | 1B | 22 | 5 | D | 4B | 4E |
| Octal | 361 | 260 | 236 | 0 | 33 | 42 | 5 | 15 | 113 | 116 |
| Binary | 11110001 | 10110000 | 10011110 | 0 | 11011 | 100010 | 101 | 1101 | 1001011 | 1001110 |
Color Harmonies of #F1B09E
Complementary color
Monochromatic Colors of #F1B09E
Black with #F1B09E
Text Example
Text Example
White with #F1B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B09E; }
p { color: rgb(241,176,158); }
H1.HeaderClassName
{
color: #F1B09E;
}
.AnyTagClassName
{
color: #F1B09E;
}
</style>
background-color css
<style>
a { background-color: #F1B09E; }
a { background-color: rgb(241,176,158); }
div.DivClassName
{
background-color: #F1B09E;
}
.BgClassName
{
background-color: #F1B09E;
}
</style>
border-color css
<style>
span { border-color: #F1B09E; }
span { border-color: rgb(241,176,158); }
td.TdClassName
{
border-color: #F1B09E;
}
.TagClassName
{
border-color: #F1B09E;
}
</style>