Shades of Australian Mint #F8FEAD
Tints of Australian Mint #F8FEAD
RGB
CMYK
RGB Variations
Color information
#F8FEAD (or 0xF8FEAD) is known color: Australian Mint. HEX triplet: F8, FE and AD. RGB value is (248,254,173). Sum of RGB (Red+Green+Blue) = 248+254+173=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 173 (67.97% from 255 or 25.63% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FEAD is #070152. Grayscale: #F3F3F3. Windows color (decimal): -459091 or 11403000. OLE color: 11403000.
HSL color Cylindrical-coordinate representation of color #F8FEAD: hue angle of 64.44º 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 #F8FEAD is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 173 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.00 |
| HSL | 64.44º | 0.98% | 0.84% | - |
| HSV(B) | 64.44º | 0.32% | 1% | - |
| XYZ | 81.7 | 93.86 | 53.35 | - |
| YUV | 242.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 173 | 0.02 | 0 | 0.32 | 0.00 | 64.44 | 0.98 | 0.84 |
| Hex | F8 | FE | AD | 2 | 0 | 20 | 0 | 40 | 62 | 54 |
| Octal | 370 | 376 | 255 | 2 | 0 | 40 | 0 | 100 | 142 | 124 |
| Binary | 11111000 | 11111110 | 10101101 | 10 | 0 | 100000 | 0 | 1000000 | 1100010 | 1010100 |
Color Harmonies of #F8FEAD
Complementary color
Monochromatic Colors of #F8FEAD
Black with #F8FEAD
Text Example
Text Example
White with #F8FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FEAD; }
p { color: rgb(248,254,173); }
H1.HeaderClassName
{
color: #F8FEAD;
}
.AnyTagClassName
{
color: #F8FEAD;
}
</style>
background-color css
<style>
a { background-color: #F8FEAD; }
a { background-color: rgb(248,254,173); }
div.DivClassName
{
background-color: #F8FEAD;
}
.BgClassName
{
background-color: #F8FEAD;
}
</style>
border-color css
<style>
span { border-color: #F8FEAD; }
span { border-color: rgb(248,254,173); }
td.TdClassName
{
border-color: #F8FEAD;
}
.TagClassName
{
border-color: #F8FEAD;
}
</style>