Shades of Wax Flower #F3ADA0
Tints of Wax Flower #F3ADA0
RGB
CMYK
RGB Variations
Color information
#F3ADA0 (or 0xF3ADA0) is known color: Wax Flower. HEX triplet: F3, AD and A0. RGB value is (243,173,160). Sum of RGB (Red+Green+Blue) = 243+173+160=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3ADA0 is #0C525F. Grayscale: #C0C0C0. Windows color (decimal): -807520 or 10530291. OLE color: 10530291.
HSL color Cylindrical-coordinate representation of color #F3ADA0: hue angle of 9.4º degrees, saturation: 0.78, 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 #F3ADA0 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 160 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.05 |
| HSL | 9.4º | 0.78% | 0.79% | - |
| HSV(B) | 9.4º | 0.34% | 0.95% | - |
| XYZ | 58.25 | 51.48 | 40.12 | - |
| YUV | 192.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 160 | 0 | 0.29 | 0.34 | 0.05 | 9.4 | 0.78 | 0.79 |
| Hex | F3 | AD | A0 | 0 | 1D | 22 | 5 | 9 | 4E | 4F |
| Octal | 363 | 255 | 240 | 0 | 35 | 42 | 5 | 11 | 116 | 117 |
| Binary | 11110011 | 10101101 | 10100000 | 0 | 11101 | 100010 | 101 | 1001 | 1001110 | 1001111 |
Color Harmonies of #F3ADA0
Complementary color
Monochromatic Colors of #F3ADA0
Black with #F3ADA0
Text Example
Text Example
White with #F3ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADA0; }
p { color: rgb(243,173,160); }
H1.HeaderClassName
{
color: #F3ADA0;
}
.AnyTagClassName
{
color: #F3ADA0;
}
</style>
background-color css
<style>
a { background-color: #F3ADA0; }
a { background-color: rgb(243,173,160); }
div.DivClassName
{
background-color: #F3ADA0;
}
.BgClassName
{
background-color: #F3ADA0;
}
</style>
border-color css
<style>
span { border-color: #F3ADA0; }
span { border-color: rgb(243,173,160); }
td.TdClassName
{
border-color: #F3ADA0;
}
.TagClassName
{
border-color: #F3ADA0;
}
</style>