Shades of Australian Mint #F2FAAF
Tints of Australian Mint #F2FAAF
RGB
CMYK
RGB Variations
Color information
#F2FAAF (or 0xF2FAAF) is known color: Australian Mint. HEX triplet: F2, FA and AF. RGB value is (242,250,175). Sum of RGB (Red+Green+Blue) = 242+250+175=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAAF is #0D0550. Grayscale: #EFEFEF. Windows color (decimal): -853329 or 11533042. OLE color: 11533042.
HSL color Cylindrical-coordinate representation of color #F2FAAF: hue angle of 66.4º 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 #F2FAAF is Cyan = 0.03, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 175 | - |
| CMYK | 0.03 | 0 | 0.3 | 0.02 |
| HSL | 66.4º | 0.88% | 0.83% | - |
| HSV(B) | 66.4º | 0.3% | 0.98% | - |
| XYZ | 78.54 | 90.34 | 53.86 | - |
| YUV | 239.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 175 | 0.03 | 0 | 0.3 | 0.02 | 66.4 | 0.88 | 0.83 |
| Hex | F2 | FA | AF | 3 | 0 | 1E | 2 | 42 | 58 | 53 |
| Octal | 362 | 372 | 257 | 3 | 0 | 36 | 2 | 102 | 130 | 123 |
| Binary | 11110010 | 11111010 | 10101111 | 11 | 0 | 11110 | 10 | 1000010 | 1011000 | 1010011 |
Color Harmonies of #F2FAAF
Complementary color
Monochromatic Colors of #F2FAAF
Black with #F2FAAF
Text Example
Text Example
White with #F2FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAAF; }
p { color: rgb(242,250,175); }
H1.HeaderClassName
{
color: #F2FAAF;
}
.AnyTagClassName
{
color: #F2FAAF;
}
</style>
background-color css
<style>
a { background-color: #F2FAAF; }
a { background-color: rgb(242,250,175); }
div.DivClassName
{
background-color: #F2FAAF;
}
.BgClassName
{
background-color: #F2FAAF;
}
</style>
border-color css
<style>
span { border-color: #F2FAAF; }
span { border-color: rgb(242,250,175); }
td.TdClassName
{
border-color: #F2FAAF;
}
.TagClassName
{
border-color: #F2FAAF;
}
</style>