Shades of Wax Flower #F0B59C
Tints of Wax Flower #F0B59C
RGB
CMYK
RGB Variations
Color information
#F0B59C (or 0xF0B59C) is known color: Wax Flower. HEX triplet: F0, B5 and 9C. RGB value is (240,181,156). Sum of RGB (Red+Green+Blue) = 240+181+156=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B59C is #0F4A63. Grayscale: #C3C3C3. Windows color (decimal): -1002084 or 10270192. OLE color: 10270192.
HSL color Cylindrical-coordinate representation of color #F0B59C: hue angle of 17.86º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0B59C is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 156 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.06 |
| HSL | 17.86º | 0.74% | 0.78% | - |
| HSV(B) | 17.86º | 0.35% | 0.94% | - |
| XYZ | 58.46 | 53.97 | 38.79 | - |
| YUV | 195.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 156 | 0 | 0.25 | 0.35 | 0.06 | 17.86 | 0.74 | 0.78 |
| Hex | F0 | B5 | 9C | 0 | 19 | 23 | 6 | 12 | 4A | 4E |
| Octal | 360 | 265 | 234 | 0 | 31 | 43 | 6 | 22 | 112 | 116 |
| Binary | 11110000 | 10110101 | 10011100 | 0 | 11001 | 100011 | 110 | 10010 | 1001010 | 1001110 |
Color Harmonies of #F0B59C
Complementary color
Monochromatic Colors of #F0B59C
Black with #F0B59C
Text Example
Text Example
White with #F0B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B59C; }
p { color: rgb(240,181,156); }
H1.HeaderClassName
{
color: #F0B59C;
}
.AnyTagClassName
{
color: #F0B59C;
}
</style>
background-color css
<style>
a { background-color: #F0B59C; }
a { background-color: rgb(240,181,156); }
div.DivClassName
{
background-color: #F0B59C;
}
.BgClassName
{
background-color: #F0B59C;
}
</style>
border-color css
<style>
span { border-color: #F0B59C; }
span { border-color: rgb(240,181,156); }
td.TdClassName
{
border-color: #F0B59C;
}
.TagClassName
{
border-color: #F0B59C;
}
</style>