Shades of Australian Mint #F6FDB0
Tints of Australian Mint #F6FDB0
RGB
CMYK
RGB Variations
Color information
#F6FDB0 (or 0xF6FDB0) is known color: Australian Mint. HEX triplet: F6, FD and B0. RGB value is (246,253,176). Sum of RGB (Red+Green+Blue) = 246+253+176=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 176 (69.14% from 255 or 26.07% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FDB0 is #09024F. Grayscale: #F2F2F2. Windows color (decimal): -590416 or 11599350. OLE color: 11599350.
HSL color Cylindrical-coordinate representation of color #F6FDB0: hue angle of 65.45º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6FDB0 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 253 | 176 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.01 |
| HSL | 65.45º | 0.95% | 0.84% | - |
| HSV(B) | 65.45º | 0.3% | 0.99% | - |
| XYZ | 80.97 | 92.98 | 54.75 | - |
| YUV | 242.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 253 | 176 | 0.03 | 0 | 0.30 | 0.01 | 65.45 | 0.95 | 0.84 |
| Hex | F6 | FD | B0 | 3 | 0 | 1E | 1 | 41 | 5F | 54 |
| Octal | 366 | 375 | 260 | 3 | 0 | 36 | 1 | 101 | 137 | 124 |
| Binary | 11110110 | 11111101 | 10110000 | 11 | 0 | 11110 | 1 | 1000001 | 1011111 | 1010100 |
Color Harmonies of #F6FDB0
Complementary color
Monochromatic Colors of #F6FDB0
Black with #F6FDB0
Text Example
Text Example
White with #F6FDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FDB0; }
p { color: rgb(246,253,176); }
H1.HeaderClassName
{
color: #F6FDB0;
}
.AnyTagClassName
{
color: #F6FDB0;
}
</style>
background-color css
<style>
a { background-color: #F6FDB0; }
a { background-color: rgb(246,253,176); }
div.DivClassName
{
background-color: #F6FDB0;
}
.BgClassName
{
background-color: #F6FDB0;
}
</style>
border-color css
<style>
span { border-color: #F6FDB0; }
span { border-color: rgb(246,253,176); }
td.TdClassName
{
border-color: #F6FDB0;
}
.TagClassName
{
border-color: #F6FDB0;
}
</style>