Shades of Wax Flower #F3B3A3
Tints of Wax Flower #F3B3A3
RGB
CMYK
RGB Variations
Color information
#F3B3A3 (or 0xF3B3A3) is known color: Wax Flower. HEX triplet: F3, B3 and A3. RGB value is (243,179,163). Sum of RGB (Red+Green+Blue) = 243+179+163=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B3A3 is #0C4C5C. Grayscale: #C4C4C4. Windows color (decimal): -805981 or 10728435. OLE color: 10728435.
HSL color Cylindrical-coordinate representation of color #F3B3A3: hue angle of 12º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3B3A3 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 179 | 163 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.05 |
| HSL | 12º | 0.77% | 0.8% | - |
| HSV(B) | 12º | 0.33% | 0.95% | - |
| XYZ | 59.69 | 53.94 | 41.92 | - |
| YUV | 196.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 179 | 163 | 0 | 0.26 | 0.33 | 0.05 | 12 | 0.77 | 0.8 |
| Hex | F3 | B3 | A3 | 0 | 1A | 21 | 5 | C | 4D | 50 |
| Octal | 363 | 263 | 243 | 0 | 32 | 41 | 5 | 14 | 115 | 120 |
| Binary | 11110011 | 10110011 | 10100011 | 0 | 11010 | 100001 | 101 | 1100 | 1001101 | 1010000 |
Color Harmonies of #F3B3A3
Complementary color
Monochromatic Colors of #F3B3A3
Black with #F3B3A3
Text Example
Text Example
White with #F3B3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B3A3; }
p { color: rgb(243,179,163); }
H1.HeaderClassName
{
color: #F3B3A3;
}
.AnyTagClassName
{
color: #F3B3A3;
}
</style>
background-color css
<style>
a { background-color: #F3B3A3; }
a { background-color: rgb(243,179,163); }
div.DivClassName
{
background-color: #F3B3A3;
}
.BgClassName
{
background-color: #F3B3A3;
}
</style>
border-color css
<style>
span { border-color: #F3B3A3; }
span { border-color: rgb(243,179,163); }
td.TdClassName
{
border-color: #F3B3A3;
}
.TagClassName
{
border-color: #F3B3A3;
}
</style>