Shades of Wax Flower #F2AF9D
Tints of Wax Flower #F2AF9D
RGB
CMYK
RGB Variations
Color information
#F2AF9D (or 0xF2AF9D) is known color: Wax Flower. HEX triplet: F2, AF and 9D. RGB value is (242,175,157). Sum of RGB (Red+Green+Blue) = 242+175+157=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF9D is #0D5062. Grayscale: #C1C1C1. Windows color (decimal): -872547 or 10334194. OLE color: 10334194.
HSL color Cylindrical-coordinate representation of color #F2AF9D: hue angle of 12.71º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2AF9D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 157 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.05 |
| HSL | 12.71º | 0.77% | 0.78% | - |
| HSV(B) | 12.71º | 0.35% | 0.95% | - |
| XYZ | 58.03 | 51.97 | 38.87 | - |
| YUV | 192.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 157 | 0 | 0.28 | 0.35 | 0.05 | 12.71 | 0.77 | 0.78 |
| Hex | F2 | AF | 9D | 0 | 1C | 23 | 5 | D | 4D | 4E |
| Octal | 362 | 257 | 235 | 0 | 34 | 43 | 5 | 15 | 115 | 116 |
| Binary | 11110010 | 10101111 | 10011101 | 0 | 11100 | 100011 | 101 | 1101 | 1001101 | 1001110 |
Color Harmonies of #F2AF9D
Complementary color
Monochromatic Colors of #F2AF9D
Black with #F2AF9D
Text Example
Text Example
White with #F2AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF9D; }
p { color: rgb(242,175,157); }
H1.HeaderClassName
{
color: #F2AF9D;
}
.AnyTagClassName
{
color: #F2AF9D;
}
</style>
background-color css
<style>
a { background-color: #F2AF9D; }
a { background-color: rgb(242,175,157); }
div.DivClassName
{
background-color: #F2AF9D;
}
.BgClassName
{
background-color: #F2AF9D;
}
</style>
border-color css
<style>
span { border-color: #F2AF9D; }
span { border-color: rgb(242,175,157); }
td.TdClassName
{
border-color: #F2AF9D;
}
.TagClassName
{
border-color: #F2AF9D;
}
</style>