Shades of Wax Flower #F3B09B
Tints of Wax Flower #F3B09B
RGB
CMYK
RGB Variations
Color information
#F3B09B (or 0xF3B09B) is known color: Wax Flower. HEX triplet: F3, B0 and 9B. RGB value is (243,176,155). Sum of RGB (Red+Green+Blue) = 243+176+155=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B09B is #0C4F64. Grayscale: #C1C1C1. Windows color (decimal): -806757 or 10203379. OLE color: 10203379.
HSL color Cylindrical-coordinate representation of color #F3B09B: hue angle of 14.32º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F3B09B is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 155 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.05 |
| HSL | 14.32º | 0.79% | 0.78% | - |
| HSV(B) | 14.32º | 0.36% | 0.95% | - |
| XYZ | 58.4 | 52.47 | 38.06 | - |
| YUV | 193.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 155 | 0 | 0.28 | 0.36 | 0.05 | 14.32 | 0.79 | 0.78 |
| Hex | F3 | B0 | 9B | 0 | 1C | 24 | 5 | E | 4F | 4E |
| Octal | 363 | 260 | 233 | 0 | 34 | 44 | 5 | 16 | 117 | 116 |
| Binary | 11110011 | 10110000 | 10011011 | 0 | 11100 | 100100 | 101 | 1110 | 1001111 | 1001110 |
Color Harmonies of #F3B09B
Complementary color
Monochromatic Colors of #F3B09B
Black with #F3B09B
Text Example
Text Example
White with #F3B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B09B; }
p { color: rgb(243,176,155); }
H1.HeaderClassName
{
color: #F3B09B;
}
.AnyTagClassName
{
color: #F3B09B;
}
</style>
background-color css
<style>
a { background-color: #F3B09B; }
a { background-color: rgb(243,176,155); }
div.DivClassName
{
background-color: #F3B09B;
}
.BgClassName
{
background-color: #F3B09B;
}
</style>
border-color css
<style>
span { border-color: #F3B09B; }
span { border-color: rgb(243,176,155); }
td.TdClassName
{
border-color: #F3B09B;
}
.TagClassName
{
border-color: #F3B09B;
}
</style>