Shades of Wax Flower #F0AB91
Tints of Wax Flower #F0AB91
RGB
CMYK
RGB Variations
Color information
#F0AB91 (or 0xF0AB91) is known color: Wax Flower. HEX triplet: F0, AB and 91. RGB value is (240,171,145). Sum of RGB (Red+Green+Blue) = 240+171+145=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 145 (57.03% from 255 or 26.08% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AB91 is #0F546E. Grayscale: #BCBCBC. Windows color (decimal): -1004655 or 9546736. OLE color: 9546736.
HSL color Cylindrical-coordinate representation of color #F0AB91: hue angle of 16.42º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0AB91 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 145 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.06 |
| HSL | 16.42º | 0.76% | 0.75% | - |
| HSV(B) | 16.42º | 0.4% | 0.94% | - |
| XYZ | 55.61 | 49.7 | 33.45 | - |
| YUV | 188.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 145 | 0 | 0.29 | 0.40 | 0.06 | 16.42 | 0.76 | 0.75 |
| Hex | F0 | AB | 91 | 0 | 1D | 28 | 6 | 10 | 4C | 4B |
| Octal | 360 | 253 | 221 | 0 | 35 | 50 | 6 | 20 | 114 | 113 |
| Binary | 11110000 | 10101011 | 10010001 | 0 | 11101 | 101000 | 110 | 10000 | 1001100 | 1001011 |
Color Harmonies of #F0AB91
Complementary color
Monochromatic Colors of #F0AB91
Black with #F0AB91
Text Example
Text Example
White with #F0AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB91; }
p { color: rgb(240,171,145); }
H1.HeaderClassName
{
color: #F0AB91;
}
.AnyTagClassName
{
color: #F0AB91;
}
</style>
background-color css
<style>
a { background-color: #F0AB91; }
a { background-color: rgb(240,171,145); }
div.DivClassName
{
background-color: #F0AB91;
}
.BgClassName
{
background-color: #F0AB91;
}
</style>
border-color css
<style>
span { border-color: #F0AB91; }
span { border-color: rgb(240,171,145); }
td.TdClassName
{
border-color: #F0AB91;
}
.TagClassName
{
border-color: #F0AB91;
}
</style>