Shades of Wax Flower #F2ADA0
Tints of Wax Flower #F2ADA0
RGB
CMYK
RGB Variations
Color information
#F2ADA0 (or 0xF2ADA0) is known color: Wax Flower. HEX triplet: F2, AD and A0. RGB value is (242,173,160). Sum of RGB (Red+Green+Blue) = 242+173+160=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADA0 is #0D525F. Grayscale: #C0C0C0. Windows color (decimal): -873056 or 10530290. OLE color: 10530290.
HSL color Cylindrical-coordinate representation of color #F2ADA0: hue angle of 9.51º degrees, saturation: 0.76, 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 #F2ADA0 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 160 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.05 |
| HSL | 9.51º | 0.76% | 0.79% | - |
| HSV(B) | 9.51º | 0.34% | 0.95% | - |
| XYZ | 57.91 | 51.3 | 40.11 | - |
| YUV | 192.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 160 | 0 | 0.29 | 0.34 | 0.05 | 9.51 | 0.76 | 0.79 |
| Hex | F2 | AD | A0 | 0 | 1D | 22 | 5 | A | 4C | 4F |
| Octal | 362 | 255 | 240 | 0 | 35 | 42 | 5 | 12 | 114 | 117 |
| Binary | 11110010 | 10101101 | 10100000 | 0 | 11101 | 100010 | 101 | 1010 | 1001100 | 1001111 |
Color Harmonies of #F2ADA0
Complementary color
Monochromatic Colors of #F2ADA0
Black with #F2ADA0
Text Example
Text Example
White with #F2ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADA0; }
p { color: rgb(242,173,160); }
H1.HeaderClassName
{
color: #F2ADA0;
}
.AnyTagClassName
{
color: #F2ADA0;
}
</style>
background-color css
<style>
a { background-color: #F2ADA0; }
a { background-color: rgb(242,173,160); }
div.DivClassName
{
background-color: #F2ADA0;
}
.BgClassName
{
background-color: #F2ADA0;
}
</style>
border-color css
<style>
span { border-color: #F2ADA0; }
span { border-color: rgb(242,173,160); }
td.TdClassName
{
border-color: #F2ADA0;
}
.TagClassName
{
border-color: #F2ADA0;
}
</style>