Shades of Wax Flower #F1AB9A
Tints of Wax Flower #F1AB9A
RGB
CMYK
RGB Variations
Color information
#F1AB9A (or 0xF1AB9A) is known color: Wax Flower. HEX triplet: F1, AB and 9A. RGB value is (241,171,154). Sum of RGB (Red+Green+Blue) = 241+171+154=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AB9A is #0E5465. Grayscale: #BEBEBE. Windows color (decimal): -939110 or 10136561. OLE color: 10136561.
HSL color Cylindrical-coordinate representation of color #F1AB9A: hue angle of 11.72º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1AB9A is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 154 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.05 |
| HSL | 11.72º | 0.76% | 0.77% | - |
| HSV(B) | 11.72º | 0.36% | 0.95% | - |
| XYZ | 56.67 | 50.16 | 37.27 | - |
| YUV | 189.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 154 | 0 | 0.29 | 0.36 | 0.05 | 11.72 | 0.76 | 0.77 |
| Hex | F1 | AB | 9A | 0 | 1D | 24 | 5 | C | 4C | 4D |
| Octal | 361 | 253 | 232 | 0 | 35 | 44 | 5 | 14 | 114 | 115 |
| Binary | 11110001 | 10101011 | 10011010 | 0 | 11101 | 100100 | 101 | 1100 | 1001100 | 1001101 |
Color Harmonies of #F1AB9A
Complementary color
Monochromatic Colors of #F1AB9A
Black with #F1AB9A
Text Example
Text Example
White with #F1AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AB9A; }
p { color: rgb(241,171,154); }
H1.HeaderClassName
{
color: #F1AB9A;
}
.AnyTagClassName
{
color: #F1AB9A;
}
</style>
background-color css
<style>
a { background-color: #F1AB9A; }
a { background-color: rgb(241,171,154); }
div.DivClassName
{
background-color: #F1AB9A;
}
.BgClassName
{
background-color: #F1AB9A;
}
</style>
border-color css
<style>
span { border-color: #F1AB9A; }
span { border-color: rgb(241,171,154); }
td.TdClassName
{
border-color: #F1AB9A;
}
.TagClassName
{
border-color: #F1AB9A;
}
</style>