Shades of Australian Mint #F3FAA1
Tints of Australian Mint #F3FAA1
RGB
CMYK
RGB Variations
Color information
#F3FAA1 (or 0xF3FAA1) is known color: Australian Mint. HEX triplet: F3, FA and A1. RGB value is (243,250,161). Sum of RGB (Red+Green+Blue) = 243+250+161=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 161 (63.28% from 255 or 24.62% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FAA1 is #0C055E. Grayscale: #EEEEEE. Windows color (decimal): -787807 or 10615539. OLE color: 10615539.
HSL color Cylindrical-coordinate representation of color #F3FAA1: hue angle of 64.72º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F3FAA1 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 161 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.02 |
| HSL | 64.72º | 0.9% | 0.81% | - |
| HSV(B) | 64.72º | 0.36% | 0.98% | - |
| XYZ | 77.58 | 90 | 47 | - |
| YUV | 237.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 161 | 0.03 | 0 | 0.36 | 0.02 | 64.72 | 0.9 | 0.81 |
| Hex | F3 | FA | A1 | 3 | 0 | 24 | 2 | 41 | 5A | 51 |
| Octal | 363 | 372 | 241 | 3 | 0 | 44 | 2 | 101 | 132 | 121 |
| Binary | 11110011 | 11111010 | 10100001 | 11 | 0 | 100100 | 10 | 1000001 | 1011010 | 1010001 |
Color Harmonies of #F3FAA1
Complementary color
Monochromatic Colors of #F3FAA1
Black with #F3FAA1
Text Example
Text Example
White with #F3FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FAA1; }
p { color: rgb(243,250,161); }
H1.HeaderClassName
{
color: #F3FAA1;
}
.AnyTagClassName
{
color: #F3FAA1;
}
</style>
background-color css
<style>
a { background-color: #F3FAA1; }
a { background-color: rgb(243,250,161); }
div.DivClassName
{
background-color: #F3FAA1;
}
.BgClassName
{
background-color: #F3FAA1;
}
</style>
border-color css
<style>
span { border-color: #F3FAA1; }
span { border-color: rgb(243,250,161); }
td.TdClassName
{
border-color: #F3FAA1;
}
.TagClassName
{
border-color: #F3FAA1;
}
</style>