Shades of Australian Mint #F1FFB5
Tints of Australian Mint #F1FFB5
RGB
CMYK
RGB Variations
Color information
#F1FFB5 (or 0xF1FFB5) is known color: Australian Mint. HEX triplet: F1, FF and B5. RGB value is (241,255,181). Sum of RGB (Red+Green+Blue) = 241+255+181=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 181 (71.09% from 255 or 26.74% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFB5 is #0E004A. Grayscale: #F2F2F2. Windows color (decimal): -917579 or 11927537. OLE color: 11927537.
HSL color Cylindrical-coordinate representation of color #F1FFB5: hue angle of 71.35º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1FFB5 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 181 | - |
| CMYK | 0.05 | 0 | 0.29 | 0 |
| HSL | 71.35º | 1% | 0.85% | - |
| HSV(B) | 71.35º | 0.29% | 1% | - |
| XYZ | 80.38 | 93.56 | 57.54 | - |
| YUV | 242.38 | 93.36 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 181 | 0.05 | 0 | 0.29 | 0 | 71.35 | 1 | 0.85 |
| Hex | F1 | FF | B5 | 5 | 0 | 1D | 0 | 47 | 64 | 55 |
| Octal | 361 | 377 | 265 | 5 | 0 | 35 | 0 | 107 | 144 | 125 |
| Binary | 11110001 | 11111111 | 10110101 | 101 | 0 | 11101 | 0 | 1000111 | 1100100 | 1010101 |
Color Harmonies of #F1FFB5
Complementary color
Monochromatic Colors of #F1FFB5
Black with #F1FFB5
Text Example
Text Example
White with #F1FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFB5; }
p { color: rgb(241,255,181); }
H1.HeaderClassName
{
color: #F1FFB5;
}
.AnyTagClassName
{
color: #F1FFB5;
}
</style>
background-color css
<style>
a { background-color: #F1FFB5; }
a { background-color: rgb(241,255,181); }
div.DivClassName
{
background-color: #F1FFB5;
}
.BgClassName
{
background-color: #F1FFB5;
}
</style>
border-color css
<style>
span { border-color: #F1FFB5; }
span { border-color: rgb(241,255,181); }
td.TdClassName
{
border-color: #F1FFB5;
}
.TagClassName
{
border-color: #F1FFB5;
}
</style>