Shades of Australian Mint #F1FBA9
Tints of Australian Mint #F1FBA9
RGB
CMYK
RGB Variations
Color information
#F1FBA9 (or 0xF1FBA9) is known color: Australian Mint. HEX triplet: F1, FB and A9. RGB value is (241,251,169). Sum of RGB (Red+Green+Blue) = 241+251+169=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 169 (66.41% from 255 or 25.57% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FBA9 is #0E0456. Grayscale: #EEEEEE. Windows color (decimal): -918615 or 11140081. OLE color: 11140081.
HSL color Cylindrical-coordinate representation of color #F1FBA9: hue angle of 67.32º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1FBA9 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 251 | 169 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.02 |
| HSL | 67.32º | 0.91% | 0.82% | - |
| HSV(B) | 67.32º | 0.33% | 0.98% | - |
| XYZ | 77.93 | 90.56 | 50.91 | - |
| YUV | 238.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 251 | 169 | 0.04 | 0 | 0.33 | 0.02 | 67.32 | 0.91 | 0.82 |
| Hex | F1 | FB | A9 | 4 | 0 | 21 | 2 | 43 | 5B | 52 |
| Octal | 361 | 373 | 251 | 4 | 0 | 41 | 2 | 103 | 133 | 122 |
| Binary | 11110001 | 11111011 | 10101001 | 100 | 0 | 100001 | 10 | 1000011 | 1011011 | 1010010 |
Color Harmonies of #F1FBA9
Complementary color
Monochromatic Colors of #F1FBA9
Black with #F1FBA9
Text Example
Text Example
White with #F1FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FBA9; }
p { color: rgb(241,251,169); }
H1.HeaderClassName
{
color: #F1FBA9;
}
.AnyTagClassName
{
color: #F1FBA9;
}
</style>
background-color css
<style>
a { background-color: #F1FBA9; }
a { background-color: rgb(241,251,169); }
div.DivClassName
{
background-color: #F1FBA9;
}
.BgClassName
{
background-color: #F1FBA9;
}
</style>
border-color css
<style>
span { border-color: #F1FBA9; }
span { border-color: rgb(241,251,169); }
td.TdClassName
{
border-color: #F1FBA9;
}
.TagClassName
{
border-color: #F1FBA9;
}
</style>