Shades of Australian Mint #F0FAB0
Tints of Australian Mint #F0FAB0
RGB
CMYK
RGB Variations
Color information
#F0FAB0 (or 0xF0FAB0) is known color: Australian Mint. HEX triplet: F0, FA and B0. RGB value is (240,250,176). Sum of RGB (Red+Green+Blue) = 240+250+176=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 176 (69.14% from 255 or 26.43% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FAB0 is #0F054F. Grayscale: #EEEEEE. Windows color (decimal): -984400 or 11598576. OLE color: 11598576.
HSL color Cylindrical-coordinate representation of color #F0FAB0: hue angle of 68.11º degrees, saturation: 0.88, 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 #F0FAB0 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 176 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.02 |
| HSL | 68.11º | 0.88% | 0.84% | - |
| HSV(B) | 68.11º | 0.3% | 0.98% | - |
| XYZ | 77.96 | 90.03 | 54.34 | - |
| YUV | 238.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 176 | 0.04 | 0 | 0.30 | 0.02 | 68.11 | 0.88 | 0.84 |
| Hex | F0 | FA | B0 | 4 | 0 | 1E | 2 | 44 | 58 | 54 |
| Octal | 360 | 372 | 260 | 4 | 0 | 36 | 2 | 104 | 130 | 124 |
| Binary | 11110000 | 11111010 | 10110000 | 100 | 0 | 11110 | 10 | 1000100 | 1011000 | 1010100 |
Color Harmonies of #F0FAB0
Complementary color
Monochromatic Colors of #F0FAB0
Black with #F0FAB0
Text Example
Text Example
White with #F0FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAB0; }
p { color: rgb(240,250,176); }
H1.HeaderClassName
{
color: #F0FAB0;
}
.AnyTagClassName
{
color: #F0FAB0;
}
</style>
background-color css
<style>
a { background-color: #F0FAB0; }
a { background-color: rgb(240,250,176); }
div.DivClassName
{
background-color: #F0FAB0;
}
.BgClassName
{
background-color: #F0FAB0;
}
</style>
border-color css
<style>
span { border-color: #F0FAB0; }
span { border-color: rgb(240,250,176); }
td.TdClassName
{
border-color: #F0FAB0;
}
.TagClassName
{
border-color: #F0FAB0;
}
</style>