Shades of Wax Flower #F2AD9F
Tints of Wax Flower #F2AD9F
RGB
CMYK
RGB Variations
Color information
#F2AD9F (or 0xF2AD9F) is known color: Wax Flower. HEX triplet: F2, AD and 9F. RGB value is (242,173,159). Sum of RGB (Red+Green+Blue) = 242+173+159=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD9F is #0D5260. Grayscale: #C0C0C0. Windows color (decimal): -873057 or 10464754. OLE color: 10464754.
HSL color Cylindrical-coordinate representation of color #F2AD9F: hue angle of 10.12º 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 #F2AD9F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 159 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.05 |
| HSL | 10.12º | 0.76% | 0.79% | - |
| HSV(B) | 10.12º | 0.34% | 0.95% | - |
| XYZ | 57.82 | 51.27 | 39.65 | - |
| YUV | 192.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 159 | 0 | 0.29 | 0.34 | 0.05 | 10.12 | 0.76 | 0.79 |
| Hex | F2 | AD | 9F | 0 | 1D | 22 | 5 | A | 4C | 4F |
| Octal | 362 | 255 | 237 | 0 | 35 | 42 | 5 | 12 | 114 | 117 |
| Binary | 11110010 | 10101101 | 10011111 | 0 | 11101 | 100010 | 101 | 1010 | 1001100 | 1001111 |
Color Harmonies of #F2AD9F
Complementary color
Monochromatic Colors of #F2AD9F
Black with #F2AD9F
Text Example
Text Example
White with #F2AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD9F; }
p { color: rgb(242,173,159); }
H1.HeaderClassName
{
color: #F2AD9F;
}
.AnyTagClassName
{
color: #F2AD9F;
}
</style>
background-color css
<style>
a { background-color: #F2AD9F; }
a { background-color: rgb(242,173,159); }
div.DivClassName
{
background-color: #F2AD9F;
}
.BgClassName
{
background-color: #F2AD9F;
}
</style>
border-color css
<style>
span { border-color: #F2AD9F; }
span { border-color: rgb(242,173,159); }
td.TdClassName
{
border-color: #F2AD9F;
}
.TagClassName
{
border-color: #F2AD9F;
}
</style>