Shades of Australian Mint #F8FFAF
Tints of Australian Mint #F8FFAF
RGB
CMYK
RGB Variations
Color information
#F8FFAF (or 0xF8FFAF) is known color: Australian Mint. HEX triplet: F8, FF and AF. RGB value is (248,255,175). Sum of RGB (Red+Green+Blue) = 248+255+175=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 175 (68.75% from 255 or 25.81% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FFAF is #070050. Grayscale: #F4F4F4. Windows color (decimal): -458833 or 11534328. OLE color: 11534328.
HSL color Cylindrical-coordinate representation of color #F8FFAF: hue angle of 65.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8FFAF is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 175 | - |
| CMYK | 0.03 | 0 | 0.31 | 0 |
| HSL | 65.25º | 1% | 0.84% | - |
| HSV(B) | 65.25º | 0.31% | 1% | - |
| XYZ | 82.21 | 94.57 | 54.48 | - |
| YUV | 243.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 175 | 0.03 | 0 | 0.31 | 0 | 65.25 | 1 | 0.84 |
| Hex | F8 | FF | AF | 3 | 0 | 1F | 0 | 41 | 64 | 54 |
| Octal | 370 | 377 | 257 | 3 | 0 | 37 | 0 | 101 | 144 | 124 |
| Binary | 11111000 | 11111111 | 10101111 | 11 | 0 | 11111 | 0 | 1000001 | 1100100 | 1010100 |
Color Harmonies of #F8FFAF
Complementary color
Monochromatic Colors of #F8FFAF
Black with #F8FFAF
Text Example
Text Example
White with #F8FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFAF; }
p { color: rgb(248,255,175); }
H1.HeaderClassName
{
color: #F8FFAF;
}
.AnyTagClassName
{
color: #F8FFAF;
}
</style>
background-color css
<style>
a { background-color: #F8FFAF; }
a { background-color: rgb(248,255,175); }
div.DivClassName
{
background-color: #F8FFAF;
}
.BgClassName
{
background-color: #F8FFAF;
}
</style>
border-color css
<style>
span { border-color: #F8FFAF; }
span { border-color: rgb(248,255,175); }
td.TdClassName
{
border-color: #F8FFAF;
}
.TagClassName
{
border-color: #F8FFAF;
}
</style>