Shades of Wax Flower #F3B6A6
Tints of Wax Flower #F3B6A6
RGB
CMYK
RGB Variations
Color information
#F3B6A6 (or 0xF3B6A6) is known color: Wax Flower. HEX triplet: F3, B6 and A6. RGB value is (243,182,166). Sum of RGB (Red+Green+Blue) = 243+182+166=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B6A6 is #0C4959. Grayscale: #C6C6C6. Windows color (decimal): -805210 or 10925811. OLE color: 10925811.
HSL color Cylindrical-coordinate representation of color #F3B6A6: hue angle of 12.47º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3B6A6 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 182 | 166 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.05 |
| HSL | 12.47º | 0.76% | 0.8% | - |
| HSV(B) | 12.47º | 0.32% | 0.95% | - |
| XYZ | 60.57 | 55.26 | 43.55 | - |
| YUV | 198.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 182 | 166 | 0 | 0.25 | 0.32 | 0.05 | 12.47 | 0.76 | 0.8 |
| Hex | F3 | B6 | A6 | 0 | 19 | 20 | 5 | C | 4C | 50 |
| Octal | 363 | 266 | 246 | 0 | 31 | 40 | 5 | 14 | 114 | 120 |
| Binary | 11110011 | 10110110 | 10100110 | 0 | 11001 | 100000 | 101 | 1100 | 1001100 | 1010000 |
Color Harmonies of #F3B6A6
Complementary color
Monochromatic Colors of #F3B6A6
Black with #F3B6A6
Text Example
Text Example
White with #F3B6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B6A6; }
p { color: rgb(243,182,166); }
H1.HeaderClassName
{
color: #F3B6A6;
}
.AnyTagClassName
{
color: #F3B6A6;
}
</style>
background-color css
<style>
a { background-color: #F3B6A6; }
a { background-color: rgb(243,182,166); }
div.DivClassName
{
background-color: #F3B6A6;
}
.BgClassName
{
background-color: #F3B6A6;
}
</style>
border-color css
<style>
span { border-color: #F3B6A6; }
span { border-color: rgb(243,182,166); }
td.TdClassName
{
border-color: #F3B6A6;
}
.TagClassName
{
border-color: #F3B6A6;
}
</style>