Shades of Wax Flower #F2AF99
Tints of Wax Flower #F2AF99
RGB
CMYK
RGB Variations
Color information
#F2AF99 (or 0xF2AF99) is known color: Wax Flower. HEX triplet: F2, AF and 99. RGB value is (242,175,153). Sum of RGB (Red+Green+Blue) = 242+175+153=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF99 is #0D5066. Grayscale: #C0C0C0. Windows color (decimal): -872551 or 10072050. OLE color: 10072050.
HSL color Cylindrical-coordinate representation of color #F2AF99: hue angle of 14.83º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2AF99 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 153 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.05 |
| HSL | 14.83º | 0.77% | 0.77% | - |
| HSV(B) | 14.83º | 0.37% | 0.95% | - |
| XYZ | 57.7 | 51.84 | 37.1 | - |
| YUV | 192.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 153 | 0 | 0.28 | 0.37 | 0.05 | 14.83 | 0.77 | 0.77 |
| Hex | F2 | AF | 99 | 0 | 1C | 25 | 5 | F | 4D | 4D |
| Octal | 362 | 257 | 231 | 0 | 34 | 45 | 5 | 17 | 115 | 115 |
| Binary | 11110010 | 10101111 | 10011001 | 0 | 11100 | 100101 | 101 | 1111 | 1001101 | 1001101 |
Color Harmonies of #F2AF99
Complementary color
Monochromatic Colors of #F2AF99
Black with #F2AF99
Text Example
Text Example
White with #F2AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF99; }
p { color: rgb(242,175,153); }
H1.HeaderClassName
{
color: #F2AF99;
}
.AnyTagClassName
{
color: #F2AF99;
}
</style>
background-color css
<style>
a { background-color: #F2AF99; }
a { background-color: rgb(242,175,153); }
div.DivClassName
{
background-color: #F2AF99;
}
.BgClassName
{
background-color: #F2AF99;
}
</style>
border-color css
<style>
span { border-color: #F2AF99; }
span { border-color: rgb(242,175,153); }
td.TdClassName
{
border-color: #F2AF99;
}
.TagClassName
{
border-color: #F2AF99;
}
</style>