Shades of Australian Mint #F0FAA4
Tints of Australian Mint #F0FAA4
RGB
CMYK
RGB Variations
Color information
#F0FAA4 (or 0xF0FAA4) is known color: Australian Mint. HEX triplet: F0, FA and A4. RGB value is (240,250,164). Sum of RGB (Red+Green+Blue) = 240+250+164=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 164 (64.45% from 255 or 25.08% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FAA4 is #0F055B. Grayscale: #EDEDED. Windows color (decimal): -984412 or 10812144. OLE color: 10812144.
HSL color Cylindrical-coordinate representation of color #F0FAA4: hue angle of 66.98º 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 #F0FAA4 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 164 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.02 |
| HSL | 66.98º | 0.9% | 0.81% | - |
| HSV(B) | 66.98º | 0.34% | 0.98% | - |
| XYZ | 76.82 | 89.58 | 48.36 | - |
| YUV | 237.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 164 | 0.04 | 0 | 0.34 | 0.02 | 66.98 | 0.9 | 0.81 |
| Hex | F0 | FA | A4 | 4 | 0 | 22 | 2 | 43 | 5A | 51 |
| Octal | 360 | 372 | 244 | 4 | 0 | 42 | 2 | 103 | 132 | 121 |
| Binary | 11110000 | 11111010 | 10100100 | 100 | 0 | 100010 | 10 | 1000011 | 1011010 | 1010001 |
Color Harmonies of #F0FAA4
Complementary color
Monochromatic Colors of #F0FAA4
Black with #F0FAA4
Text Example
Text Example
White with #F0FAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAA4; }
p { color: rgb(240,250,164); }
H1.HeaderClassName
{
color: #F0FAA4;
}
.AnyTagClassName
{
color: #F0FAA4;
}
</style>
background-color css
<style>
a { background-color: #F0FAA4; }
a { background-color: rgb(240,250,164); }
div.DivClassName
{
background-color: #F0FAA4;
}
.BgClassName
{
background-color: #F0FAA4;
}
</style>
border-color css
<style>
span { border-color: #F0FAA4; }
span { border-color: rgb(240,250,164); }
td.TdClassName
{
border-color: #F0FAA4;
}
.TagClassName
{
border-color: #F0FAA4;
}
</style>