Shades of Australian Mint #F2FAAB
Tints of Australian Mint #F2FAAB
RGB
CMYK
RGB Variations
Color information
#F2FAAB (or 0xF2FAAB) is known color: Australian Mint. HEX triplet: F2, FA and AB. RGB value is (242,250,171). Sum of RGB (Red+Green+Blue) = 242+250+171=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 171 (67.19% from 255 or 25.79% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAAB is #0D0554. Grayscale: #EEEEEE. Windows color (decimal): -853333 or 11270898. OLE color: 11270898.
HSL color Cylindrical-coordinate representation of color #F2FAAB: hue angle of 66.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2FAAB is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 171 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.02 |
| HSL | 66.08º | 0.89% | 0.83% | - |
| HSV(B) | 66.08º | 0.32% | 0.98% | - |
| XYZ | 78.15 | 90.19 | 51.82 | - |
| YUV | 238.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 171 | 0.03 | 0 | 0.32 | 0.02 | 66.08 | 0.89 | 0.83 |
| Hex | F2 | FA | AB | 3 | 0 | 20 | 2 | 42 | 59 | 53 |
| Octal | 362 | 372 | 253 | 3 | 0 | 40 | 2 | 102 | 131 | 123 |
| Binary | 11110010 | 11111010 | 10101011 | 11 | 0 | 100000 | 10 | 1000010 | 1011001 | 1010011 |
Color Harmonies of #F2FAAB
Complementary color
Monochromatic Colors of #F2FAAB
Black with #F2FAAB
Text Example
Text Example
White with #F2FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAAB; }
p { color: rgb(242,250,171); }
H1.HeaderClassName
{
color: #F2FAAB;
}
.AnyTagClassName
{
color: #F2FAAB;
}
</style>
background-color css
<style>
a { background-color: #F2FAAB; }
a { background-color: rgb(242,250,171); }
div.DivClassName
{
background-color: #F2FAAB;
}
.BgClassName
{
background-color: #F2FAAB;
}
</style>
border-color css
<style>
span { border-color: #F2FAAB; }
span { border-color: rgb(242,250,171); }
td.TdClassName
{
border-color: #F2FAAB;
}
.TagClassName
{
border-color: #F2FAAB;
}
</style>