Shades of Wax Flower #F3AE9D
Tints of Wax Flower #F3AE9D
RGB
CMYK
RGB Variations
Color information
#F3AE9D (or 0xF3AE9D) is known color: Wax Flower. HEX triplet: F3, AE and 9D. RGB value is (243,174,157). Sum of RGB (Red+Green+Blue) = 243+174+157=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AE9D is #0C5162. Grayscale: #C0C0C0. Windows color (decimal): -807267 or 10333939. OLE color: 10333939.
HSL color Cylindrical-coordinate representation of color #F3AE9D: hue angle of 11.86º 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 #F3AE9D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 174 | 157 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.05 |
| HSL | 11.86º | 0.78% | 0.78% | - |
| HSV(B) | 11.86º | 0.35% | 0.95% | - |
| XYZ | 58.18 | 51.76 | 38.82 | - |
| YUV | 192.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 174 | 157 | 0 | 0.28 | 0.35 | 0.05 | 11.86 | 0.78 | 0.78 |
| Hex | F3 | AE | 9D | 0 | 1C | 23 | 5 | C | 4E | 4E |
| Octal | 363 | 256 | 235 | 0 | 34 | 43 | 5 | 14 | 116 | 116 |
| Binary | 11110011 | 10101110 | 10011101 | 0 | 11100 | 100011 | 101 | 1100 | 1001110 | 1001110 |
Color Harmonies of #F3AE9D
Complementary color
Monochromatic Colors of #F3AE9D
Black with #F3AE9D
Text Example
Text Example
White with #F3AE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AE9D; }
p { color: rgb(243,174,157); }
H1.HeaderClassName
{
color: #F3AE9D;
}
.AnyTagClassName
{
color: #F3AE9D;
}
</style>
background-color css
<style>
a { background-color: #F3AE9D; }
a { background-color: rgb(243,174,157); }
div.DivClassName
{
background-color: #F3AE9D;
}
.BgClassName
{
background-color: #F3AE9D;
}
</style>
border-color css
<style>
span { border-color: #F3AE9D; }
span { border-color: rgb(243,174,157); }
td.TdClassName
{
border-color: #F3AE9D;
}
.TagClassName
{
border-color: #F3AE9D;
}
</style>