Shades of Australian Mint #F1FBB3
Tints of Australian Mint #F1FBB3
RGB
CMYK
RGB Variations
Color information
#F1FBB3 (or 0xF1FBB3) is known color: Australian Mint. HEX triplet: F1, FB and B3. RGB value is (241,251,179). Sum of RGB (Red+Green+Blue) = 241+251+179=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 179 (70.31% from 255 or 26.68% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBB3 is #0E044C. Grayscale: #F0F0F0. Windows color (decimal): -918605 or 11795441. OLE color: 11795441.
HSL color Cylindrical-coordinate representation of color #F1FBB3: hue angle of 68.33º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1FBB3 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 251 | 179 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.02 |
| HSL | 68.33º | 0.9% | 0.84% | - |
| HSV(B) | 68.33º | 0.29% | 0.98% | - |
| XYZ | 78.91 | 90.95 | 56.04 | - |
| YUV | 239.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 251 | 179 | 0.04 | 0 | 0.29 | 0.02 | 68.33 | 0.9 | 0.84 |
| Hex | F1 | FB | B3 | 4 | 0 | 1D | 2 | 44 | 5A | 54 |
| Octal | 361 | 373 | 263 | 4 | 0 | 35 | 2 | 104 | 132 | 124 |
| Binary | 11110001 | 11111011 | 10110011 | 100 | 0 | 11101 | 10 | 1000100 | 1011010 | 1010100 |
Color Harmonies of #F1FBB3
Complementary color
Monochromatic Colors of #F1FBB3
Black with #F1FBB3
Text Example
Text Example
White with #F1FBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FBB3; }
p { color: rgb(241,251,179); }
H1.HeaderClassName
{
color: #F1FBB3;
}
.AnyTagClassName
{
color: #F1FBB3;
}
</style>
background-color css
<style>
a { background-color: #F1FBB3; }
a { background-color: rgb(241,251,179); }
div.DivClassName
{
background-color: #F1FBB3;
}
.BgClassName
{
background-color: #F1FBB3;
}
</style>
border-color css
<style>
span { border-color: #F1FBB3; }
span { border-color: rgb(241,251,179); }
td.TdClassName
{
border-color: #F1FBB3;
}
.TagClassName
{
border-color: #F1FBB3;
}
</style>