Shades of Wax Flower #F2B9A7
Tints of Wax Flower #F2B9A7
RGB
CMYK
RGB Variations
Color information
#F2B9A7 (or 0xF2B9A7) is known color: Wax Flower. HEX triplet: F2, B9 and A7. RGB value is (242,185,167). Sum of RGB (Red+Green+Blue) = 242+185+167=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B9A7 is #0D4658. Grayscale: #C8C8C8. Windows color (decimal): -869977 or 10992114. OLE color: 10992114.
HSL color Cylindrical-coordinate representation of color #F2B9A7: hue angle of 14.4º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2B9A7 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 167 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.05 |
| HSL | 14.4º | 0.74% | 0.8% | - |
| HSV(B) | 14.4º | 0.31% | 0.95% | - |
| XYZ | 60.94 | 56.37 | 44.23 | - |
| YUV | 199.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 167 | 0 | 0.24 | 0.31 | 0.05 | 14.4 | 0.74 | 0.8 |
| Hex | F2 | B9 | A7 | 0 | 18 | 1F | 5 | E | 4A | 50 |
| Octal | 362 | 271 | 247 | 0 | 30 | 37 | 5 | 16 | 112 | 120 |
| Binary | 11110010 | 10111001 | 10100111 | 0 | 11000 | 11111 | 101 | 1110 | 1001010 | 1010000 |
Color Harmonies of #F2B9A7
Complementary color
Monochromatic Colors of #F2B9A7
Black with #F2B9A7
Text Example
Text Example
White with #F2B9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9A7; }
p { color: rgb(242,185,167); }
H1.HeaderClassName
{
color: #F2B9A7;
}
.AnyTagClassName
{
color: #F2B9A7;
}
</style>
background-color css
<style>
a { background-color: #F2B9A7; }
a { background-color: rgb(242,185,167); }
div.DivClassName
{
background-color: #F2B9A7;
}
.BgClassName
{
background-color: #F2B9A7;
}
</style>
border-color css
<style>
span { border-color: #F2B9A7; }
span { border-color: rgb(242,185,167); }
td.TdClassName
{
border-color: #F2B9A7;
}
.TagClassName
{
border-color: #F2B9A7;
}
</style>