Shades of Australian Mint #F1F3AE
Tints of Australian Mint #F1F3AE
RGB
CMYK
RGB Variations
Color information
#F1F3AE (or 0xF1F3AE) is known color: Australian Mint. HEX triplet: F1, F3 and AE. RGB value is (241,243,174). Sum of RGB (Red+Green+Blue) = 241+243+174=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F3AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F3AE is #0E0C51. Grayscale: #EAEAEA. Windows color (decimal): -920658 or 11465713. OLE color: 11465713.
HSL color Cylindrical-coordinate representation of color #F1F3AE: hue angle of 61.74º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1F3AE is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 174 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.05 |
| HSL | 61.74º | 0.74% | 0.82% | - |
| HSV(B) | 61.74º | 0.28% | 0.95% | - |
| XYZ | 75.97 | 85.86 | 52.61 | - |
| YUV | 234.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 174 | 0.01 | 0 | 0.28 | 0.05 | 61.74 | 0.74 | 0.82 |
| Hex | F1 | F3 | AE | 1 | 0 | 1C | 5 | 3E | 4A | 52 |
| Octal | 361 | 363 | 256 | 1 | 0 | 34 | 5 | 76 | 112 | 122 |
| Binary | 11110001 | 11110011 | 10101110 | 1 | 0 | 11100 | 101 | 111110 | 1001010 | 1010010 |
Color Harmonies of #F1F3AE
Complementary color
Monochromatic Colors of #F1F3AE
Black with #F1F3AE
Text Example
Text Example
White with #F1F3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F3AE; }
p { color: rgb(241,243,174); }
H1.HeaderClassName
{
color: #F1F3AE;
}
.AnyTagClassName
{
color: #F1F3AE;
}
</style>
background-color css
<style>
a { background-color: #F1F3AE; }
a { background-color: rgb(241,243,174); }
div.DivClassName
{
background-color: #F1F3AE;
}
.BgClassName
{
background-color: #F1F3AE;
}
</style>
border-color css
<style>
span { border-color: #F1F3AE; }
span { border-color: rgb(241,243,174); }
td.TdClassName
{
border-color: #F1F3AE;
}
.TagClassName
{
border-color: #F1F3AE;
}
</style>