Shades of Wax Flower #F1B6A7
Tints of Wax Flower #F1B6A7
RGB
CMYK
RGB Variations
Color information
#F1B6A7 (or 0xF1B6A7) is known color: Wax Flower. HEX triplet: F1, B6 and A7. RGB value is (241,182,167). Sum of RGB (Red+Green+Blue) = 241+182+167=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B6A7 is #0E4958. Grayscale: #C6C6C6. Windows color (decimal): -936281 or 10991345. OLE color: 10991345.
HSL color Cylindrical-coordinate representation of color #F1B6A7: hue angle of 12.16º 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 #F1B6A7 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 182 | 167 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.05 |
| HSL | 12.16º | 0.73% | 0.8% | - |
| HSV(B) | 12.16º | 0.31% | 0.95% | - |
| XYZ | 59.98 | 54.95 | 44 | - |
| YUV | 197.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 182 | 167 | 0 | 0.24 | 0.31 | 0.05 | 12.16 | 0.73 | 0.8 |
| Hex | F1 | B6 | A7 | 0 | 18 | 1F | 5 | C | 49 | 50 |
| Octal | 361 | 266 | 247 | 0 | 30 | 37 | 5 | 14 | 111 | 120 |
| Binary | 11110001 | 10110110 | 10100111 | 0 | 11000 | 11111 | 101 | 1100 | 1001001 | 1010000 |
Color Harmonies of #F1B6A7
Complementary color
Monochromatic Colors of #F1B6A7
Black with #F1B6A7
Text Example
Text Example
White with #F1B6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B6A7; }
p { color: rgb(241,182,167); }
H1.HeaderClassName
{
color: #F1B6A7;
}
.AnyTagClassName
{
color: #F1B6A7;
}
</style>
background-color css
<style>
a { background-color: #F1B6A7; }
a { background-color: rgb(241,182,167); }
div.DivClassName
{
background-color: #F1B6A7;
}
.BgClassName
{
background-color: #F1B6A7;
}
</style>
border-color css
<style>
span { border-color: #F1B6A7; }
span { border-color: rgb(241,182,167); }
td.TdClassName
{
border-color: #F1B6A7;
}
.TagClassName
{
border-color: #F1B6A7;
}
</style>