Shades of Australian Mint #F1F4AA
Tints of Australian Mint #F1F4AA
RGB
CMYK
RGB Variations
Color information
#F1F4AA (or 0xF1F4AA) is known color: Australian Mint. HEX triplet: F1, F4 and AA. RGB value is (241,244,170). Sum of RGB (Red+Green+Blue) = 241+244+170=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F4AA is #0E0B55. Grayscale: #EAEAEA. Windows color (decimal): -920406 or 11203825. OLE color: 11203825.
HSL color Cylindrical-coordinate representation of color #F1F4AA: hue angle of 62.43º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1F4AA is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 244 | 170 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.04 |
| HSL | 62.43º | 0.77% | 0.81% | - |
| HSV(B) | 62.43º | 0.3% | 0.96% | - |
| XYZ | 75.88 | 86.3 | 50.69 | - |
| YUV | 234.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 244 | 170 | 0.01 | 0 | 0.30 | 0.04 | 62.43 | 0.77 | 0.81 |
| Hex | F1 | F4 | AA | 1 | 0 | 1E | 4 | 3E | 4D | 51 |
| Octal | 361 | 364 | 252 | 1 | 0 | 36 | 4 | 76 | 115 | 121 |
| Binary | 11110001 | 11110100 | 10101010 | 1 | 0 | 11110 | 100 | 111110 | 1001101 | 1010001 |
Color Harmonies of #F1F4AA
Complementary color
Monochromatic Colors of #F1F4AA
Black with #F1F4AA
Text Example
Text Example
White with #F1F4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F4AA; }
p { color: rgb(241,244,170); }
H1.HeaderClassName
{
color: #F1F4AA;
}
.AnyTagClassName
{
color: #F1F4AA;
}
</style>
background-color css
<style>
a { background-color: #F1F4AA; }
a { background-color: rgb(241,244,170); }
div.DivClassName
{
background-color: #F1F4AA;
}
.BgClassName
{
background-color: #F1F4AA;
}
</style>
border-color css
<style>
span { border-color: #F1F4AA; }
span { border-color: rgb(241,244,170); }
td.TdClassName
{
border-color: #F1F4AA;
}
.TagClassName
{
border-color: #F1F4AA;
}
</style>