Shades of Australian Mint #F6FEAD
Tints of Australian Mint #F6FEAD
RGB
CMYK
RGB Variations
Color information
#F6FEAD (or 0xF6FEAD) is known color: Australian Mint. HEX triplet: F6, FE and AD. RGB value is (246,254,173). Sum of RGB (Red+Green+Blue) = 246+254+173=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 173 (67.97% from 255 or 25.71% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FEAD is #090152. Grayscale: #F2F2F2. Windows color (decimal): -590163 or 11402998. OLE color: 11402998.
HSL color Cylindrical-coordinate representation of color #F6FEAD: hue angle of 65.93º 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 #F6FEAD is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 173 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.00 |
| HSL | 65.93º | 0.98% | 0.84% | - |
| HSV(B) | 65.93º | 0.32% | 1% | - |
| XYZ | 80.99 | 93.49 | 53.31 | - |
| YUV | 242.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 173 | 0.03 | 0 | 0.32 | 0.00 | 65.93 | 0.98 | 0.84 |
| Hex | F6 | FE | AD | 3 | 0 | 20 | 0 | 42 | 62 | 54 |
| Octal | 366 | 376 | 255 | 3 | 0 | 40 | 0 | 102 | 142 | 124 |
| Binary | 11110110 | 11111110 | 10101101 | 11 | 0 | 100000 | 0 | 1000010 | 1100010 | 1010100 |
Color Harmonies of #F6FEAD
Complementary color
Monochromatic Colors of #F6FEAD
Black with #F6FEAD
Text Example
Text Example
White with #F6FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FEAD; }
p { color: rgb(246,254,173); }
H1.HeaderClassName
{
color: #F6FEAD;
}
.AnyTagClassName
{
color: #F6FEAD;
}
</style>
background-color css
<style>
a { background-color: #F6FEAD; }
a { background-color: rgb(246,254,173); }
div.DivClassName
{
background-color: #F6FEAD;
}
.BgClassName
{
background-color: #F6FEAD;
}
</style>
border-color css
<style>
span { border-color: #F6FEAD; }
span { border-color: rgb(246,254,173); }
td.TdClassName
{
border-color: #F6FEAD;
}
.TagClassName
{
border-color: #F6FEAD;
}
</style>