Shades of Australian Mint #F3FEA0
Tints of Australian Mint #F3FEA0
RGB
CMYK
RGB Variations
Color information
#F3FEA0 (or 0xF3FEA0) is known color: Australian Mint. HEX triplet: F3, FE and A0. RGB value is (243,254,160). Sum of RGB (Red+Green+Blue) = 243+254+160=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 160 (62.89% from 255 or 24.35% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FEA0 is #0C015F. Grayscale: #F0F0F0. Windows color (decimal): -786784 or 10551027. OLE color: 10551027.
HSL color Cylindrical-coordinate representation of color #F3FEA0: hue angle of 67.02º 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 #F3FEA0 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 160 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.00 |
| HSL | 67.02º | 0.98% | 0.81% | - |
| HSV(B) | 67.02º | 0.37% | 1% | - |
| XYZ | 78.75 | 92.48 | 46.96 | - |
| YUV | 240 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 160 | 0.04 | 0 | 0.37 | 0.00 | 67.02 | 0.98 | 0.81 |
| Hex | F3 | FE | A0 | 4 | 0 | 25 | 0 | 43 | 62 | 51 |
| Octal | 363 | 376 | 240 | 4 | 0 | 45 | 0 | 103 | 142 | 121 |
| Binary | 11110011 | 11111110 | 10100000 | 100 | 0 | 100101 | 0 | 1000011 | 1100010 | 1010001 |
Color Harmonies of #F3FEA0
Complementary color
Monochromatic Colors of #F3FEA0
Black with #F3FEA0
Text Example
Text Example
White with #F3FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FEA0; }
p { color: rgb(243,254,160); }
H1.HeaderClassName
{
color: #F3FEA0;
}
.AnyTagClassName
{
color: #F3FEA0;
}
</style>
background-color css
<style>
a { background-color: #F3FEA0; }
a { background-color: rgb(243,254,160); }
div.DivClassName
{
background-color: #F3FEA0;
}
.BgClassName
{
background-color: #F3FEA0;
}
</style>
border-color css
<style>
span { border-color: #F3FEA0; }
span { border-color: rgb(243,254,160); }
td.TdClassName
{
border-color: #F3FEA0;
}
.TagClassName
{
border-color: #F3FEA0;
}
</style>