Shades of Australian Mint #F1FDA2
Tints of Australian Mint #F1FDA2
RGB
CMYK
RGB Variations
Color information
#F1FDA2 (or 0xF1FDA2) is known color: Australian Mint. HEX triplet: F1, FD and A2. RGB value is (241,253,162). Sum of RGB (Red+Green+Blue) = 241+253+162=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 162 (63.67% from 255 or 24.70% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FDA2 is #0E025D. Grayscale: #EFEFEF. Windows color (decimal): -918110 or 10681841. OLE color: 10681841.
HSL color Cylindrical-coordinate representation of color #F1FDA2: hue angle of 67.91º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1FDA2 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 253 | 162 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.01 |
| HSL | 67.91º | 0.96% | 0.81% | - |
| HSV(B) | 67.91º | 0.36% | 0.99% | - |
| XYZ | 77.92 | 91.56 | 47.75 | - |
| YUV | 239.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 253 | 162 | 0.05 | 0 | 0.36 | 0.01 | 67.91 | 0.96 | 0.81 |
| Hex | F1 | FD | A2 | 5 | 0 | 24 | 1 | 44 | 60 | 51 |
| Octal | 361 | 375 | 242 | 5 | 0 | 44 | 1 | 104 | 140 | 121 |
| Binary | 11110001 | 11111101 | 10100010 | 101 | 0 | 100100 | 1 | 1000100 | 1100000 | 1010001 |
Color Harmonies of #F1FDA2
Complementary color
Monochromatic Colors of #F1FDA2
Black with #F1FDA2
Text Example
Text Example
White with #F1FDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FDA2; }
p { color: rgb(241,253,162); }
H1.HeaderClassName
{
color: #F1FDA2;
}
.AnyTagClassName
{
color: #F1FDA2;
}
</style>
background-color css
<style>
a { background-color: #F1FDA2; }
a { background-color: rgb(241,253,162); }
div.DivClassName
{
background-color: #F1FDA2;
}
.BgClassName
{
background-color: #F1FDA2;
}
</style>
border-color css
<style>
span { border-color: #F1FDA2; }
span { border-color: rgb(241,253,162); }
td.TdClassName
{
border-color: #F1FDA2;
}
.TagClassName
{
border-color: #F1FDA2;
}
</style>