Shades of Australian Mint #F1FEA0
Tints of Australian Mint #F1FEA0
RGB
CMYK
RGB Variations
Color information
#F1FEA0 (or 0xF1FEA0) is known color: Australian Mint. HEX triplet: F1, FE and A0. RGB value is (241,254,160). Sum of RGB (Red+Green+Blue) = 241+254+160=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 160 (62.89% from 255 or 24.43% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FEA0 is #0E015F. Grayscale: #EFEFEF. Windows color (decimal): -917856 or 10551025. OLE color: 10551025.
HSL color Cylindrical-coordinate representation of color #F1FEA0: hue angle of 68.3º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1FEA0 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 160 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.00 |
| HSL | 68.3º | 0.98% | 0.81% | - |
| HSV(B) | 68.3º | 0.37% | 1% | - |
| XYZ | 78.06 | 92.12 | 46.92 | - |
| YUV | 239.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 160 | 0.05 | 0 | 0.37 | 0.00 | 68.3 | 0.98 | 0.81 |
| Hex | F1 | FE | A0 | 5 | 0 | 25 | 0 | 44 | 62 | 51 |
| Octal | 361 | 376 | 240 | 5 | 0 | 45 | 0 | 104 | 142 | 121 |
| Binary | 11110001 | 11111110 | 10100000 | 101 | 0 | 100101 | 0 | 1000100 | 1100010 | 1010001 |
Color Harmonies of #F1FEA0
Complementary color
Monochromatic Colors of #F1FEA0
Black with #F1FEA0
Text Example
Text Example
White with #F1FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEA0; }
p { color: rgb(241,254,160); }
H1.HeaderClassName
{
color: #F1FEA0;
}
.AnyTagClassName
{
color: #F1FEA0;
}
</style>
background-color css
<style>
a { background-color: #F1FEA0; }
a { background-color: rgb(241,254,160); }
div.DivClassName
{
background-color: #F1FEA0;
}
.BgClassName
{
background-color: #F1FEA0;
}
</style>
border-color css
<style>
span { border-color: #F1FEA0; }
span { border-color: rgb(241,254,160); }
td.TdClassName
{
border-color: #F1FEA0;
}
.TagClassName
{
border-color: #F1FEA0;
}
</style>