Shades of Australian Mint #F1FBA4
Tints of Australian Mint #F1FBA4
RGB
CMYK
RGB Variations
Color information
#F1FBA4 (or 0xF1FBA4) is known color: Australian Mint. HEX triplet: F1, FB and A4. RGB value is (241,251,164). Sum of RGB (Red+Green+Blue) = 241+251+164=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 164 (64.45% from 255 or 25% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FBA4 is #0E045B. Grayscale: #EEEEEE. Windows color (decimal): -918620 or 10812401. OLE color: 10812401.
HSL color Cylindrical-coordinate representation of color #F1FBA4: hue angle of 66.9º 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 #F1FBA4 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 251 | 164 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.02 |
| HSL | 66.9º | 0.92% | 0.81% | - |
| HSV(B) | 66.9º | 0.35% | 0.98% | - |
| XYZ | 77.47 | 90.38 | 48.48 | - |
| YUV | 238.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 251 | 164 | 0.04 | 0 | 0.35 | 0.02 | 66.9 | 0.92 | 0.81 |
| Hex | F1 | FB | A4 | 4 | 0 | 23 | 2 | 43 | 5C | 51 |
| Octal | 361 | 373 | 244 | 4 | 0 | 43 | 2 | 103 | 134 | 121 |
| Binary | 11110001 | 11111011 | 10100100 | 100 | 0 | 100011 | 10 | 1000011 | 1011100 | 1010001 |
Color Harmonies of #F1FBA4
Complementary color
Monochromatic Colors of #F1FBA4
Black with #F1FBA4
Text Example
Text Example
White with #F1FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FBA4; }
p { color: rgb(241,251,164); }
H1.HeaderClassName
{
color: #F1FBA4;
}
.AnyTagClassName
{
color: #F1FBA4;
}
</style>
background-color css
<style>
a { background-color: #F1FBA4; }
a { background-color: rgb(241,251,164); }
div.DivClassName
{
background-color: #F1FBA4;
}
.BgClassName
{
background-color: #F1FBA4;
}
</style>
border-color css
<style>
span { border-color: #F1FBA4; }
span { border-color: rgb(241,251,164); }
td.TdClassName
{
border-color: #F1FBA4;
}
.TagClassName
{
border-color: #F1FBA4;
}
</style>