Shades of Australian Mint #F6FCA9
Tints of Australian Mint #F6FCA9
RGB
CMYK
RGB Variations
Color information
#F6FCA9 (or 0xF6FCA9) is known color: Australian Mint. HEX triplet: F6, FC and A9. RGB value is (246,252,169). Sum of RGB (Red+Green+Blue) = 246+252+169=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 169 (66.41% from 255 or 25.34% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FCA9 is #090356. Grayscale: #F1F1F1. Windows color (decimal): -590679 or 11140342. OLE color: 11140342.
HSL color Cylindrical-coordinate representation of color #F6FCA9: hue angle of 64.34º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6FCA9 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 252 | 169 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.01 |
| HSL | 64.34º | 0.93% | 0.83% | - |
| HSV(B) | 64.34º | 0.33% | 0.99% | - |
| XYZ | 79.98 | 92.08 | 51.09 | - |
| YUV | 240.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 252 | 169 | 0.02 | 0 | 0.33 | 0.01 | 64.34 | 0.93 | 0.83 |
| Hex | F6 | FC | A9 | 2 | 0 | 21 | 1 | 40 | 5D | 53 |
| Octal | 366 | 374 | 251 | 2 | 0 | 41 | 1 | 100 | 135 | 123 |
| Binary | 11110110 | 11111100 | 10101001 | 10 | 0 | 100001 | 1 | 1000000 | 1011101 | 1010011 |
Color Harmonies of #F6FCA9
Complementary color
Monochromatic Colors of #F6FCA9
Black with #F6FCA9
Text Example
Text Example
White with #F6FCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FCA9; }
p { color: rgb(246,252,169); }
H1.HeaderClassName
{
color: #F6FCA9;
}
.AnyTagClassName
{
color: #F6FCA9;
}
</style>
background-color css
<style>
a { background-color: #F6FCA9; }
a { background-color: rgb(246,252,169); }
div.DivClassName
{
background-color: #F6FCA9;
}
.BgClassName
{
background-color: #F6FCA9;
}
</style>
border-color css
<style>
span { border-color: #F6FCA9; }
span { border-color: rgb(246,252,169); }
td.TdClassName
{
border-color: #F6FCA9;
}
.TagClassName
{
border-color: #F6FCA9;
}
</style>