Shades of Australian Mint #F0FEB2
Tints of Australian Mint #F0FEB2
RGB
CMYK
RGB Variations
Color information
#F0FEB2 (or 0xF0FEB2) is known color: Australian Mint. HEX triplet: F0, FE and B2. RGB value is (240,254,178). Sum of RGB (Red+Green+Blue) = 240+254+178=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 178 (69.92% from 255 or 26.49% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FEB2 is #0F014D. Grayscale: #F1F1F1. Windows color (decimal): -983374 or 11730672. OLE color: 11730672.
HSL color Cylindrical-coordinate representation of color #F0FEB2: hue angle of 71.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0FEB2 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 178 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.00 |
| HSL | 71.05º | 0.97% | 0.85% | - |
| HSV(B) | 71.05º | 0.3% | 1% | - |
| XYZ | 79.41 | 92.62 | 55.81 | - |
| YUV | 241.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 178 | 0.06 | 0 | 0.30 | 0.00 | 71.05 | 0.97 | 0.85 |
| Hex | F0 | FE | B2 | 6 | 0 | 1E | 0 | 47 | 61 | 55 |
| Octal | 360 | 376 | 262 | 6 | 0 | 36 | 0 | 107 | 141 | 125 |
| Binary | 11110000 | 11111110 | 10110010 | 110 | 0 | 11110 | 0 | 1000111 | 1100001 | 1010101 |
Color Harmonies of #F0FEB2
Complementary color
Monochromatic Colors of #F0FEB2
Black with #F0FEB2
Text Example
Text Example
White with #F0FEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEB2; }
p { color: rgb(240,254,178); }
H1.HeaderClassName
{
color: #F0FEB2;
}
.AnyTagClassName
{
color: #F0FEB2;
}
</style>
background-color css
<style>
a { background-color: #F0FEB2; }
a { background-color: rgb(240,254,178); }
div.DivClassName
{
background-color: #F0FEB2;
}
.BgClassName
{
background-color: #F0FEB2;
}
</style>
border-color css
<style>
span { border-color: #F0FEB2; }
span { border-color: rgb(240,254,178); }
td.TdClassName
{
border-color: #F0FEB2;
}
.TagClassName
{
border-color: #F0FEB2;
}
</style>