Shades of Australian Mint #F5FAAC
Tints of Australian Mint #F5FAAC
RGB
CMYK
RGB Variations
Color information
#F5FAAC (or 0xF5FAAC) is known color: Australian Mint. HEX triplet: F5, FA and AC. RGB value is (245,250,172). Sum of RGB (Red+Green+Blue) = 245+250+172=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 172 (67.58% from 255 or 25.79% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FAAC is #0A0553. Grayscale: #EFEFEF. Windows color (decimal): -656724 or 11336437. OLE color: 11336437.
HSL color Cylindrical-coordinate representation of color #F5FAAC: hue angle of 63.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5FAAC is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 172 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.02 |
| HSL | 63.85º | 0.89% | 0.83% | - |
| HSV(B) | 63.85º | 0.31% | 0.98% | - |
| XYZ | 79.29 | 90.76 | 52.37 | - |
| YUV | 239.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 172 | 0.02 | 0 | 0.31 | 0.02 | 63.85 | 0.89 | 0.83 |
| Hex | F5 | FA | AC | 2 | 0 | 1F | 2 | 40 | 59 | 53 |
| Octal | 365 | 372 | 254 | 2 | 0 | 37 | 2 | 100 | 131 | 123 |
| Binary | 11110101 | 11111010 | 10101100 | 10 | 0 | 11111 | 10 | 1000000 | 1011001 | 1010011 |
Color Harmonies of #F5FAAC
Complementary color
Monochromatic Colors of #F5FAAC
Black with #F5FAAC
Text Example
Text Example
White with #F5FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FAAC; }
p { color: rgb(245,250,172); }
H1.HeaderClassName
{
color: #F5FAAC;
}
.AnyTagClassName
{
color: #F5FAAC;
}
</style>
background-color css
<style>
a { background-color: #F5FAAC; }
a { background-color: rgb(245,250,172); }
div.DivClassName
{
background-color: #F5FAAC;
}
.BgClassName
{
background-color: #F5FAAC;
}
</style>
border-color css
<style>
span { border-color: #F5FAAC; }
span { border-color: rgb(245,250,172); }
td.TdClassName
{
border-color: #F5FAAC;
}
.TagClassName
{
border-color: #F5FAAC;
}
</style>