Shades of Australian Mint #F2FAAE
Tints of Australian Mint #F2FAAE
RGB
CMYK
RGB Variations
Color information
#F2FAAE (or 0xF2FAAE) is known color: Australian Mint. HEX triplet: F2, FA and AE. RGB value is (242,250,174). Sum of RGB (Red+Green+Blue) = 242+250+174=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 174 (68.36% from 255 or 26.13% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAAE is #0D0551. Grayscale: #EFEFEF. Windows color (decimal): -853330 or 11467506. OLE color: 11467506.
HSL color Cylindrical-coordinate representation of color #F2FAAE: hue angle of 66.32º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2FAAE is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 174 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.02 |
| HSL | 66.32º | 0.88% | 0.83% | - |
| HSV(B) | 66.32º | 0.3% | 0.98% | - |
| XYZ | 78.44 | 90.3 | 53.34 | - |
| YUV | 238.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 174 | 0.03 | 0 | 0.30 | 0.02 | 66.32 | 0.88 | 0.83 |
| Hex | F2 | FA | AE | 3 | 0 | 1E | 2 | 42 | 58 | 53 |
| Octal | 362 | 372 | 256 | 3 | 0 | 36 | 2 | 102 | 130 | 123 |
| Binary | 11110010 | 11111010 | 10101110 | 11 | 0 | 11110 | 10 | 1000010 | 1011000 | 1010011 |
Color Harmonies of #F2FAAE
Complementary color
Monochromatic Colors of #F2FAAE
Black with #F2FAAE
Text Example
Text Example
White with #F2FAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAAE; }
p { color: rgb(242,250,174); }
H1.HeaderClassName
{
color: #F2FAAE;
}
.AnyTagClassName
{
color: #F2FAAE;
}
</style>
background-color css
<style>
a { background-color: #F2FAAE; }
a { background-color: rgb(242,250,174); }
div.DivClassName
{
background-color: #F2FAAE;
}
.BgClassName
{
background-color: #F2FAAE;
}
</style>
border-color css
<style>
span { border-color: #F2FAAE; }
span { border-color: rgb(242,250,174); }
td.TdClassName
{
border-color: #F2FAAE;
}
.TagClassName
{
border-color: #F2FAAE;
}
</style>