Shades of Wax Flower #F1B09A
Tints of Wax Flower #F1B09A
RGB
CMYK
RGB Variations
Color information
#F1B09A (or 0xF1B09A) is known color: Wax Flower. HEX triplet: F1, B0 and 9A. RGB value is (241,176,154). Sum of RGB (Red+Green+Blue) = 241+176+154=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B09A is #0E4F65. Grayscale: #C1C1C1. Windows color (decimal): -937830 or 10137841. OLE color: 10137841.
HSL color Cylindrical-coordinate representation of color #F1B09A: hue angle of 15.17º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1B09A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 154 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.05 |
| HSL | 15.17º | 0.76% | 0.77% | - |
| HSV(B) | 15.17º | 0.36% | 0.95% | - |
| XYZ | 57.63 | 52.08 | 37.59 | - |
| YUV | 192.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 154 | 0 | 0.27 | 0.36 | 0.05 | 15.17 | 0.76 | 0.77 |
| Hex | F1 | B0 | 9A | 0 | 1B | 24 | 5 | F | 4C | 4D |
| Octal | 361 | 260 | 232 | 0 | 33 | 44 | 5 | 17 | 114 | 115 |
| Binary | 11110001 | 10110000 | 10011010 | 0 | 11011 | 100100 | 101 | 1111 | 1001100 | 1001101 |
Color Harmonies of #F1B09A
Complementary color
Monochromatic Colors of #F1B09A
Black with #F1B09A
Text Example
Text Example
White with #F1B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B09A; }
p { color: rgb(241,176,154); }
H1.HeaderClassName
{
color: #F1B09A;
}
.AnyTagClassName
{
color: #F1B09A;
}
</style>
background-color css
<style>
a { background-color: #F1B09A; }
a { background-color: rgb(241,176,154); }
div.DivClassName
{
background-color: #F1B09A;
}
.BgClassName
{
background-color: #F1B09A;
}
</style>
border-color css
<style>
span { border-color: #F1B09A; }
span { border-color: rgb(241,176,154); }
td.TdClassName
{
border-color: #F1B09A;
}
.TagClassName
{
border-color: #F1B09A;
}
</style>