Shades of Australian Mint #F5FCA4
Tints of Australian Mint #F5FCA4
RGB
CMYK
RGB Variations
Color information
#F5FCA4 (or 0xF5FCA4) is known color: Australian Mint. HEX triplet: F5, FC and A4. RGB value is (245,252,164). Sum of RGB (Red+Green+Blue) = 245+252+164=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 164 (64.45% from 255 or 24.81% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FCA4 is #0A035B. Grayscale: #F0F0F0. Windows color (decimal): -656220 or 10812661. OLE color: 10812661.
HSL color Cylindrical-coordinate representation of color #F5FCA4: hue angle of 64.77º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5FCA4 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 164 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.01 |
| HSL | 64.77º | 0.94% | 0.82% | - |
| HSV(B) | 64.77º | 0.35% | 0.99% | - |
| XYZ | 79.17 | 91.71 | 48.65 | - |
| YUV | 239.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 164 | 0.03 | 0 | 0.35 | 0.01 | 64.77 | 0.94 | 0.82 |
| Hex | F5 | FC | A4 | 3 | 0 | 23 | 1 | 41 | 5E | 52 |
| Octal | 365 | 374 | 244 | 3 | 0 | 43 | 1 | 101 | 136 | 122 |
| Binary | 11110101 | 11111100 | 10100100 | 11 | 0 | 100011 | 1 | 1000001 | 1011110 | 1010010 |
Color Harmonies of #F5FCA4
Complementary color
Monochromatic Colors of #F5FCA4
Black with #F5FCA4
Text Example
Text Example
White with #F5FCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCA4; }
p { color: rgb(245,252,164); }
H1.HeaderClassName
{
color: #F5FCA4;
}
.AnyTagClassName
{
color: #F5FCA4;
}
</style>
background-color css
<style>
a { background-color: #F5FCA4; }
a { background-color: rgb(245,252,164); }
div.DivClassName
{
background-color: #F5FCA4;
}
.BgClassName
{
background-color: #F5FCA4;
}
</style>
border-color css
<style>
span { border-color: #F5FCA4; }
span { border-color: rgb(245,252,164); }
td.TdClassName
{
border-color: #F5FCA4;
}
.TagClassName
{
border-color: #F5FCA4;
}
</style>