Shades of Australian Mint #F5FBA4
Tints of Australian Mint #F5FBA4
RGB
CMYK
RGB Variations
Color information
#F5FBA4 (or 0xF5FBA4) is known color: Australian Mint. HEX triplet: F5, FB and A4. RGB value is (245,251,164). Sum of RGB (Red+Green+Blue) = 245+251+164=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 164 (64.45% from 255 or 24.85% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FBA4 is #0A045B. Grayscale: #EFEFEF. Windows color (decimal): -656476 or 10812405. OLE color: 10812405.
HSL color Cylindrical-coordinate representation of color #F5FBA4: hue angle of 64.14º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5FBA4 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 251 | 164 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.02 |
| HSL | 64.14º | 0.92% | 0.81% | - |
| HSV(B) | 64.14º | 0.35% | 0.98% | - |
| XYZ | 78.85 | 91.09 | 48.55 | - |
| YUV | 239.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 251 | 164 | 0.02 | 0 | 0.35 | 0.02 | 64.14 | 0.92 | 0.81 |
| Hex | F5 | FB | A4 | 2 | 0 | 23 | 2 | 40 | 5C | 51 |
| Octal | 365 | 373 | 244 | 2 | 0 | 43 | 2 | 100 | 134 | 121 |
| Binary | 11110101 | 11111011 | 10100100 | 10 | 0 | 100011 | 10 | 1000000 | 1011100 | 1010001 |
Color Harmonies of #F5FBA4
Complementary color
Monochromatic Colors of #F5FBA4
Black with #F5FBA4
Text Example
Text Example
White with #F5FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FBA4; }
p { color: rgb(245,251,164); }
H1.HeaderClassName
{
color: #F5FBA4;
}
.AnyTagClassName
{
color: #F5FBA4;
}
</style>
background-color css
<style>
a { background-color: #F5FBA4; }
a { background-color: rgb(245,251,164); }
div.DivClassName
{
background-color: #F5FBA4;
}
.BgClassName
{
background-color: #F5FBA4;
}
</style>
border-color css
<style>
span { border-color: #F5FBA4; }
span { border-color: rgb(245,251,164); }
td.TdClassName
{
border-color: #F5FBA4;
}
.TagClassName
{
border-color: #F5FBA4;
}
</style>