Shades of Australian Mint #F8FFA8
Tints of Australian Mint #F8FFA8
RGB
CMYK
RGB Variations
Color information
#F8FFA8 (or 0xF8FFA8) is known color: Australian Mint. HEX triplet: F8, FF and A8. RGB value is (248,255,168). Sum of RGB (Red+Green+Blue) = 248+255+168=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 168 (66.02% from 255 or 25.04% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FFA8 is #070057. Grayscale: #F3F3F3. Windows color (decimal): -458840 or 11075576. OLE color: 11075576.
HSL color Cylindrical-coordinate representation of color #F8FFA8: hue angle of 64.83º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8FFA8 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 168 | - |
| CMYK | 0.03 | 0 | 0.34 | 0 |
| HSL | 64.83º | 1% | 0.83% | - |
| HSV(B) | 64.83º | 0.34% | 1% | - |
| XYZ | 81.54 | 94.3 | 50.95 | - |
| YUV | 242.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 168 | 0.03 | 0 | 0.34 | 0 | 64.83 | 1 | 0.83 |
| Hex | F8 | FF | A8 | 3 | 0 | 22 | 0 | 41 | 64 | 53 |
| Octal | 370 | 377 | 250 | 3 | 0 | 42 | 0 | 101 | 144 | 123 |
| Binary | 11111000 | 11111111 | 10101000 | 11 | 0 | 100010 | 0 | 1000001 | 1100100 | 1010011 |
Color Harmonies of #F8FFA8
Complementary color
Monochromatic Colors of #F8FFA8
Black with #F8FFA8
Text Example
Text Example
White with #F8FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFA8; }
p { color: rgb(248,255,168); }
H1.HeaderClassName
{
color: #F8FFA8;
}
.AnyTagClassName
{
color: #F8FFA8;
}
</style>
background-color css
<style>
a { background-color: #F8FFA8; }
a { background-color: rgb(248,255,168); }
div.DivClassName
{
background-color: #F8FFA8;
}
.BgClassName
{
background-color: #F8FFA8;
}
</style>
border-color css
<style>
span { border-color: #F8FFA8; }
span { border-color: rgb(248,255,168); }
td.TdClassName
{
border-color: #F8FFA8;
}
.TagClassName
{
border-color: #F8FFA8;
}
</style>