Shades of Australian Mint #F6FCAC
Tints of Australian Mint #F6FCAC
RGB
CMYK
RGB Variations
Color information
#F6FCAC (or 0xF6FCAC) is known color: Australian Mint. HEX triplet: F6, FC and AC. RGB value is (246,252,172). Sum of RGB (Red+Green+Blue) = 246+252+172=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 172 (67.58% from 255 or 25.67% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FCAC is #090353. Grayscale: #F1F1F1. Windows color (decimal): -590676 or 11336950. OLE color: 11336950.
HSL color Cylindrical-coordinate representation of color #F6FCAC: hue angle of 64.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6FCAC is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 252 | 172 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.01 |
| HSL | 64.5º | 0.93% | 0.83% | - |
| HSV(B) | 64.5º | 0.32% | 0.99% | - |
| XYZ | 80.26 | 92.19 | 52.59 | - |
| YUV | 241.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 252 | 172 | 0.02 | 0 | 0.32 | 0.01 | 64.5 | 0.93 | 0.83 |
| Hex | F6 | FC | AC | 2 | 0 | 20 | 1 | 40 | 5D | 53 |
| Octal | 366 | 374 | 254 | 2 | 0 | 40 | 1 | 100 | 135 | 123 |
| Binary | 11110110 | 11111100 | 10101100 | 10 | 0 | 100000 | 1 | 1000000 | 1011101 | 1010011 |
Color Harmonies of #F6FCAC
Complementary color
Monochromatic Colors of #F6FCAC
Black with #F6FCAC
Text Example
Text Example
White with #F6FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FCAC; }
p { color: rgb(246,252,172); }
H1.HeaderClassName
{
color: #F6FCAC;
}
.AnyTagClassName
{
color: #F6FCAC;
}
</style>
background-color css
<style>
a { background-color: #F6FCAC; }
a { background-color: rgb(246,252,172); }
div.DivClassName
{
background-color: #F6FCAC;
}
.BgClassName
{
background-color: #F6FCAC;
}
</style>
border-color css
<style>
span { border-color: #F6FCAC; }
span { border-color: rgb(246,252,172); }
td.TdClassName
{
border-color: #F6FCAC;
}
.TagClassName
{
border-color: #F6FCAC;
}
</style>