Shades of Australian Mint #F6FDB2
Tints of Australian Mint #F6FDB2
RGB
CMYK
RGB Variations
Color information
#F6FDB2 (or 0xF6FDB2) is known color: Australian Mint. HEX triplet: F6, FD and B2. RGB value is (246,253,178). Sum of RGB (Red+Green+Blue) = 246+253+178=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 178 (69.92% from 255 or 26.29% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FDB2 is #09024D. Grayscale: #F2F2F2. Windows color (decimal): -590414 or 11730422. OLE color: 11730422.
HSL color Cylindrical-coordinate representation of color #F6FDB2: hue angle of 65.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6FDB2 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 253 | 178 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.01 |
| HSL | 65.6º | 0.95% | 0.85% | - |
| HSV(B) | 65.6º | 0.3% | 0.99% | - |
| XYZ | 81.17 | 93.06 | 55.8 | - |
| YUV | 242.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 253 | 178 | 0.03 | 0 | 0.30 | 0.01 | 65.6 | 0.95 | 0.85 |
| Hex | F6 | FD | B2 | 3 | 0 | 1E | 1 | 42 | 5F | 55 |
| Octal | 366 | 375 | 262 | 3 | 0 | 36 | 1 | 102 | 137 | 125 |
| Binary | 11110110 | 11111101 | 10110010 | 11 | 0 | 11110 | 1 | 1000010 | 1011111 | 1010101 |
Color Harmonies of #F6FDB2
Complementary color
Monochromatic Colors of #F6FDB2
Black with #F6FDB2
Text Example
Text Example
White with #F6FDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FDB2; }
p { color: rgb(246,253,178); }
H1.HeaderClassName
{
color: #F6FDB2;
}
.AnyTagClassName
{
color: #F6FDB2;
}
</style>
background-color css
<style>
a { background-color: #F6FDB2; }
a { background-color: rgb(246,253,178); }
div.DivClassName
{
background-color: #F6FDB2;
}
.BgClassName
{
background-color: #F6FDB2;
}
</style>
border-color css
<style>
span { border-color: #F6FDB2; }
span { border-color: rgb(246,253,178); }
td.TdClassName
{
border-color: #F6FDB2;
}
.TagClassName
{
border-color: #F6FDB2;
}
</style>