Shades of Australian Mint #F2FAA2
Tints of Australian Mint #F2FAA2
RGB
CMYK
RGB Variations
Color information
#F2FAA2 (or 0xF2FAA2) is known color: Australian Mint. HEX triplet: F2, FA and A2. RGB value is (242,250,162). Sum of RGB (Red+Green+Blue) = 242+250+162=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 162 (63.67% from 255 or 24.77% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAA2 is #0D055D. Grayscale: #EDEDED. Windows color (decimal): -853342 or 10681074. OLE color: 10681074.
HSL color Cylindrical-coordinate representation of color #F2FAA2: hue angle of 65.45º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2FAA2 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 162 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.02 |
| HSL | 65.45º | 0.9% | 0.81% | - |
| HSV(B) | 65.45º | 0.35% | 0.98% | - |
| XYZ | 77.33 | 89.86 | 47.45 | - |
| YUV | 237.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 162 | 0.03 | 0 | 0.35 | 0.02 | 65.45 | 0.9 | 0.81 |
| Hex | F2 | FA | A2 | 3 | 0 | 23 | 2 | 41 | 5A | 51 |
| Octal | 362 | 372 | 242 | 3 | 0 | 43 | 2 | 101 | 132 | 121 |
| Binary | 11110010 | 11111010 | 10100010 | 11 | 0 | 100011 | 10 | 1000001 | 1011010 | 1010001 |
Color Harmonies of #F2FAA2
Complementary color
Monochromatic Colors of #F2FAA2
Black with #F2FAA2
Text Example
Text Example
White with #F2FAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAA2; }
p { color: rgb(242,250,162); }
H1.HeaderClassName
{
color: #F2FAA2;
}
.AnyTagClassName
{
color: #F2FAA2;
}
</style>
background-color css
<style>
a { background-color: #F2FAA2; }
a { background-color: rgb(242,250,162); }
div.DivClassName
{
background-color: #F2FAA2;
}
.BgClassName
{
background-color: #F2FAA2;
}
</style>
border-color css
<style>
span { border-color: #F2FAA2; }
span { border-color: rgb(242,250,162); }
td.TdClassName
{
border-color: #F2FAA2;
}
.TagClassName
{
border-color: #F2FAA2;
}
</style>