Shades of Australian Mint #F2FEAD
Tints of Australian Mint #F2FEAD
RGB
CMYK
RGB Variations
Color information
#F2FEAD (or 0xF2FEAD) is known color: Australian Mint. HEX triplet: F2, FE and AD. RGB value is (242,254,173). Sum of RGB (Red+Green+Blue) = 242+254+173=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 173 (67.97% from 255 or 25.86% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FEAD is #0D0152. Grayscale: #F1F1F1. Windows color (decimal): -852307 or 11402994. OLE color: 11402994.
HSL color Cylindrical-coordinate representation of color #F2FEAD: hue angle of 68.89º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2FEAD is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 173 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.00 |
| HSL | 68.89º | 0.98% | 0.84% | - |
| HSV(B) | 68.89º | 0.32% | 1% | - |
| XYZ | 79.6 | 92.78 | 53.25 | - |
| YUV | 241.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 173 | 0.05 | 0 | 0.32 | 0.00 | 68.89 | 0.98 | 0.84 |
| Hex | F2 | FE | AD | 5 | 0 | 20 | 0 | 45 | 62 | 54 |
| Octal | 362 | 376 | 255 | 5 | 0 | 40 | 0 | 105 | 142 | 124 |
| Binary | 11110010 | 11111110 | 10101101 | 101 | 0 | 100000 | 0 | 1000101 | 1100010 | 1010100 |
Color Harmonies of #F2FEAD
Complementary color
Monochromatic Colors of #F2FEAD
Black with #F2FEAD
Text Example
Text Example
White with #F2FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEAD; }
p { color: rgb(242,254,173); }
H1.HeaderClassName
{
color: #F2FEAD;
}
.AnyTagClassName
{
color: #F2FEAD;
}
</style>
background-color css
<style>
a { background-color: #F2FEAD; }
a { background-color: rgb(242,254,173); }
div.DivClassName
{
background-color: #F2FEAD;
}
.BgClassName
{
background-color: #F2FEAD;
}
</style>
border-color css
<style>
span { border-color: #F2FEAD; }
span { border-color: rgb(242,254,173); }
td.TdClassName
{
border-color: #F2FEAD;
}
.TagClassName
{
border-color: #F2FEAD;
}
</style>