Shades of Australian Mint #F2FAA4
Tints of Australian Mint #F2FAA4
RGB
CMYK
RGB Variations
Color information
#F2FAA4 (or 0xF2FAA4) is known color: Australian Mint. HEX triplet: F2, FA and A4. RGB value is (242,250,164). Sum of RGB (Red+Green+Blue) = 242+250+164=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 164 (64.45% from 255 or 25% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAA4 is #0D055B. Grayscale: #EEEEEE. Windows color (decimal): -853340 or 10812146. OLE color: 10812146.
HSL color Cylindrical-coordinate representation of color #F2FAA4: hue angle of 65.58º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2FAA4 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 164 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.02 |
| HSL | 65.58º | 0.9% | 0.81% | - |
| HSV(B) | 65.58º | 0.34% | 0.98% | - |
| XYZ | 77.5 | 89.93 | 48.4 | - |
| YUV | 237.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 164 | 0.03 | 0 | 0.34 | 0.02 | 65.58 | 0.9 | 0.81 |
| Hex | F2 | FA | A4 | 3 | 0 | 22 | 2 | 42 | 5A | 51 |
| Octal | 362 | 372 | 244 | 3 | 0 | 42 | 2 | 102 | 132 | 121 |
| Binary | 11110010 | 11111010 | 10100100 | 11 | 0 | 100010 | 10 | 1000010 | 1011010 | 1010001 |
Color Harmonies of #F2FAA4
Complementary color
Monochromatic Colors of #F2FAA4
Black with #F2FAA4
Text Example
Text Example
White with #F2FAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAA4; }
p { color: rgb(242,250,164); }
H1.HeaderClassName
{
color: #F2FAA4;
}
.AnyTagClassName
{
color: #F2FAA4;
}
</style>
background-color css
<style>
a { background-color: #F2FAA4; }
a { background-color: rgb(242,250,164); }
div.DivClassName
{
background-color: #F2FAA4;
}
.BgClassName
{
background-color: #F2FAA4;
}
</style>
border-color css
<style>
span { border-color: #F2FAA4; }
span { border-color: rgb(242,250,164); }
td.TdClassName
{
border-color: #F2FAA4;
}
.TagClassName
{
border-color: #F2FAA4;
}
</style>