Shades of Australian Mint #F2FCAC
Tints of Australian Mint #F2FCAC
RGB
CMYK
RGB Variations
Color information
#F2FCAC (or 0xF2FCAC) is known color: Australian Mint. HEX triplet: F2, FC and AC. RGB value is (242,252,172). Sum of RGB (Red+Green+Blue) = 242+252+172=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 172 (67.58% from 255 or 25.83% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FCAC is #0D0353. Grayscale: #F0F0F0. Windows color (decimal): -852820 or 11336946. OLE color: 11336946.
HSL color Cylindrical-coordinate representation of color #F2FCAC: hue angle of 67.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 #F2FCAC is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 172 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.01 |
| HSL | 67.5º | 0.93% | 0.83% | - |
| HSV(B) | 67.5º | 0.32% | 0.99% | - |
| XYZ | 78.87 | 91.48 | 52.53 | - |
| YUV | 239.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 172 | 0.04 | 0 | 0.32 | 0.01 | 67.5 | 0.93 | 0.83 |
| Hex | F2 | FC | AC | 4 | 0 | 20 | 1 | 44 | 5D | 53 |
| Octal | 362 | 374 | 254 | 4 | 0 | 40 | 1 | 104 | 135 | 123 |
| Binary | 11110010 | 11111100 | 10101100 | 100 | 0 | 100000 | 1 | 1000100 | 1011101 | 1010011 |
Color Harmonies of #F2FCAC
Complementary color
Monochromatic Colors of #F2FCAC
Black with #F2FCAC
Text Example
Text Example
White with #F2FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCAC; }
p { color: rgb(242,252,172); }
H1.HeaderClassName
{
color: #F2FCAC;
}
.AnyTagClassName
{
color: #F2FCAC;
}
</style>
background-color css
<style>
a { background-color: #F2FCAC; }
a { background-color: rgb(242,252,172); }
div.DivClassName
{
background-color: #F2FCAC;
}
.BgClassName
{
background-color: #F2FCAC;
}
</style>
border-color css
<style>
span { border-color: #F2FCAC; }
span { border-color: rgb(242,252,172); }
td.TdClassName
{
border-color: #F2FCAC;
}
.TagClassName
{
border-color: #F2FCAC;
}
</style>