Shades of Australian Mint #F1FBAA
Tints of Australian Mint #F1FBAA
RGB
CMYK
RGB Variations
Color information
#F1FBAA (or 0xF1FBAA) is known color: Australian Mint. HEX triplet: F1, FB and AA. RGB value is (241,251,170). Sum of RGB (Red+Green+Blue) = 241+251+170=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FBAA is #0E0455. Grayscale: #EFEFEF. Windows color (decimal): -918614 or 11205617. OLE color: 11205617.
HSL color Cylindrical-coordinate representation of color #F1FBAA: hue angle of 67.41º degrees, saturation: 0.91, 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 #F1FBAA is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 251 | 170 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.02 |
| HSL | 67.41º | 0.91% | 0.83% | - |
| HSV(B) | 67.41º | 0.32% | 0.98% | - |
| XYZ | 78.03 | 90.6 | 51.4 | - |
| YUV | 238.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 251 | 170 | 0.04 | 0 | 0.32 | 0.02 | 67.41 | 0.91 | 0.83 |
| Hex | F1 | FB | AA | 4 | 0 | 20 | 2 | 43 | 5B | 53 |
| Octal | 361 | 373 | 252 | 4 | 0 | 40 | 2 | 103 | 133 | 123 |
| Binary | 11110001 | 11111011 | 10101010 | 100 | 0 | 100000 | 10 | 1000011 | 1011011 | 1010011 |
Color Harmonies of #F1FBAA
Complementary color
Monochromatic Colors of #F1FBAA
Black with #F1FBAA
Text Example
Text Example
White with #F1FBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FBAA; }
p { color: rgb(241,251,170); }
H1.HeaderClassName
{
color: #F1FBAA;
}
.AnyTagClassName
{
color: #F1FBAA;
}
</style>
background-color css
<style>
a { background-color: #F1FBAA; }
a { background-color: rgb(241,251,170); }
div.DivClassName
{
background-color: #F1FBAA;
}
.BgClassName
{
background-color: #F1FBAA;
}
</style>
border-color css
<style>
span { border-color: #F1FBAA; }
span { border-color: rgb(241,251,170); }
td.TdClassName
{
border-color: #F1FBAA;
}
.TagClassName
{
border-color: #F1FBAA;
}
</style>