Shades of Wax Flower #F1ADA0
Tints of Wax Flower #F1ADA0
RGB
CMYK
RGB Variations
Color information
#F1ADA0 (or 0xF1ADA0) is known color: Wax Flower. HEX triplet: F1, AD and A0. RGB value is (241,173,160). Sum of RGB (Red+Green+Blue) = 241+173+160=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ADA0 is #0E525F. Grayscale: #BFBFBF. Windows color (decimal): -938592 or 10530289. OLE color: 10530289.
HSL color Cylindrical-coordinate representation of color #F1ADA0: hue angle of 9.63º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1ADA0 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 160 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.05 |
| HSL | 9.63º | 0.74% | 0.79% | - |
| HSV(B) | 9.63º | 0.34% | 0.95% | - |
| XYZ | 57.56 | 51.13 | 40.09 | - |
| YUV | 191.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 160 | 0 | 0.28 | 0.34 | 0.05 | 9.63 | 0.74 | 0.79 |
| Hex | F1 | AD | A0 | 0 | 1C | 22 | 5 | A | 4A | 4F |
| Octal | 361 | 255 | 240 | 0 | 34 | 42 | 5 | 12 | 112 | 117 |
| Binary | 11110001 | 10101101 | 10100000 | 0 | 11100 | 100010 | 101 | 1010 | 1001010 | 1001111 |
Color Harmonies of #F1ADA0
Complementary color
Monochromatic Colors of #F1ADA0
Black with #F1ADA0
Text Example
Text Example
White with #F1ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADA0; }
p { color: rgb(241,173,160); }
H1.HeaderClassName
{
color: #F1ADA0;
}
.AnyTagClassName
{
color: #F1ADA0;
}
</style>
background-color css
<style>
a { background-color: #F1ADA0; }
a { background-color: rgb(241,173,160); }
div.DivClassName
{
background-color: #F1ADA0;
}
.BgClassName
{
background-color: #F1ADA0;
}
</style>
border-color css
<style>
span { border-color: #F1ADA0; }
span { border-color: rgb(241,173,160); }
td.TdClassName
{
border-color: #F1ADA0;
}
.TagClassName
{
border-color: #F1ADA0;
}
</style>