Shades of Wax Flower #F0AB9B
Tints of Wax Flower #F0AB9B
RGB
CMYK
RGB Variations
Color information
#F0AB9B (or 0xF0AB9B) is known color: Wax Flower. HEX triplet: F0, AB and 9B. RGB value is (240,171,155). Sum of RGB (Red+Green+Blue) = 240+171+155=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AB9B is #0F5464. Grayscale: #BDBDBD. Windows color (decimal): -1004645 or 10202096. OLE color: 10202096.
HSL color Cylindrical-coordinate representation of color #F0AB9B: hue angle of 11.29º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0AB9B is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 155 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.06 |
| HSL | 11.29º | 0.74% | 0.77% | - |
| HSV(B) | 11.29º | 0.35% | 0.94% | - |
| XYZ | 56.41 | 50.02 | 37.69 | - |
| YUV | 189.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 155 | 0 | 0.29 | 0.35 | 0.06 | 11.29 | 0.74 | 0.77 |
| Hex | F0 | AB | 9B | 0 | 1D | 23 | 6 | B | 4A | 4D |
| Octal | 360 | 253 | 233 | 0 | 35 | 43 | 6 | 13 | 112 | 115 |
| Binary | 11110000 | 10101011 | 10011011 | 0 | 11101 | 100011 | 110 | 1011 | 1001010 | 1001101 |
Color Harmonies of #F0AB9B
Complementary color
Monochromatic Colors of #F0AB9B
Black with #F0AB9B
Text Example
Text Example
White with #F0AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB9B; }
p { color: rgb(240,171,155); }
H1.HeaderClassName
{
color: #F0AB9B;
}
.AnyTagClassName
{
color: #F0AB9B;
}
</style>
background-color css
<style>
a { background-color: #F0AB9B; }
a { background-color: rgb(240,171,155); }
div.DivClassName
{
background-color: #F0AB9B;
}
.BgClassName
{
background-color: #F0AB9B;
}
</style>
border-color css
<style>
span { border-color: #F0AB9B; }
span { border-color: rgb(240,171,155); }
td.TdClassName
{
border-color: #F0AB9B;
}
.TagClassName
{
border-color: #F0AB9B;
}
</style>