Shades of Australian Mint #F1FBB2
Tints of Australian Mint #F1FBB2
RGB
CMYK
RGB Variations
Color information
#F1FBB2 (or 0xF1FBB2) is known color: Australian Mint. HEX triplet: F1, FB and B2. RGB value is (241,251,178). Sum of RGB (Red+Green+Blue) = 241+251+178=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 178 (69.92% from 255 or 26.57% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FBB2 is #0E044D. Grayscale: #EFEFEF. Windows color (decimal): -918606 or 11729905. OLE color: 11729905.
HSL color Cylindrical-coordinate representation of color #F1FBB2: hue angle of 68.22º 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 #F1FBB2 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 251 | 178 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.02 |
| HSL | 68.22º | 0.9% | 0.84% | - |
| HSV(B) | 68.22º | 0.29% | 0.98% | - |
| XYZ | 78.81 | 90.91 | 55.51 | - |
| YUV | 239.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 251 | 178 | 0.04 | 0 | 0.29 | 0.02 | 68.22 | 0.9 | 0.84 |
| Hex | F1 | FB | B2 | 4 | 0 | 1D | 2 | 44 | 5A | 54 |
| Octal | 361 | 373 | 262 | 4 | 0 | 35 | 2 | 104 | 132 | 124 |
| Binary | 11110001 | 11111011 | 10110010 | 100 | 0 | 11101 | 10 | 1000100 | 1011010 | 1010100 |
Color Harmonies of #F1FBB2
Complementary color
Monochromatic Colors of #F1FBB2
Black with #F1FBB2
Text Example
Text Example
White with #F1FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FBB2; }
p { color: rgb(241,251,178); }
H1.HeaderClassName
{
color: #F1FBB2;
}
.AnyTagClassName
{
color: #F1FBB2;
}
</style>
background-color css
<style>
a { background-color: #F1FBB2; }
a { background-color: rgb(241,251,178); }
div.DivClassName
{
background-color: #F1FBB2;
}
.BgClassName
{
background-color: #F1FBB2;
}
</style>
border-color css
<style>
span { border-color: #F1FBB2; }
span { border-color: rgb(241,251,178); }
td.TdClassName
{
border-color: #F1FBB2;
}
.TagClassName
{
border-color: #F1FBB2;
}
</style>