Shades of Australian Mint #F1F3AB
Tints of Australian Mint #F1F3AB
RGB
CMYK
RGB Variations
Color information
#F1F3AB (or 0xF1F3AB) is known color: Australian Mint. HEX triplet: F1, F3 and AB. RGB value is (241,243,171). Sum of RGB (Red+Green+Blue) = 241+243+171=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 171 (67.19% from 255 or 26.11% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F3AB is #0E0C54. Grayscale: #EAEAEA. Windows color (decimal): -920661 or 11269105. OLE color: 11269105.
HSL color Cylindrical-coordinate representation of color #F1F3AB: hue angle of 61.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1F3AB is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 171 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.05 |
| HSL | 61.67º | 0.75% | 0.81% | - |
| HSV(B) | 61.67º | 0.3% | 0.95% | - |
| XYZ | 75.68 | 85.74 | 51.09 | - |
| YUV | 234.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 171 | 0.01 | 0 | 0.30 | 0.05 | 61.67 | 0.75 | 0.81 |
| Hex | F1 | F3 | AB | 1 | 0 | 1E | 5 | 3E | 4B | 51 |
| Octal | 361 | 363 | 253 | 1 | 0 | 36 | 5 | 76 | 113 | 121 |
| Binary | 11110001 | 11110011 | 10101011 | 1 | 0 | 11110 | 101 | 111110 | 1001011 | 1010001 |
Color Harmonies of #F1F3AB
Complementary color
Monochromatic Colors of #F1F3AB
Black with #F1F3AB
Text Example
Text Example
White with #F1F3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F3AB; }
p { color: rgb(241,243,171); }
H1.HeaderClassName
{
color: #F1F3AB;
}
.AnyTagClassName
{
color: #F1F3AB;
}
</style>
background-color css
<style>
a { background-color: #F1F3AB; }
a { background-color: rgb(241,243,171); }
div.DivClassName
{
background-color: #F1F3AB;
}
.BgClassName
{
background-color: #F1F3AB;
}
</style>
border-color css
<style>
span { border-color: #F1F3AB; }
span { border-color: rgb(241,243,171); }
td.TdClassName
{
border-color: #F1F3AB;
}
.TagClassName
{
border-color: #F1F3AB;
}
</style>