Shades of Australian Mint #F9FFAE
Tints of Australian Mint #F9FFAE
RGB
CMYK
RGB Variations
Color information
#F9FFAE (or 0xF9FFAE) is known color: Australian Mint. HEX triplet: F9, FF and AE. RGB value is (249,255,174). Sum of RGB (Red+Green+Blue) = 249+255+174=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 174 (68.36% from 255 or 25.66% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FFAE is #060051. Grayscale: #F4F4F4. Windows color (decimal): -393298 or 11468793. OLE color: 11468793.
HSL color Cylindrical-coordinate representation of color #F9FFAE: hue angle of 64.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9FFAE is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 174 | - |
| CMYK | 0.02 | 0 | 0.32 | 0 |
| HSL | 64.44º | 1% | 0.84% | - |
| HSV(B) | 64.44º | 0.32% | 1% | - |
| XYZ | 82.47 | 94.72 | 53.98 | - |
| YUV | 243.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 174 | 0.02 | 0 | 0.32 | 0 | 64.44 | 1 | 0.84 |
| Hex | F9 | FF | AE | 2 | 0 | 20 | 0 | 40 | 64 | 54 |
| Octal | 371 | 377 | 256 | 2 | 0 | 40 | 0 | 100 | 144 | 124 |
| Binary | 11111001 | 11111111 | 10101110 | 10 | 0 | 100000 | 0 | 1000000 | 1100100 | 1010100 |
Color Harmonies of #F9FFAE
Complementary color
Monochromatic Colors of #F9FFAE
Black with #F9FFAE
Text Example
Text Example
White with #F9FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFAE; }
p { color: rgb(249,255,174); }
H1.HeaderClassName
{
color: #F9FFAE;
}
.AnyTagClassName
{
color: #F9FFAE;
}
</style>
background-color css
<style>
a { background-color: #F9FFAE; }
a { background-color: rgb(249,255,174); }
div.DivClassName
{
background-color: #F9FFAE;
}
.BgClassName
{
background-color: #F9FFAE;
}
</style>
border-color css
<style>
span { border-color: #F9FFAE; }
span { border-color: rgb(249,255,174); }
td.TdClassName
{
border-color: #F9FFAE;
}
.TagClassName
{
border-color: #F9FFAE;
}
</style>