Shades of Wax Flower #F3B29E
Tints of Wax Flower #F3B29E
RGB
CMYK
RGB Variations
Color information
#F3B29E (or 0xF3B29E) is known color: Wax Flower. HEX triplet: F3, B2 and 9E. RGB value is (243,178,158). Sum of RGB (Red+Green+Blue) = 243+178+158=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B29E is #0C4D61. Grayscale: #C3C3C3. Windows color (decimal): -806242 or 10400499. OLE color: 10400499.
HSL color Cylindrical-coordinate representation of color #F3B29E: hue angle of 14.12º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3B29E is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 178 | 158 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.05 |
| HSL | 14.12º | 0.78% | 0.79% | - |
| HSV(B) | 14.12º | 0.35% | 0.95% | - |
| XYZ | 59.05 | 53.36 | 39.54 | - |
| YUV | 195.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 178 | 158 | 0 | 0.27 | 0.35 | 0.05 | 14.12 | 0.78 | 0.79 |
| Hex | F3 | B2 | 9E | 0 | 1B | 23 | 5 | E | 4E | 4F |
| Octal | 363 | 262 | 236 | 0 | 33 | 43 | 5 | 16 | 116 | 117 |
| Binary | 11110011 | 10110010 | 10011110 | 0 | 11011 | 100011 | 101 | 1110 | 1001110 | 1001111 |
Color Harmonies of #F3B29E
Complementary color
Monochromatic Colors of #F3B29E
Black with #F3B29E
Text Example
Text Example
White with #F3B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B29E; }
p { color: rgb(243,178,158); }
H1.HeaderClassName
{
color: #F3B29E;
}
.AnyTagClassName
{
color: #F3B29E;
}
</style>
background-color css
<style>
a { background-color: #F3B29E; }
a { background-color: rgb(243,178,158); }
div.DivClassName
{
background-color: #F3B29E;
}
.BgClassName
{
background-color: #F3B29E;
}
</style>
border-color css
<style>
span { border-color: #F3B29E; }
span { border-color: rgb(243,178,158); }
td.TdClassName
{
border-color: #F3B29E;
}
.TagClassName
{
border-color: #F3B29E;
}
</style>