Shades of Wax Flower #F3B29D
Tints of Wax Flower #F3B29D
RGB
CMYK
RGB Variations
Color information
#F3B29D (or 0xF3B29D) is known color: Wax Flower. HEX triplet: F3, B2 and 9D. RGB value is (243,178,157). Sum of RGB (Red+Green+Blue) = 243+178+157=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B29D is #0C4D62. Grayscale: #C3C3C3. Windows color (decimal): -806243 or 10334963. OLE color: 10334963.
HSL color Cylindrical-coordinate representation of color #F3B29D: hue angle of 14.65º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3B29D is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 178 | 157 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.05 |
| HSL | 14.65º | 0.78% | 0.78% | - |
| HSV(B) | 14.65º | 0.35% | 0.95% | - |
| XYZ | 58.97 | 53.33 | 39.08 | - |
| YUV | 195.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 178 | 157 | 0 | 0.27 | 0.35 | 0.05 | 14.65 | 0.78 | 0.78 |
| Hex | F3 | B2 | 9D | 0 | 1B | 23 | 5 | F | 4E | 4E |
| Octal | 363 | 262 | 235 | 0 | 33 | 43 | 5 | 17 | 116 | 116 |
| Binary | 11110011 | 10110010 | 10011101 | 0 | 11011 | 100011 | 101 | 1111 | 1001110 | 1001110 |
Color Harmonies of #F3B29D
Complementary color
Monochromatic Colors of #F3B29D
Black with #F3B29D
Text Example
Text Example
White with #F3B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B29D; }
p { color: rgb(243,178,157); }
H1.HeaderClassName
{
color: #F3B29D;
}
.AnyTagClassName
{
color: #F3B29D;
}
</style>
background-color css
<style>
a { background-color: #F3B29D; }
a { background-color: rgb(243,178,157); }
div.DivClassName
{
background-color: #F3B29D;
}
.BgClassName
{
background-color: #F3B29D;
}
</style>
border-color css
<style>
span { border-color: #F3B29D; }
span { border-color: rgb(243,178,157); }
td.TdClassName
{
border-color: #F3B29D;
}
.TagClassName
{
border-color: #F3B29D;
}
</style>