Shades of Wax Flower #F3B49D
Tints of Wax Flower #F3B49D
RGB
CMYK
RGB Variations
Color information
#F3B49D (or 0xF3B49D) is known color: Wax Flower. HEX triplet: F3, B4 and 9D. RGB value is (243,180,157). Sum of RGB (Red+Green+Blue) = 243+180+157=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B49D is #0C4B62. Grayscale: #C4C4C4. Windows color (decimal): -805731 or 10335475. OLE color: 10335475.
HSL color Cylindrical-coordinate representation of color #F3B49D: hue angle of 16.05º 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 #F3B49D is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 180 | 157 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.05 |
| HSL | 16.05º | 0.78% | 0.78% | - |
| HSV(B) | 16.05º | 0.35% | 0.95% | - |
| XYZ | 59.37 | 54.13 | 39.22 | - |
| YUV | 196.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 180 | 157 | 0 | 0.26 | 0.35 | 0.05 | 16.05 | 0.78 | 0.78 |
| Hex | F3 | B4 | 9D | 0 | 1A | 23 | 5 | 10 | 4E | 4E |
| Octal | 363 | 264 | 235 | 0 | 32 | 43 | 5 | 20 | 116 | 116 |
| Binary | 11110011 | 10110100 | 10011101 | 0 | 11010 | 100011 | 101 | 10000 | 1001110 | 1001110 |
Color Harmonies of #F3B49D
Complementary color
Monochromatic Colors of #F3B49D
Black with #F3B49D
Text Example
Text Example
White with #F3B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B49D; }
p { color: rgb(243,180,157); }
H1.HeaderClassName
{
color: #F3B49D;
}
.AnyTagClassName
{
color: #F3B49D;
}
</style>
background-color css
<style>
a { background-color: #F3B49D; }
a { background-color: rgb(243,180,157); }
div.DivClassName
{
background-color: #F3B49D;
}
.BgClassName
{
background-color: #F3B49D;
}
</style>
border-color css
<style>
span { border-color: #F3B49D; }
span { border-color: rgb(243,180,157); }
td.TdClassName
{
border-color: #F3B49D;
}
.TagClassName
{
border-color: #F3B49D;
}
</style>