Shades of Wax Flower #F0AB9D
Tints of Wax Flower #F0AB9D
RGB
CMYK
RGB Variations
Color information
#F0AB9D (or 0xF0AB9D) is known color: Wax Flower. HEX triplet: F0, AB and 9D. RGB value is (240,171,157). Sum of RGB (Red+Green+Blue) = 240+171+157=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AB9D is #0F5462. Grayscale: #BEBEBE. Windows color (decimal): -1004643 or 10333168. OLE color: 10333168.
HSL color Cylindrical-coordinate representation of color #F0AB9D: hue angle of 10.12º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0AB9D is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 157 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.06 |
| HSL | 10.12º | 0.73% | 0.78% | - |
| HSV(B) | 10.12º | 0.35% | 0.94% | - |
| XYZ | 56.58 | 50.09 | 38.58 | - |
| YUV | 190.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 157 | 0 | 0.29 | 0.35 | 0.06 | 10.12 | 0.73 | 0.78 |
| Hex | F0 | AB | 9D | 0 | 1D | 23 | 6 | A | 49 | 4E |
| Octal | 360 | 253 | 235 | 0 | 35 | 43 | 6 | 12 | 111 | 116 |
| Binary | 11110000 | 10101011 | 10011101 | 0 | 11101 | 100011 | 110 | 1010 | 1001001 | 1001110 |
Color Harmonies of #F0AB9D
Complementary color
Monochromatic Colors of #F0AB9D
Black with #F0AB9D
Text Example
Text Example
White with #F0AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB9D; }
p { color: rgb(240,171,157); }
H1.HeaderClassName
{
color: #F0AB9D;
}
.AnyTagClassName
{
color: #F0AB9D;
}
</style>
background-color css
<style>
a { background-color: #F0AB9D; }
a { background-color: rgb(240,171,157); }
div.DivClassName
{
background-color: #F0AB9D;
}
.BgClassName
{
background-color: #F0AB9D;
}
</style>
border-color css
<style>
span { border-color: #F0AB9D; }
span { border-color: rgb(240,171,157); }
td.TdClassName
{
border-color: #F0AB9D;
}
.TagClassName
{
border-color: #F0AB9D;
}
</style>