Shades of Wax Flower #F2B59C
Tints of Wax Flower #F2B59C
RGB
CMYK
RGB Variations
Color information
#F2B59C (or 0xF2B59C) is known color: Wax Flower. HEX triplet: F2, B5 and 9C. RGB value is (242,181,156). Sum of RGB (Red+Green+Blue) = 242+181+156=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B59C is #0D4A63. Grayscale: #C4C4C4. Windows color (decimal): -871012 or 10270194. OLE color: 10270194.
HSL color Cylindrical-coordinate representation of color #F2B59C: hue angle of 17.44º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2B59C is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 156 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.05 |
| HSL | 17.44º | 0.77% | 0.78% | - |
| HSV(B) | 17.44º | 0.36% | 0.95% | - |
| XYZ | 59.14 | 54.33 | 38.82 | - |
| YUV | 196.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 156 | 0 | 0.25 | 0.36 | 0.05 | 17.44 | 0.77 | 0.78 |
| Hex | F2 | B5 | 9C | 0 | 19 | 24 | 5 | 11 | 4D | 4E |
| Octal | 362 | 265 | 234 | 0 | 31 | 44 | 5 | 21 | 115 | 116 |
| Binary | 11110010 | 10110101 | 10011100 | 0 | 11001 | 100100 | 101 | 10001 | 1001101 | 1001110 |
Color Harmonies of #F2B59C
Complementary color
Monochromatic Colors of #F2B59C
Black with #F2B59C
Text Example
Text Example
White with #F2B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B59C; }
p { color: rgb(242,181,156); }
H1.HeaderClassName
{
color: #F2B59C;
}
.AnyTagClassName
{
color: #F2B59C;
}
</style>
background-color css
<style>
a { background-color: #F2B59C; }
a { background-color: rgb(242,181,156); }
div.DivClassName
{
background-color: #F2B59C;
}
.BgClassName
{
background-color: #F2B59C;
}
</style>
border-color css
<style>
span { border-color: #F2B59C; }
span { border-color: rgb(242,181,156); }
td.TdClassName
{
border-color: #F2B59C;
}
.TagClassName
{
border-color: #F2B59C;
}
</style>