Shades of Australian Mint #F1FEA6
Tints of Australian Mint #F1FEA6
RGB
CMYK
RGB Variations
Color information
#F1FEA6 (or 0xF1FEA6) is known color: Australian Mint. HEX triplet: F1, FE and A6. RGB value is (241,254,166). Sum of RGB (Red+Green+Blue) = 241+254+166=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 166 (65.23% from 255 or 25.11% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FEA6 is #0E0159. Grayscale: #F0F0F0. Windows color (decimal): -917850 or 10944241. OLE color: 10944241.
HSL color Cylindrical-coordinate representation of color #F1FEA6: hue angle of 68.86º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1FEA6 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 166 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.00 |
| HSL | 68.86º | 0.98% | 0.82% | - |
| HSV(B) | 68.86º | 0.35% | 1% | - |
| XYZ | 78.6 | 92.34 | 49.76 | - |
| YUV | 240.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 166 | 0.05 | 0 | 0.35 | 0.00 | 68.86 | 0.98 | 0.82 |
| Hex | F1 | FE | A6 | 5 | 0 | 23 | 0 | 45 | 62 | 52 |
| Octal | 361 | 376 | 246 | 5 | 0 | 43 | 0 | 105 | 142 | 122 |
| Binary | 11110001 | 11111110 | 10100110 | 101 | 0 | 100011 | 0 | 1000101 | 1100010 | 1010010 |
Color Harmonies of #F1FEA6
Complementary color
Monochromatic Colors of #F1FEA6
Black with #F1FEA6
Text Example
Text Example
White with #F1FEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEA6; }
p { color: rgb(241,254,166); }
H1.HeaderClassName
{
color: #F1FEA6;
}
.AnyTagClassName
{
color: #F1FEA6;
}
</style>
background-color css
<style>
a { background-color: #F1FEA6; }
a { background-color: rgb(241,254,166); }
div.DivClassName
{
background-color: #F1FEA6;
}
.BgClassName
{
background-color: #F1FEA6;
}
</style>
border-color css
<style>
span { border-color: #F1FEA6; }
span { border-color: rgb(241,254,166); }
td.TdClassName
{
border-color: #F1FEA6;
}
.TagClassName
{
border-color: #F1FEA6;
}
</style>