Shades of Wax Flower #F3B39B
Tints of Wax Flower #F3B39B
RGB
CMYK
RGB Variations
Color information
#F3B39B (or 0xF3B39B) is known color: Wax Flower. HEX triplet: F3, B3 and 9B. RGB value is (243,179,155). Sum of RGB (Red+Green+Blue) = 243+179+155=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B39B is #0C4C64. Grayscale: #C3C3C3. Windows color (decimal): -805989 or 10204147. OLE color: 10204147.
HSL color Cylindrical-coordinate representation of color #F3B39B: hue angle of 16.36º 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 #F3B39B is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 179 | 155 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.05 |
| HSL | 16.36º | 0.79% | 0.78% | - |
| HSV(B) | 16.36º | 0.36% | 0.95% | - |
| XYZ | 59 | 53.66 | 38.26 | - |
| YUV | 195.4 | 105.2 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 179 | 155 | 0 | 0.26 | 0.36 | 0.05 | 16.36 | 0.79 | 0.78 |
| Hex | F3 | B3 | 9B | 0 | 1A | 24 | 5 | 10 | 4F | 4E |
| Octal | 363 | 263 | 233 | 0 | 32 | 44 | 5 | 20 | 117 | 116 |
| Binary | 11110011 | 10110011 | 10011011 | 0 | 11010 | 100100 | 101 | 10000 | 1001111 | 1001110 |
Color Harmonies of #F3B39B
Complementary color
Monochromatic Colors of #F3B39B
Black with #F3B39B
Text Example
Text Example
White with #F3B39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B39B; }
p { color: rgb(243,179,155); }
H1.HeaderClassName
{
color: #F3B39B;
}
.AnyTagClassName
{
color: #F3B39B;
}
</style>
background-color css
<style>
a { background-color: #F3B39B; }
a { background-color: rgb(243,179,155); }
div.DivClassName
{
background-color: #F3B39B;
}
.BgClassName
{
background-color: #F3B39B;
}
</style>
border-color css
<style>
span { border-color: #F3B39B; }
span { border-color: rgb(243,179,155); }
td.TdClassName
{
border-color: #F3B39B;
}
.TagClassName
{
border-color: #F3B39B;
}
</style>