Shades of Australian Mint #F0FAB1
Tints of Australian Mint #F0FAB1
RGB
CMYK
RGB Variations
Color information
#F0FAB1 (or 0xF0FAB1) is known color: Australian Mint. HEX triplet: F0, FA and B1. RGB value is (240,250,177). Sum of RGB (Red+Green+Blue) = 240+250+177=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 177 (69.53% from 255 or 26.54% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FAB1 is #0F054E. Grayscale: #EEEEEE. Windows color (decimal): -984399 or 11664112. OLE color: 11664112.
HSL color Cylindrical-coordinate representation of color #F0FAB1: hue angle of 68.22º degrees, saturation: 0.88, 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 #F0FAB1 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 177 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.02 |
| HSL | 68.22º | 0.88% | 0.84% | - |
| HSV(B) | 68.22º | 0.29% | 0.98% | - |
| XYZ | 78.06 | 90.07 | 54.87 | - |
| YUV | 238.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 177 | 0.04 | 0 | 0.29 | 0.02 | 68.22 | 0.88 | 0.84 |
| Hex | F0 | FA | B1 | 4 | 0 | 1D | 2 | 44 | 58 | 54 |
| Octal | 360 | 372 | 261 | 4 | 0 | 35 | 2 | 104 | 130 | 124 |
| Binary | 11110000 | 11111010 | 10110001 | 100 | 0 | 11101 | 10 | 1000100 | 1011000 | 1010100 |
Color Harmonies of #F0FAB1
Complementary color
Monochromatic Colors of #F0FAB1
Black with #F0FAB1
Text Example
Text Example
White with #F0FAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAB1; }
p { color: rgb(240,250,177); }
H1.HeaderClassName
{
color: #F0FAB1;
}
.AnyTagClassName
{
color: #F0FAB1;
}
</style>
background-color css
<style>
a { background-color: #F0FAB1; }
a { background-color: rgb(240,250,177); }
div.DivClassName
{
background-color: #F0FAB1;
}
.BgClassName
{
background-color: #F0FAB1;
}
</style>
border-color css
<style>
span { border-color: #F0FAB1; }
span { border-color: rgb(240,250,177); }
td.TdClassName
{
border-color: #F0FAB1;
}
.TagClassName
{
border-color: #F0FAB1;
}
</style>