Shades of Australian Mint #F2FAAA
Tints of Australian Mint #F2FAAA
RGB
CMYK
RGB Variations
Color information
#F2FAAA (or 0xF2FAAA) is known color: Australian Mint. HEX triplet: F2, FA and AA. RGB value is (242,250,170). Sum of RGB (Red+Green+Blue) = 242+250+170=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAAA is #0D0555. Grayscale: #EEEEEE. Windows color (decimal): -853334 or 11205362. OLE color: 11205362.
HSL color Cylindrical-coordinate representation of color #F2FAAA: hue angle of 66º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2FAAA is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 170 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.02 |
| HSL | 66º | 0.89% | 0.82% | - |
| HSV(B) | 66º | 0.32% | 0.98% | - |
| XYZ | 78.06 | 90.15 | 51.32 | - |
| YUV | 238.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 170 | 0.03 | 0 | 0.32 | 0.02 | 66 | 0.89 | 0.82 |
| Hex | F2 | FA | AA | 3 | 0 | 20 | 2 | 42 | 59 | 52 |
| Octal | 362 | 372 | 252 | 3 | 0 | 40 | 2 | 102 | 131 | 122 |
| Binary | 11110010 | 11111010 | 10101010 | 11 | 0 | 100000 | 10 | 1000010 | 1011001 | 1010010 |
Color Harmonies of #F2FAAA
Complementary color
Monochromatic Colors of #F2FAAA
Black with #F2FAAA
Text Example
Text Example
White with #F2FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAAA; }
p { color: rgb(242,250,170); }
H1.HeaderClassName
{
color: #F2FAAA;
}
.AnyTagClassName
{
color: #F2FAAA;
}
</style>
background-color css
<style>
a { background-color: #F2FAAA; }
a { background-color: rgb(242,250,170); }
div.DivClassName
{
background-color: #F2FAAA;
}
.BgClassName
{
background-color: #F2FAAA;
}
</style>
border-color css
<style>
span { border-color: #F2FAAA; }
span { border-color: rgb(242,250,170); }
td.TdClassName
{
border-color: #F2FAAA;
}
.TagClassName
{
border-color: #F2FAAA;
}
</style>