Shades of Australian Mint #F2FAA6
Tints of Australian Mint #F2FAA6
RGB
CMYK
RGB Variations
Color information
#F2FAA6 (or 0xF2FAA6) is known color: Australian Mint. HEX triplet: F2, FA and A6. RGB value is (242,250,166). Sum of RGB (Red+Green+Blue) = 242+250+166=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 166 (65.23% from 255 or 25.23% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAA6 is #0D0559. Grayscale: #EEEEEE. Windows color (decimal): -853338 or 10943218. OLE color: 10943218.
HSL color Cylindrical-coordinate representation of color #F2FAA6: hue angle of 65.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2FAA6 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 166 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.02 |
| HSL | 65.71º | 0.89% | 0.82% | - |
| HSV(B) | 65.71º | 0.34% | 0.98% | - |
| XYZ | 77.69 | 90 | 49.35 | - |
| YUV | 238.03 | 87.35 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 166 | 0.03 | 0 | 0.34 | 0.02 | 65.71 | 0.89 | 0.82 |
| Hex | F2 | FA | A6 | 3 | 0 | 22 | 2 | 42 | 59 | 52 |
| Octal | 362 | 372 | 246 | 3 | 0 | 42 | 2 | 102 | 131 | 122 |
| Binary | 11110010 | 11111010 | 10100110 | 11 | 0 | 100010 | 10 | 1000010 | 1011001 | 1010010 |
Color Harmonies of #F2FAA6
Complementary color
Monochromatic Colors of #F2FAA6
Black with #F2FAA6
Text Example
Text Example
White with #F2FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAA6; }
p { color: rgb(242,250,166); }
H1.HeaderClassName
{
color: #F2FAA6;
}
.AnyTagClassName
{
color: #F2FAA6;
}
</style>
background-color css
<style>
a { background-color: #F2FAA6; }
a { background-color: rgb(242,250,166); }
div.DivClassName
{
background-color: #F2FAA6;
}
.BgClassName
{
background-color: #F2FAA6;
}
</style>
border-color css
<style>
span { border-color: #F2FAA6; }
span { border-color: rgb(242,250,166); }
td.TdClassName
{
border-color: #F2FAA6;
}
.TagClassName
{
border-color: #F2FAA6;
}
</style>