Shades of Wax Flower #F3B09D
Tints of Wax Flower #F3B09D
RGB
CMYK
RGB Variations
Color information
#F3B09D (or 0xF3B09D) is known color: Wax Flower. HEX triplet: F3, B0 and 9D. RGB value is (243,176,157). Sum of RGB (Red+Green+Blue) = 243+176+157=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B09D is #0C4F62. Grayscale: #C2C2C2. Windows color (decimal): -806755 or 10334451. OLE color: 10334451.
HSL color Cylindrical-coordinate representation of color #F3B09D: hue angle of 13.26º 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 #F3B09D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 157 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.05 |
| HSL | 13.26º | 0.78% | 0.78% | - |
| HSV(B) | 13.26º | 0.35% | 0.95% | - |
| XYZ | 58.57 | 52.54 | 38.95 | - |
| YUV | 193.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 157 | 0 | 0.28 | 0.35 | 0.05 | 13.26 | 0.78 | 0.78 |
| Hex | F3 | B0 | 9D | 0 | 1C | 23 | 5 | D | 4E | 4E |
| Octal | 363 | 260 | 235 | 0 | 34 | 43 | 5 | 15 | 116 | 116 |
| Binary | 11110011 | 10110000 | 10011101 | 0 | 11100 | 100011 | 101 | 1101 | 1001110 | 1001110 |
Color Harmonies of #F3B09D
Complementary color
Monochromatic Colors of #F3B09D
Black with #F3B09D
Text Example
Text Example
White with #F3B09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B09D; }
p { color: rgb(243,176,157); }
H1.HeaderClassName
{
color: #F3B09D;
}
.AnyTagClassName
{
color: #F3B09D;
}
</style>
background-color css
<style>
a { background-color: #F3B09D; }
a { background-color: rgb(243,176,157); }
div.DivClassName
{
background-color: #F3B09D;
}
.BgClassName
{
background-color: #F3B09D;
}
</style>
border-color css
<style>
span { border-color: #F3B09D; }
span { border-color: rgb(243,176,157); }
td.TdClassName
{
border-color: #F3B09D;
}
.TagClassName
{
border-color: #F3B09D;
}
</style>