Shades of Wax Flower #F5B29D
Tints of Wax Flower #F5B29D
RGB
CMYK
RGB Variations
Color information
#F5B29D (or 0xF5B29D) is known color: Wax Flower. HEX triplet: F5, B2 and 9D. RGB value is (245,178,157). Sum of RGB (Red+Green+Blue) = 245+178+157=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B29D is #0A4D62. Grayscale: #C3C3C3. Windows color (decimal): -675171 or 10334965. OLE color: 10334965.
HSL color Cylindrical-coordinate representation of color #F5B29D: hue angle of 14.32º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5B29D is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 178 | 157 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.04 |
| HSL | 14.32º | 0.81% | 0.79% | - |
| HSV(B) | 14.32º | 0.36% | 0.96% | - |
| XYZ | 59.66 | 53.69 | 39.12 | - |
| YUV | 195.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 178 | 157 | 0 | 0.27 | 0.36 | 0.04 | 14.32 | 0.81 | 0.79 |
| Hex | F5 | B2 | 9D | 0 | 1B | 24 | 4 | E | 51 | 4F |
| Octal | 365 | 262 | 235 | 0 | 33 | 44 | 4 | 16 | 121 | 117 |
| Binary | 11110101 | 10110010 | 10011101 | 0 | 11011 | 100100 | 100 | 1110 | 1010001 | 1001111 |
Color Harmonies of #F5B29D
Complementary color
Monochromatic Colors of #F5B29D
Black with #F5B29D
Text Example
Text Example
White with #F5B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B29D; }
p { color: rgb(245,178,157); }
H1.HeaderClassName
{
color: #F5B29D;
}
.AnyTagClassName
{
color: #F5B29D;
}
</style>
background-color css
<style>
a { background-color: #F5B29D; }
a { background-color: rgb(245,178,157); }
div.DivClassName
{
background-color: #F5B29D;
}
.BgClassName
{
background-color: #F5B29D;
}
</style>
border-color css
<style>
span { border-color: #F5B29D; }
span { border-color: rgb(245,178,157); }
td.TdClassName
{
border-color: #F5B29D;
}
.TagClassName
{
border-color: #F5B29D;
}
</style>