Shades of Wax Flower #F1B6A6
Tints of Wax Flower #F1B6A6
RGB
CMYK
RGB Variations
Color information
#F1B6A6 (or 0xF1B6A6) is known color: Wax Flower. HEX triplet: F1, B6 and A6. RGB value is (241,182,166). Sum of RGB (Red+Green+Blue) = 241+182+166=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B6A6 is #0E4959. Grayscale: #C5C5C5. Windows color (decimal): -936282 or 10925809. OLE color: 10925809.
HSL color Cylindrical-coordinate representation of color #F1B6A6: hue angle of 12.8º 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 #F1B6A6 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 182 | 166 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.05 |
| HSL | 12.8º | 0.73% | 0.8% | - |
| HSV(B) | 12.8º | 0.31% | 0.95% | - |
| XYZ | 59.89 | 54.91 | 43.52 | - |
| YUV | 197.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 182 | 166 | 0 | 0.24 | 0.31 | 0.05 | 12.8 | 0.73 | 0.8 |
| Hex | F1 | B6 | A6 | 0 | 18 | 1F | 5 | D | 49 | 50 |
| Octal | 361 | 266 | 246 | 0 | 30 | 37 | 5 | 15 | 111 | 120 |
| Binary | 11110001 | 10110110 | 10100110 | 0 | 11000 | 11111 | 101 | 1101 | 1001001 | 1010000 |
Color Harmonies of #F1B6A6
Complementary color
Monochromatic Colors of #F1B6A6
Black with #F1B6A6
Text Example
Text Example
White with #F1B6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B6A6; }
p { color: rgb(241,182,166); }
H1.HeaderClassName
{
color: #F1B6A6;
}
.AnyTagClassName
{
color: #F1B6A6;
}
</style>
background-color css
<style>
a { background-color: #F1B6A6; }
a { background-color: rgb(241,182,166); }
div.DivClassName
{
background-color: #F1B6A6;
}
.BgClassName
{
background-color: #F1B6A6;
}
</style>
border-color css
<style>
span { border-color: #F1B6A6; }
span { border-color: rgb(241,182,166); }
td.TdClassName
{
border-color: #F1B6A6;
}
.TagClassName
{
border-color: #F1B6A6;
}
</style>