Shades of Wax Flower #F4B39D
Tints of Wax Flower #F4B39D
RGB
CMYK
RGB Variations
Color information
#F4B39D (or 0xF4B39D) is known color: Wax Flower. HEX triplet: F4, B3 and 9D. RGB value is (244,179,157). Sum of RGB (Red+Green+Blue) = 244+179+157=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4B39D is #0B4C62. Grayscale: #C4C4C4. Windows color (decimal): -740451 or 10335220. OLE color: 10335220.
HSL color Cylindrical-coordinate representation of color #F4B39D: hue angle of 15.17º 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 #F4B39D is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 157 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.04 |
| HSL | 15.17º | 0.8% | 0.79% | - |
| HSV(B) | 15.17º | 0.36% | 0.96% | - |
| XYZ | 59.51 | 53.91 | 39.17 | - |
| YUV | 195.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 157 | 0 | 0.27 | 0.36 | 0.04 | 15.17 | 0.8 | 0.79 |
| Hex | F4 | B3 | 9D | 0 | 1B | 24 | 4 | F | 50 | 4F |
| Octal | 364 | 263 | 235 | 0 | 33 | 44 | 4 | 17 | 120 | 117 |
| Binary | 11110100 | 10110011 | 10011101 | 0 | 11011 | 100100 | 100 | 1111 | 1010000 | 1001111 |
Color Harmonies of #F4B39D
Complementary color
Monochromatic Colors of #F4B39D
Black with #F4B39D
Text Example
Text Example
White with #F4B39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B39D; }
p { color: rgb(244,179,157); }
H1.HeaderClassName
{
color: #F4B39D;
}
.AnyTagClassName
{
color: #F4B39D;
}
</style>
background-color css
<style>
a { background-color: #F4B39D; }
a { background-color: rgb(244,179,157); }
div.DivClassName
{
background-color: #F4B39D;
}
.BgClassName
{
background-color: #F4B39D;
}
</style>
border-color css
<style>
span { border-color: #F4B39D; }
span { border-color: rgb(244,179,157); }
td.TdClassName
{
border-color: #F4B39D;
}
.TagClassName
{
border-color: #F4B39D;
}
</style>