Shades of Wax Flower #F0AB92
Tints of Wax Flower #F0AB92
RGB
CMYK
RGB Variations
Color information
#F0AB92 (or 0xF0AB92) is known color: Wax Flower. HEX triplet: F0, AB and 92. RGB value is (240,171,146). Sum of RGB (Red+Green+Blue) = 240+171+146=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AB92 is #0F546D. Grayscale: #BCBCBC. Windows color (decimal): -1004654 or 9612272. OLE color: 9612272.
HSL color Cylindrical-coordinate representation of color #F0AB92: hue angle of 15.96º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0AB92 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 146 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.06 |
| HSL | 15.96º | 0.76% | 0.76% | - |
| HSV(B) | 15.96º | 0.39% | 0.94% | - |
| XYZ | 55.69 | 49.73 | 33.86 | - |
| YUV | 188.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 146 | 0 | 0.29 | 0.39 | 0.06 | 15.96 | 0.76 | 0.76 |
| Hex | F0 | AB | 92 | 0 | 1D | 27 | 6 | 10 | 4C | 4C |
| Octal | 360 | 253 | 222 | 0 | 35 | 47 | 6 | 20 | 114 | 114 |
| Binary | 11110000 | 10101011 | 10010010 | 0 | 11101 | 100111 | 110 | 10000 | 1001100 | 1001100 |
Color Harmonies of #F0AB92
Complementary color
Monochromatic Colors of #F0AB92
Black with #F0AB92
Text Example
Text Example
White with #F0AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB92; }
p { color: rgb(240,171,146); }
H1.HeaderClassName
{
color: #F0AB92;
}
.AnyTagClassName
{
color: #F0AB92;
}
</style>
background-color css
<style>
a { background-color: #F0AB92; }
a { background-color: rgb(240,171,146); }
div.DivClassName
{
background-color: #F0AB92;
}
.BgClassName
{
background-color: #F0AB92;
}
</style>
border-color css
<style>
span { border-color: #F0AB92; }
span { border-color: rgb(240,171,146); }
td.TdClassName
{
border-color: #F0AB92;
}
.TagClassName
{
border-color: #F0AB92;
}
</style>