Shades of Australian Mint #F6FCA4
Tints of Australian Mint #F6FCA4
RGB
CMYK
RGB Variations
Color information
#F6FCA4 (or 0xF6FCA4) is known color: Australian Mint. HEX triplet: F6, FC and A4. RGB value is (246,252,164). Sum of RGB (Red+Green+Blue) = 246+252+164=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 164 (64.45% from 255 or 24.77% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FCA4 is #09035B. Grayscale: #F0F0F0. Windows color (decimal): -590684 or 10812662. OLE color: 10812662.
HSL color Cylindrical-coordinate representation of color #F6FCA4: hue angle of 64.09º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6FCA4 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 252 | 164 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.01 |
| HSL | 64.09º | 0.94% | 0.82% | - |
| HSV(B) | 64.09º | 0.35% | 0.99% | - |
| XYZ | 79.52 | 91.89 | 48.67 | - |
| YUV | 240.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 252 | 164 | 0.02 | 0 | 0.35 | 0.01 | 64.09 | 0.94 | 0.82 |
| Hex | F6 | FC | A4 | 2 | 0 | 23 | 1 | 40 | 5E | 52 |
| Octal | 366 | 374 | 244 | 2 | 0 | 43 | 1 | 100 | 136 | 122 |
| Binary | 11110110 | 11111100 | 10100100 | 10 | 0 | 100011 | 1 | 1000000 | 1011110 | 1010010 |
Color Harmonies of #F6FCA4
Complementary color
Monochromatic Colors of #F6FCA4
Black with #F6FCA4
Text Example
Text Example
White with #F6FCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FCA4; }
p { color: rgb(246,252,164); }
H1.HeaderClassName
{
color: #F6FCA4;
}
.AnyTagClassName
{
color: #F6FCA4;
}
</style>
background-color css
<style>
a { background-color: #F6FCA4; }
a { background-color: rgb(246,252,164); }
div.DivClassName
{
background-color: #F6FCA4;
}
.BgClassName
{
background-color: #F6FCA4;
}
</style>
border-color css
<style>
span { border-color: #F6FCA4; }
span { border-color: rgb(246,252,164); }
td.TdClassName
{
border-color: #F6FCA4;
}
.TagClassName
{
border-color: #F6FCA4;
}
</style>