Shades of Australian Mint #F1FAAB
Tints of Australian Mint #F1FAAB
RGB
CMYK
RGB Variations
Color information
#F1FAAB (or 0xF1FAAB) is known color: Australian Mint. HEX triplet: F1, FA and AB. RGB value is (241,250,171). Sum of RGB (Red+Green+Blue) = 241+250+171=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 171 (67.19% from 255 or 25.83% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FAAB is #0E0554. Grayscale: #EEEEEE. Windows color (decimal): -918869 or 11270897. OLE color: 11270897.
HSL color Cylindrical-coordinate representation of color #F1FAAB: hue angle of 66.84º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1FAAB is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 171 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.02 |
| HSL | 66.84º | 0.89% | 0.83% | - |
| HSV(B) | 66.84º | 0.32% | 0.98% | - |
| XYZ | 77.81 | 90.01 | 51.8 | - |
| YUV | 238.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 171 | 0.04 | 0 | 0.32 | 0.02 | 66.84 | 0.89 | 0.83 |
| Hex | F1 | FA | AB | 4 | 0 | 20 | 2 | 43 | 59 | 53 |
| Octal | 361 | 372 | 253 | 4 | 0 | 40 | 2 | 103 | 131 | 123 |
| Binary | 11110001 | 11111010 | 10101011 | 100 | 0 | 100000 | 10 | 1000011 | 1011001 | 1010011 |
Color Harmonies of #F1FAAB
Complementary color
Monochromatic Colors of #F1FAAB
Black with #F1FAAB
Text Example
Text Example
White with #F1FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FAAB; }
p { color: rgb(241,250,171); }
H1.HeaderClassName
{
color: #F1FAAB;
}
.AnyTagClassName
{
color: #F1FAAB;
}
</style>
background-color css
<style>
a { background-color: #F1FAAB; }
a { background-color: rgb(241,250,171); }
div.DivClassName
{
background-color: #F1FAAB;
}
.BgClassName
{
background-color: #F1FAAB;
}
</style>
border-color css
<style>
span { border-color: #F1FAAB; }
span { border-color: rgb(241,250,171); }
td.TdClassName
{
border-color: #F1FAAB;
}
.TagClassName
{
border-color: #F1FAAB;
}
</style>