Shades of Australian Mint #F1F7A8
Tints of Australian Mint #F1F7A8
RGB
CMYK
RGB Variations
Color information
#F1F7A8 (or 0xF1F7A8) is known color: Australian Mint. HEX triplet: F1, F7 and A8. RGB value is (241,247,168). Sum of RGB (Red+Green+Blue) = 241+247+168=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 168 (66.02% from 255 or 25.61% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F7A8 is #0E0857. Grayscale: #ECECEC. Windows color (decimal): -919640 or 11073521. OLE color: 11073521.
HSL color Cylindrical-coordinate representation of color #F1F7A8: hue angle of 64.56º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1F7A8 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 247 | 168 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.03 |
| HSL | 64.56º | 0.83% | 0.81% | - |
| HSV(B) | 64.56º | 0.32% | 0.97% | - |
| XYZ | 76.6 | 88.05 | 50 | - |
| YUV | 236.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 247 | 168 | 0.02 | 0 | 0.32 | 0.03 | 64.56 | 0.83 | 0.81 |
| Hex | F1 | F7 | A8 | 2 | 0 | 20 | 3 | 41 | 53 | 51 |
| Octal | 361 | 367 | 250 | 2 | 0 | 40 | 3 | 101 | 123 | 121 |
| Binary | 11110001 | 11110111 | 10101000 | 10 | 0 | 100000 | 11 | 1000001 | 1010011 | 1010001 |
Color Harmonies of #F1F7A8
Complementary color
Monochromatic Colors of #F1F7A8
Black with #F1F7A8
Text Example
Text Example
White with #F1F7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F7A8; }
p { color: rgb(241,247,168); }
H1.HeaderClassName
{
color: #F1F7A8;
}
.AnyTagClassName
{
color: #F1F7A8;
}
</style>
background-color css
<style>
a { background-color: #F1F7A8; }
a { background-color: rgb(241,247,168); }
div.DivClassName
{
background-color: #F1F7A8;
}
.BgClassName
{
background-color: #F1F7A8;
}
</style>
border-color css
<style>
span { border-color: #F1F7A8; }
span { border-color: rgb(241,247,168); }
td.TdClassName
{
border-color: #F1F7A8;
}
.TagClassName
{
border-color: #F1F7A8;
}
</style>