Shades of Australian Mint #F5FAAA
Tints of Australian Mint #F5FAAA
RGB
CMYK
RGB Variations
Color information
#F5FAAA (or 0xF5FAAA) is known color: Australian Mint. HEX triplet: F5, FA and AA. RGB value is (245,250,170). Sum of RGB (Red+Green+Blue) = 245+250+170=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 170 (66.80% from 255 or 25.56% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FAAA is #0A0555. Grayscale: #EFEFEF. Windows color (decimal): -656726 or 11205365. OLE color: 11205365.
HSL color Cylindrical-coordinate representation of color #F5FAAA: hue angle of 63.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5FAAA is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 170 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.02 |
| HSL | 63.75º | 0.89% | 0.82% | - |
| HSV(B) | 63.75º | 0.32% | 0.98% | - |
| XYZ | 79.1 | 90.69 | 51.37 | - |
| YUV | 239.39 | 88.84 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 170 | 0.02 | 0 | 0.32 | 0.02 | 63.75 | 0.89 | 0.82 |
| Hex | F5 | FA | AA | 2 | 0 | 20 | 2 | 40 | 59 | 52 |
| Octal | 365 | 372 | 252 | 2 | 0 | 40 | 2 | 100 | 131 | 122 |
| Binary | 11110101 | 11111010 | 10101010 | 10 | 0 | 100000 | 10 | 1000000 | 1011001 | 1010010 |
Color Harmonies of #F5FAAA
Complementary color
Monochromatic Colors of #F5FAAA
Black with #F5FAAA
Text Example
Text Example
White with #F5FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FAAA; }
p { color: rgb(245,250,170); }
H1.HeaderClassName
{
color: #F5FAAA;
}
.AnyTagClassName
{
color: #F5FAAA;
}
</style>
background-color css
<style>
a { background-color: #F5FAAA; }
a { background-color: rgb(245,250,170); }
div.DivClassName
{
background-color: #F5FAAA;
}
.BgClassName
{
background-color: #F5FAAA;
}
</style>
border-color css
<style>
span { border-color: #F5FAAA; }
span { border-color: rgb(245,250,170); }
td.TdClassName
{
border-color: #F5FAAA;
}
.TagClassName
{
border-color: #F5FAAA;
}
</style>