Shades of Australian Mint #F6FEA5
Tints of Australian Mint #F6FEA5
RGB
CMYK
RGB Variations
Color information
#F6FEA5 (or 0xF6FEA5) is known color: Australian Mint. HEX triplet: F6, FE and A5. RGB value is (246,254,165). Sum of RGB (Red+Green+Blue) = 246+254+165=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 165 (64.84% from 255 or 24.81% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FEA5 is #09015A. Grayscale: #F1F1F1. Windows color (decimal): -590171 or 10878710. OLE color: 10878710.
HSL color Cylindrical-coordinate representation of color #F6FEA5: hue angle of 65.39º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6FEA5 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 165 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.00 |
| HSL | 65.39º | 0.98% | 0.82% | - |
| HSV(B) | 65.39º | 0.35% | 1% | - |
| XYZ | 80.24 | 93.19 | 49.36 | - |
| YUV | 241.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 165 | 0.03 | 0 | 0.35 | 0.00 | 65.39 | 0.98 | 0.82 |
| Hex | F6 | FE | A5 | 3 | 0 | 23 | 0 | 41 | 62 | 52 |
| Octal | 366 | 376 | 245 | 3 | 0 | 43 | 0 | 101 | 142 | 122 |
| Binary | 11110110 | 11111110 | 10100101 | 11 | 0 | 100011 | 0 | 1000001 | 1100010 | 1010010 |
Color Harmonies of #F6FEA5
Complementary color
Monochromatic Colors of #F6FEA5
Black with #F6FEA5
Text Example
Text Example
White with #F6FEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FEA5; }
p { color: rgb(246,254,165); }
H1.HeaderClassName
{
color: #F6FEA5;
}
.AnyTagClassName
{
color: #F6FEA5;
}
</style>
background-color css
<style>
a { background-color: #F6FEA5; }
a { background-color: rgb(246,254,165); }
div.DivClassName
{
background-color: #F6FEA5;
}
.BgClassName
{
background-color: #F6FEA5;
}
</style>
border-color css
<style>
span { border-color: #F6FEA5; }
span { border-color: rgb(246,254,165); }
td.TdClassName
{
border-color: #F6FEA5;
}
.TagClassName
{
border-color: #F6FEA5;
}
</style>