Shades of Australian Mint #F5FBA9
Tints of Australian Mint #F5FBA9
RGB
CMYK
RGB Variations
Color information
#F5FBA9 (or 0xF5FBA9) is known color: Australian Mint. HEX triplet: F5, FB and A9. RGB value is (245,251,169). Sum of RGB (Red+Green+Blue) = 245+251+169=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 169 (66.41% from 255 or 25.41% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FBA9 is #0A0456. Grayscale: #F0F0F0. Windows color (decimal): -656471 or 11140085. OLE color: 11140085.
HSL color Cylindrical-coordinate representation of color #F5FBA9: hue angle of 64.39º 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 #F5FBA9 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 251 | 169 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.02 |
| HSL | 64.39º | 0.91% | 0.82% | - |
| HSV(B) | 64.39º | 0.33% | 0.98% | - |
| XYZ | 79.31 | 91.27 | 50.97 | - |
| YUV | 239.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 251 | 169 | 0.02 | 0 | 0.33 | 0.02 | 64.39 | 0.91 | 0.82 |
| Hex | F5 | FB | A9 | 2 | 0 | 21 | 2 | 40 | 5B | 52 |
| Octal | 365 | 373 | 251 | 2 | 0 | 41 | 2 | 100 | 133 | 122 |
| Binary | 11110101 | 11111011 | 10101001 | 10 | 0 | 100001 | 10 | 1000000 | 1011011 | 1010010 |
Color Harmonies of #F5FBA9
Complementary color
Monochromatic Colors of #F5FBA9
Black with #F5FBA9
Text Example
Text Example
White with #F5FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FBA9; }
p { color: rgb(245,251,169); }
H1.HeaderClassName
{
color: #F5FBA9;
}
.AnyTagClassName
{
color: #F5FBA9;
}
</style>
background-color css
<style>
a { background-color: #F5FBA9; }
a { background-color: rgb(245,251,169); }
div.DivClassName
{
background-color: #F5FBA9;
}
.BgClassName
{
background-color: #F5FBA9;
}
</style>
border-color css
<style>
span { border-color: #F5FBA9; }
span { border-color: rgb(245,251,169); }
td.TdClassName
{
border-color: #F5FBA9;
}
.TagClassName
{
border-color: #F5FBA9;
}
</style>