Shades of Australian Mint #F1F4B1
Tints of Australian Mint #F1F4B1
RGB
CMYK
RGB Variations
Color information
#F1F4B1 (or 0xF1F4B1) is known color: Australian Mint. HEX triplet: F1, F4 and B1. RGB value is (241,244,177). Sum of RGB (Red+Green+Blue) = 241+244+177=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 177 (69.53% from 255 or 26.74% from 662); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F4B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F4B1 is #0E0B4E. Grayscale: #EBEBEB. Windows color (decimal): -920399 or 11662577. OLE color: 11662577.
HSL color Cylindrical-coordinate representation of color #F1F4B1: hue angle of 62.69º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1F4B1 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 244 | 177 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.04 |
| HSL | 62.69º | 0.75% | 0.83% | - |
| HSV(B) | 62.69º | 0.27% | 0.96% | - |
| XYZ | 76.56 | 86.58 | 54.27 | - |
| YUV | 235.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 244 | 177 | 0.01 | 0 | 0.27 | 0.04 | 62.69 | 0.75 | 0.83 |
| Hex | F1 | F4 | B1 | 1 | 0 | 1B | 4 | 3F | 4B | 53 |
| Octal | 361 | 364 | 261 | 1 | 0 | 33 | 4 | 77 | 113 | 123 |
| Binary | 11110001 | 11110100 | 10110001 | 1 | 0 | 11011 | 100 | 111111 | 1001011 | 1010011 |
Color Harmonies of #F1F4B1
Complementary color
Monochromatic Colors of #F1F4B1
Black with #F1F4B1
Text Example
Text Example
White with #F1F4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F4B1; }
p { color: rgb(241,244,177); }
H1.HeaderClassName
{
color: #F1F4B1;
}
.AnyTagClassName
{
color: #F1F4B1;
}
</style>
background-color css
<style>
a { background-color: #F1F4B1; }
a { background-color: rgb(241,244,177); }
div.DivClassName
{
background-color: #F1F4B1;
}
.BgClassName
{
background-color: #F1F4B1;
}
</style>
border-color css
<style>
span { border-color: #F1F4B1; }
span { border-color: rgb(241,244,177); }
td.TdClassName
{
border-color: #F1F4B1;
}
.TagClassName
{
border-color: #F1F4B1;
}
</style>