Shades of Australian Mint #F2FEA8
Tints of Australian Mint #F2FEA8
RGB
CMYK
RGB Variations
Color information
#F2FEA8 (or 0xF2FEA8) is known color: Australian Mint. HEX triplet: F2, FE and A8. RGB value is (242,254,168). Sum of RGB (Red+Green+Blue) = 242+254+168=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 168 (66.02% from 255 or 25.30% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FEA8 is #0D0157. Grayscale: #F0F0F0. Windows color (decimal): -852312 or 11075314. OLE color: 11075314.
HSL color Cylindrical-coordinate representation of color #F2FEA8: hue angle of 68.37º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2FEA8 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 168 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.00 |
| HSL | 68.37º | 0.98% | 0.83% | - |
| HSV(B) | 68.37º | 0.34% | 1% | - |
| XYZ | 79.13 | 92.59 | 50.75 | - |
| YUV | 240.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 168 | 0.05 | 0 | 0.34 | 0.00 | 68.37 | 0.98 | 0.83 |
| Hex | F2 | FE | A8 | 5 | 0 | 22 | 0 | 44 | 62 | 53 |
| Octal | 362 | 376 | 250 | 5 | 0 | 42 | 0 | 104 | 142 | 123 |
| Binary | 11110010 | 11111110 | 10101000 | 101 | 0 | 100010 | 0 | 1000100 | 1100010 | 1010011 |
Color Harmonies of #F2FEA8
Complementary color
Monochromatic Colors of #F2FEA8
Black with #F2FEA8
Text Example
Text Example
White with #F2FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEA8; }
p { color: rgb(242,254,168); }
H1.HeaderClassName
{
color: #F2FEA8;
}
.AnyTagClassName
{
color: #F2FEA8;
}
</style>
background-color css
<style>
a { background-color: #F2FEA8; }
a { background-color: rgb(242,254,168); }
div.DivClassName
{
background-color: #F2FEA8;
}
.BgClassName
{
background-color: #F2FEA8;
}
</style>
border-color css
<style>
span { border-color: #F2FEA8; }
span { border-color: rgb(242,254,168); }
td.TdClassName
{
border-color: #F2FEA8;
}
.TagClassName
{
border-color: #F2FEA8;
}
</style>