Shades of Australian Mint #F4FBB0
Tints of Australian Mint #F4FBB0
RGB
CMYK
RGB Variations
Color information
#F4FBB0 (or 0xF4FBB0) is known color: Australian Mint. HEX triplet: F4, FB and B0. RGB value is (244,251,176). Sum of RGB (Red+Green+Blue) = 244+251+176=671 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.36% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 176 (69.14% from 255 or 26.23% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #F4FBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FBB0 is #0B044F. Grayscale: #F0F0F0. Windows color (decimal): -722000 or 11598836. OLE color: 11598836.
HSL color Cylindrical-coordinate representation of color #F4FBB0: hue angle of 65.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4FBB0 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 251 | 176 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.02 |
| HSL | 65.6º | 0.9% | 0.84% | - |
| HSV(B) | 65.6º | 0.3% | 0.98% | - |
| XYZ | 79.64 | 91.36 | 54.51 | - |
| YUV | 240.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 251 | 176 | 0.03 | 0 | 0.30 | 0.02 | 65.6 | 0.9 | 0.84 |
| Hex | F4 | FB | B0 | 3 | 0 | 1E | 2 | 42 | 5A | 54 |
| Octal | 364 | 373 | 260 | 3 | 0 | 36 | 2 | 102 | 132 | 124 |
| Binary | 11110100 | 11111011 | 10110000 | 11 | 0 | 11110 | 10 | 1000010 | 1011010 | 1010100 |
Color Harmonies of #F4FBB0
Complementary color
Monochromatic Colors of #F4FBB0
Black with #F4FBB0
Text Example
Text Example
White with #F4FBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FBB0; }
p { color: rgb(244,251,176); }
H1.HeaderClassName
{
color: #F4FBB0;
}
.AnyTagClassName
{
color: #F4FBB0;
}
</style>
background-color css
<style>
a { background-color: #F4FBB0; }
a { background-color: rgb(244,251,176); }
div.DivClassName
{
background-color: #F4FBB0;
}
.BgClassName
{
background-color: #F4FBB0;
}
</style>
border-color css
<style>
span { border-color: #F4FBB0; }
span { border-color: rgb(244,251,176); }
td.TdClassName
{
border-color: #F4FBB0;
}
.TagClassName
{
border-color: #F4FBB0;
}
</style>