Shades of Australian Mint #F0FAA2
Tints of Australian Mint #F0FAA2
RGB
CMYK
RGB Variations
Color information
#F0FAA2 (or 0xF0FAA2) is known color: Australian Mint. HEX triplet: F0, FA and A2. RGB value is (240,250,162). Sum of RGB (Red+Green+Blue) = 240+250+162=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 162 (63.67% from 255 or 24.85% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FAA2 is #0F055D. Grayscale: #EDEDED. Windows color (decimal): -984414 or 10681072. OLE color: 10681072.
HSL color Cylindrical-coordinate representation of color #F0FAA2: hue angle of 66.82º 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 #F0FAA2 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 162 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.02 |
| HSL | 66.82º | 0.9% | 0.81% | - |
| HSV(B) | 66.82º | 0.35% | 0.98% | - |
| XYZ | 76.64 | 89.51 | 47.42 | - |
| YUV | 236.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 162 | 0.04 | 0 | 0.35 | 0.02 | 66.82 | 0.9 | 0.81 |
| Hex | F0 | FA | A2 | 4 | 0 | 23 | 2 | 43 | 5A | 51 |
| Octal | 360 | 372 | 242 | 4 | 0 | 43 | 2 | 103 | 132 | 121 |
| Binary | 11110000 | 11111010 | 10100010 | 100 | 0 | 100011 | 10 | 1000011 | 1011010 | 1010001 |
Color Harmonies of #F0FAA2
Complementary color
Monochromatic Colors of #F0FAA2
Black with #F0FAA2
Text Example
Text Example
White with #F0FAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAA2; }
p { color: rgb(240,250,162); }
H1.HeaderClassName
{
color: #F0FAA2;
}
.AnyTagClassName
{
color: #F0FAA2;
}
</style>
background-color css
<style>
a { background-color: #F0FAA2; }
a { background-color: rgb(240,250,162); }
div.DivClassName
{
background-color: #F0FAA2;
}
.BgClassName
{
background-color: #F0FAA2;
}
</style>
border-color css
<style>
span { border-color: #F0FAA2; }
span { border-color: rgb(240,250,162); }
td.TdClassName
{
border-color: #F0FAA2;
}
.TagClassName
{
border-color: #F0FAA2;
}
</style>