Shades of Australian Mint #F1FEB2
Tints of Australian Mint #F1FEB2
RGB
CMYK
RGB Variations
Color information
#F1FEB2 (or 0xF1FEB2) is known color: Australian Mint. HEX triplet: F1, FE and B2. RGB value is (241,254,178). Sum of RGB (Red+Green+Blue) = 241+254+178=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 178 (69.92% from 255 or 26.45% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FEB2 is #0E014D. Grayscale: #F1F1F1. Windows color (decimal): -917838 or 11730673. OLE color: 11730673.
HSL color Cylindrical-coordinate representation of color #F1FEB2: hue angle of 70.26º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1FEB2 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 178 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.00 |
| HSL | 70.26º | 0.97% | 0.85% | - |
| HSV(B) | 70.26º | 0.3% | 1% | - |
| XYZ | 79.75 | 92.8 | 55.83 | - |
| YUV | 241.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 178 | 0.05 | 0 | 0.30 | 0.00 | 70.26 | 0.97 | 0.85 |
| Hex | F1 | FE | B2 | 5 | 0 | 1E | 0 | 46 | 61 | 55 |
| Octal | 361 | 376 | 262 | 5 | 0 | 36 | 0 | 106 | 141 | 125 |
| Binary | 11110001 | 11111110 | 10110010 | 101 | 0 | 11110 | 0 | 1000110 | 1100001 | 1010101 |
Color Harmonies of #F1FEB2
Complementary color
Monochromatic Colors of #F1FEB2
Black with #F1FEB2
Text Example
Text Example
White with #F1FEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEB2; }
p { color: rgb(241,254,178); }
H1.HeaderClassName
{
color: #F1FEB2;
}
.AnyTagClassName
{
color: #F1FEB2;
}
</style>
background-color css
<style>
a { background-color: #F1FEB2; }
a { background-color: rgb(241,254,178); }
div.DivClassName
{
background-color: #F1FEB2;
}
.BgClassName
{
background-color: #F1FEB2;
}
</style>
border-color css
<style>
span { border-color: #F1FEB2; }
span { border-color: rgb(241,254,178); }
td.TdClassName
{
border-color: #F1FEB2;
}
.TagClassName
{
border-color: #F1FEB2;
}
</style>