Shades of Wax Flower #F1B6A3
Tints of Wax Flower #F1B6A3
RGB
CMYK
RGB Variations
Color information
#F1B6A3 (or 0xF1B6A3) is known color: Wax Flower. HEX triplet: F1, B6 and A3. RGB value is (241,182,163). Sum of RGB (Red+Green+Blue) = 241+182+163=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B6A3 is #0E495C. Grayscale: #C5C5C5. Windows color (decimal): -936285 or 10729201. OLE color: 10729201.
HSL color Cylindrical-coordinate representation of color #F1B6A3: hue angle of 14.62º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1B6A3 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 182 | 163 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.05 |
| HSL | 14.62º | 0.74% | 0.79% | - |
| HSV(B) | 14.62º | 0.32% | 0.95% | - |
| XYZ | 59.61 | 54.8 | 42.09 | - |
| YUV | 197.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 182 | 163 | 0 | 0.24 | 0.32 | 0.05 | 14.62 | 0.74 | 0.79 |
| Hex | F1 | B6 | A3 | 0 | 18 | 20 | 5 | F | 4A | 4F |
| Octal | 361 | 266 | 243 | 0 | 30 | 40 | 5 | 17 | 112 | 117 |
| Binary | 11110001 | 10110110 | 10100011 | 0 | 11000 | 100000 | 101 | 1111 | 1001010 | 1001111 |
Color Harmonies of #F1B6A3
Complementary color
Monochromatic Colors of #F1B6A3
Black with #F1B6A3
Text Example
Text Example
White with #F1B6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B6A3; }
p { color: rgb(241,182,163); }
H1.HeaderClassName
{
color: #F1B6A3;
}
.AnyTagClassName
{
color: #F1B6A3;
}
</style>
background-color css
<style>
a { background-color: #F1B6A3; }
a { background-color: rgb(241,182,163); }
div.DivClassName
{
background-color: #F1B6A3;
}
.BgClassName
{
background-color: #F1B6A3;
}
</style>
border-color css
<style>
span { border-color: #F1B6A3; }
span { border-color: rgb(241,182,163); }
td.TdClassName
{
border-color: #F1B6A3;
}
.TagClassName
{
border-color: #F1B6A3;
}
</style>