Shades of Australian Mint #F5FAA8
Tints of Australian Mint #F5FAA8
RGB
CMYK
RGB Variations
Color information
#F5FAA8 (or 0xF5FAA8) is known color: Australian Mint. HEX triplet: F5, FA and A8. RGB value is (245,250,168). Sum of RGB (Red+Green+Blue) = 245+250+168=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 168 (66.02% from 255 or 25.34% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FAA8 is #0A0557. Grayscale: #EFEFEF. Windows color (decimal): -656728 or 11074293. OLE color: 11074293.
HSL color Cylindrical-coordinate representation of color #F5FAA8: hue angle of 63.66º degrees, saturation: 0.89, 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 #F5FAA8 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 168 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.02 |
| HSL | 63.66º | 0.89% | 0.82% | - |
| HSV(B) | 63.66º | 0.33% | 0.98% | - |
| XYZ | 78.91 | 90.61 | 50.38 | - |
| YUV | 239.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 168 | 0.02 | 0 | 0.33 | 0.02 | 63.66 | 0.89 | 0.82 |
| Hex | F5 | FA | A8 | 2 | 0 | 21 | 2 | 40 | 59 | 52 |
| Octal | 365 | 372 | 250 | 2 | 0 | 41 | 2 | 100 | 131 | 122 |
| Binary | 11110101 | 11111010 | 10101000 | 10 | 0 | 100001 | 10 | 1000000 | 1011001 | 1010010 |
Color Harmonies of #F5FAA8
Complementary color
Monochromatic Colors of #F5FAA8
Black with #F5FAA8
Text Example
Text Example
White with #F5FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FAA8; }
p { color: rgb(245,250,168); }
H1.HeaderClassName
{
color: #F5FAA8;
}
.AnyTagClassName
{
color: #F5FAA8;
}
</style>
background-color css
<style>
a { background-color: #F5FAA8; }
a { background-color: rgb(245,250,168); }
div.DivClassName
{
background-color: #F5FAA8;
}
.BgClassName
{
background-color: #F5FAA8;
}
</style>
border-color css
<style>
span { border-color: #F5FAA8; }
span { border-color: rgb(245,250,168); }
td.TdClassName
{
border-color: #F5FAA8;
}
.TagClassName
{
border-color: #F5FAA8;
}
</style>