Shades of Australian Mint #F4FAA1
Tints of Australian Mint #F4FAA1
RGB
CMYK
RGB Variations
Color information
#F4FAA1 (or 0xF4FAA1) is known color: Australian Mint. HEX triplet: F4, FA and A1. RGB value is (244,250,161). Sum of RGB (Red+Green+Blue) = 244+250+161=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 161 (63.28% from 255 or 24.58% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FAA1 is #0B055E. Grayscale: #EEEEEE. Windows color (decimal): -722271 or 10615540. OLE color: 10615540.
HSL color Cylindrical-coordinate representation of color #F4FAA1: hue angle of 64.04º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F4FAA1 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 250 | 161 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.02 |
| HSL | 64.04º | 0.9% | 0.81% | - |
| HSV(B) | 64.04º | 0.36% | 0.98% | - |
| XYZ | 77.93 | 90.18 | 47.02 | - |
| YUV | 238.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 250 | 161 | 0.02 | 0 | 0.36 | 0.02 | 64.04 | 0.9 | 0.81 |
| Hex | F4 | FA | A1 | 2 | 0 | 24 | 2 | 40 | 5A | 51 |
| Octal | 364 | 372 | 241 | 2 | 0 | 44 | 2 | 100 | 132 | 121 |
| Binary | 11110100 | 11111010 | 10100001 | 10 | 0 | 100100 | 10 | 1000000 | 1011010 | 1010001 |
Color Harmonies of #F4FAA1
Complementary color
Monochromatic Colors of #F4FAA1
Black with #F4FAA1
Text Example
Text Example
White with #F4FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FAA1; }
p { color: rgb(244,250,161); }
H1.HeaderClassName
{
color: #F4FAA1;
}
.AnyTagClassName
{
color: #F4FAA1;
}
</style>
background-color css
<style>
a { background-color: #F4FAA1; }
a { background-color: rgb(244,250,161); }
div.DivClassName
{
background-color: #F4FAA1;
}
.BgClassName
{
background-color: #F4FAA1;
}
</style>
border-color css
<style>
span { border-color: #F4FAA1; }
span { border-color: rgb(244,250,161); }
td.TdClassName
{
border-color: #F4FAA1;
}
.TagClassName
{
border-color: #F4FAA1;
}
</style>