Shades of Australian Mint #F8FFAB
Tints of Australian Mint #F8FFAB
RGB
CMYK
RGB Variations
Color information
#F8FFAB (or 0xF8FFAB) is known color: Australian Mint. HEX triplet: F8, FF and AB. RGB value is (248,255,171). Sum of RGB (Red+Green+Blue) = 248+255+171=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 171 (67.19% from 255 or 25.37% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FFAB is #070054. Grayscale: #F3F3F3. Windows color (decimal): -458837 or 11272184. OLE color: 11272184.
HSL color Cylindrical-coordinate representation of color #F8FFAB: hue angle of 65º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8FFAB is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 171 | - |
| CMYK | 0.03 | 0 | 0.33 | 0 |
| HSL | 65º | 1% | 0.84% | - |
| HSV(B) | 65º | 0.33% | 1% | - |
| XYZ | 81.82 | 94.42 | 52.44 | - |
| YUV | 243.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 171 | 0.03 | 0 | 0.33 | 0 | 65 | 1 | 0.84 |
| Hex | F8 | FF | AB | 3 | 0 | 21 | 0 | 41 | 64 | 54 |
| Octal | 370 | 377 | 253 | 3 | 0 | 41 | 0 | 101 | 144 | 124 |
| Binary | 11111000 | 11111111 | 10101011 | 11 | 0 | 100001 | 0 | 1000001 | 1100100 | 1010100 |
Color Harmonies of #F8FFAB
Complementary color
Monochromatic Colors of #F8FFAB
Black with #F8FFAB
Text Example
Text Example
White with #F8FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFAB; }
p { color: rgb(248,255,171); }
H1.HeaderClassName
{
color: #F8FFAB;
}
.AnyTagClassName
{
color: #F8FFAB;
}
</style>
background-color css
<style>
a { background-color: #F8FFAB; }
a { background-color: rgb(248,255,171); }
div.DivClassName
{
background-color: #F8FFAB;
}
.BgClassName
{
background-color: #F8FFAB;
}
</style>
border-color css
<style>
span { border-color: #F8FFAB; }
span { border-color: rgb(248,255,171); }
td.TdClassName
{
border-color: #F8FFAB;
}
.TagClassName
{
border-color: #F8FFAB;
}
</style>