Shades of Wax Flower #F4B29D
Tints of Wax Flower #F4B29D
RGB
CMYK
RGB Variations
Color information
#F4B29D (or 0xF4B29D) is known color: Wax Flower. HEX triplet: F4, B2 and 9D. RGB value is (244,178,157). Sum of RGB (Red+Green+Blue) = 244+178+157=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4B29D is #0B4D62. Grayscale: #C3C3C3. Windows color (decimal): -740707 or 10334964. OLE color: 10334964.
HSL color Cylindrical-coordinate representation of color #F4B29D: hue angle of 14.48º degrees, saturation: 0.8, 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 #F4B29D is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 178 | 157 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.04 |
| HSL | 14.48º | 0.8% | 0.79% | - |
| HSV(B) | 14.48º | 0.36% | 0.96% | - |
| XYZ | 59.31 | 53.51 | 39.1 | - |
| YUV | 195.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 178 | 157 | 0 | 0.27 | 0.36 | 0.04 | 14.48 | 0.8 | 0.79 |
| Hex | F4 | B2 | 9D | 0 | 1B | 24 | 4 | E | 50 | 4F |
| Octal | 364 | 262 | 235 | 0 | 33 | 44 | 4 | 16 | 120 | 117 |
| Binary | 11110100 | 10110010 | 10011101 | 0 | 11011 | 100100 | 100 | 1110 | 1010000 | 1001111 |
Color Harmonies of #F4B29D
Complementary color
Monochromatic Colors of #F4B29D
Black with #F4B29D
Text Example
Text Example
White with #F4B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B29D; }
p { color: rgb(244,178,157); }
H1.HeaderClassName
{
color: #F4B29D;
}
.AnyTagClassName
{
color: #F4B29D;
}
</style>
background-color css
<style>
a { background-color: #F4B29D; }
a { background-color: rgb(244,178,157); }
div.DivClassName
{
background-color: #F4B29D;
}
.BgClassName
{
background-color: #F4B29D;
}
</style>
border-color css
<style>
span { border-color: #F4B29D; }
span { border-color: rgb(244,178,157); }
td.TdClassName
{
border-color: #F4B29D;
}
.TagClassName
{
border-color: #F4B29D;
}
</style>