Shades of Australian Mint #F6FEA1
Tints of Australian Mint #F6FEA1
RGB
CMYK
RGB Variations
Color information
#F6FEA1 (or 0xF6FEA1) is known color: Australian Mint. HEX triplet: F6, FE and A1. RGB value is (246,254,161). Sum of RGB (Red+Green+Blue) = 246+254+161=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 161 (63.28% from 255 or 24.36% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FEA1 is #09015E. Grayscale: #F1F1F1. Windows color (decimal): -590175 or 10616566. OLE color: 10616566.
HSL color Cylindrical-coordinate representation of color #F6FEA1: hue angle of 65.16º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6FEA1 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 161 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.00 |
| HSL | 65.16º | 0.98% | 0.81% | - |
| HSV(B) | 65.16º | 0.37% | 1% | - |
| XYZ | 79.88 | 93.05 | 47.47 | - |
| YUV | 241.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 161 | 0.03 | 0 | 0.37 | 0.00 | 65.16 | 0.98 | 0.81 |
| Hex | F6 | FE | A1 | 3 | 0 | 25 | 0 | 41 | 62 | 51 |
| Octal | 366 | 376 | 241 | 3 | 0 | 45 | 0 | 101 | 142 | 121 |
| Binary | 11110110 | 11111110 | 10100001 | 11 | 0 | 100101 | 0 | 1000001 | 1100010 | 1010001 |
Color Harmonies of #F6FEA1
Complementary color
Monochromatic Colors of #F6FEA1
Black with #F6FEA1
Text Example
Text Example
White with #F6FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FEA1; }
p { color: rgb(246,254,161); }
H1.HeaderClassName
{
color: #F6FEA1;
}
.AnyTagClassName
{
color: #F6FEA1;
}
</style>
background-color css
<style>
a { background-color: #F6FEA1; }
a { background-color: rgb(246,254,161); }
div.DivClassName
{
background-color: #F6FEA1;
}
.BgClassName
{
background-color: #F6FEA1;
}
</style>
border-color css
<style>
span { border-color: #F6FEA1; }
span { border-color: rgb(246,254,161); }
td.TdClassName
{
border-color: #F6FEA1;
}
.TagClassName
{
border-color: #F6FEA1;
}
</style>