Shades of Wax Flower #F1B9A6
Tints of Wax Flower #F1B9A6
RGB
CMYK
RGB Variations
Color information
#F1B9A6 (or 0xF1B9A6) is known color: Wax Flower. HEX triplet: F1, B9 and A6. RGB value is (241,185,166). Sum of RGB (Red+Green+Blue) = 241+185+166=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B9A6 is #0E4659. Grayscale: #C7C7C7. Windows color (decimal): -935514 or 10926577. OLE color: 10926577.
HSL color Cylindrical-coordinate representation of color #F1B9A6: hue angle of 15.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1B9A6 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 166 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.05 |
| HSL | 15.2º | 0.73% | 0.8% | - |
| HSV(B) | 15.2º | 0.31% | 0.95% | - |
| XYZ | 60.51 | 56.15 | 43.73 | - |
| YUV | 199.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 166 | 0 | 0.23 | 0.31 | 0.05 | 15.2 | 0.73 | 0.8 |
| Hex | F1 | B9 | A6 | 0 | 17 | 1F | 5 | F | 49 | 50 |
| Octal | 361 | 271 | 246 | 0 | 27 | 37 | 5 | 17 | 111 | 120 |
| Binary | 11110001 | 10111001 | 10100110 | 0 | 10111 | 11111 | 101 | 1111 | 1001001 | 1010000 |
Color Harmonies of #F1B9A6
Complementary color
Monochromatic Colors of #F1B9A6
Black with #F1B9A6
Text Example
Text Example
White with #F1B9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9A6; }
p { color: rgb(241,185,166); }
H1.HeaderClassName
{
color: #F1B9A6;
}
.AnyTagClassName
{
color: #F1B9A6;
}
</style>
background-color css
<style>
a { background-color: #F1B9A6; }
a { background-color: rgb(241,185,166); }
div.DivClassName
{
background-color: #F1B9A6;
}
.BgClassName
{
background-color: #F1B9A6;
}
</style>
border-color css
<style>
span { border-color: #F1B9A6; }
span { border-color: rgb(241,185,166); }
td.TdClassName
{
border-color: #F1B9A6;
}
.TagClassName
{
border-color: #F1B9A6;
}
</style>