Shades of Wax Flower #F0B29B
Tints of Wax Flower #F0B29B
RGB
CMYK
RGB Variations
Color information
#F0B29B (or 0xF0B29B) is known color: Wax Flower. HEX triplet: F0, B2 and 9B. RGB value is (240,178,155). Sum of RGB (Red+Green+Blue) = 240+178+155=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B29B is #0F4D64. Grayscale: #C2C2C2. Windows color (decimal): -1002853 or 10203888. OLE color: 10203888.
HSL color Cylindrical-coordinate representation of color #F0B29B: hue angle of 16.24º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0B29B is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 155 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.06 |
| HSL | 16.24º | 0.74% | 0.77% | - |
| HSV(B) | 16.24º | 0.35% | 0.94% | - |
| XYZ | 57.77 | 52.73 | 38.14 | - |
| YUV | 193.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 155 | 0 | 0.26 | 0.35 | 0.06 | 16.24 | 0.74 | 0.77 |
| Hex | F0 | B2 | 9B | 0 | 1A | 23 | 6 | 10 | 4A | 4D |
| Octal | 360 | 262 | 233 | 0 | 32 | 43 | 6 | 20 | 112 | 115 |
| Binary | 11110000 | 10110010 | 10011011 | 0 | 11010 | 100011 | 110 | 10000 | 1001010 | 1001101 |
Color Harmonies of #F0B29B
Complementary color
Monochromatic Colors of #F0B29B
Black with #F0B29B
Text Example
Text Example
White with #F0B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B29B; }
p { color: rgb(240,178,155); }
H1.HeaderClassName
{
color: #F0B29B;
}
.AnyTagClassName
{
color: #F0B29B;
}
</style>
background-color css
<style>
a { background-color: #F0B29B; }
a { background-color: rgb(240,178,155); }
div.DivClassName
{
background-color: #F0B29B;
}
.BgClassName
{
background-color: #F0B29B;
}
</style>
border-color css
<style>
span { border-color: #F0B29B; }
span { border-color: rgb(240,178,155); }
td.TdClassName
{
border-color: #F0B29B;
}
.TagClassName
{
border-color: #F0B29B;
}
</style>