Shades of Australian Mint #F6FAAE
Tints of Australian Mint #F6FAAE
RGB
CMYK
RGB Variations
Color information
#F6FAAE (or 0xF6FAAE) is known color: Australian Mint. HEX triplet: F6, FA and AE. RGB value is (246,250,174). Sum of RGB (Red+Green+Blue) = 246+250+174=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 174 (68.36% from 255 or 25.97% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FAAE is #090551. Grayscale: #F0F0F0. Windows color (decimal): -591186 or 11467510. OLE color: 11467510.
HSL color Cylindrical-coordinate representation of color #F6FAAE: hue angle of 63.16º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6FAAE is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 250 | 174 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.02 |
| HSL | 63.16º | 0.88% | 0.83% | - |
| HSV(B) | 63.16º | 0.3% | 0.98% | - |
| XYZ | 79.83 | 91.02 | 53.41 | - |
| YUV | 240.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 250 | 174 | 0.02 | 0 | 0.30 | 0.02 | 63.16 | 0.88 | 0.83 |
| Hex | F6 | FA | AE | 2 | 0 | 1E | 2 | 3F | 58 | 53 |
| Octal | 366 | 372 | 256 | 2 | 0 | 36 | 2 | 77 | 130 | 123 |
| Binary | 11110110 | 11111010 | 10101110 | 10 | 0 | 11110 | 10 | 111111 | 1011000 | 1010011 |
Color Harmonies of #F6FAAE
Complementary color
Monochromatic Colors of #F6FAAE
Black with #F6FAAE
Text Example
Text Example
White with #F6FAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FAAE; }
p { color: rgb(246,250,174); }
H1.HeaderClassName
{
color: #F6FAAE;
}
.AnyTagClassName
{
color: #F6FAAE;
}
</style>
background-color css
<style>
a { background-color: #F6FAAE; }
a { background-color: rgb(246,250,174); }
div.DivClassName
{
background-color: #F6FAAE;
}
.BgClassName
{
background-color: #F6FAAE;
}
</style>
border-color css
<style>
span { border-color: #F6FAAE; }
span { border-color: rgb(246,250,174); }
td.TdClassName
{
border-color: #F6FAAE;
}
.TagClassName
{
border-color: #F6FAAE;
}
</style>