Shades of Wax Flower #F0B29C
Tints of Wax Flower #F0B29C
RGB
CMYK
RGB Variations
Color information
#F0B29C (or 0xF0B29C) is known color: Wax Flower. HEX triplet: F0, B2 and 9C. RGB value is (240,178,156). Sum of RGB (Red+Green+Blue) = 240+178+156=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B29C is #0F4D63. Grayscale: #C2C2C2. Windows color (decimal): -1002852 or 10269424. OLE color: 10269424.
HSL color Cylindrical-coordinate representation of color #F0B29C: hue angle of 15.71º 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 #F0B29C is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 156 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.06 |
| HSL | 15.71º | 0.74% | 0.78% | - |
| HSV(B) | 15.71º | 0.35% | 0.94% | - |
| XYZ | 57.86 | 52.77 | 38.59 | - |
| YUV | 194.03 | 106.54 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 156 | 0 | 0.26 | 0.35 | 0.06 | 15.71 | 0.74 | 0.78 |
| Hex | F0 | B2 | 9C | 0 | 1A | 23 | 6 | 10 | 4A | 4E |
| Octal | 360 | 262 | 234 | 0 | 32 | 43 | 6 | 20 | 112 | 116 |
| Binary | 11110000 | 10110010 | 10011100 | 0 | 11010 | 100011 | 110 | 10000 | 1001010 | 1001110 |
Color Harmonies of #F0B29C
Complementary color
Monochromatic Colors of #F0B29C
Black with #F0B29C
Text Example
Text Example
White with #F0B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B29C; }
p { color: rgb(240,178,156); }
H1.HeaderClassName
{
color: #F0B29C;
}
.AnyTagClassName
{
color: #F0B29C;
}
</style>
background-color css
<style>
a { background-color: #F0B29C; }
a { background-color: rgb(240,178,156); }
div.DivClassName
{
background-color: #F0B29C;
}
.BgClassName
{
background-color: #F0B29C;
}
</style>
border-color css
<style>
span { border-color: #F0B29C; }
span { border-color: rgb(240,178,156); }
td.TdClassName
{
border-color: #F0B29C;
}
.TagClassName
{
border-color: #F0B29C;
}
</style>