Shades of Australian Mint #F2FFAB
Tints of Australian Mint #F2FFAB
RGB
CMYK
RGB Variations
Color information
#F2FFAB (or 0xF2FFAB) is known color: Australian Mint. HEX triplet: F2, FF and AB. RGB value is (242,255,171). Sum of RGB (Red+Green+Blue) = 242+255+171=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 171 (67.19% from 255 or 25.60% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FFAB is #0D0054. Grayscale: #F1F1F1. Windows color (decimal): -852053 or 11272178. OLE color: 11272178.
HSL color Cylindrical-coordinate representation of color #F2FFAB: hue angle of 69.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2FFAB is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 171 | - |
| CMYK | 0.05 | 0 | 0.33 | 0 |
| HSL | 69.29º | 1% | 0.84% | - |
| HSV(B) | 69.29º | 0.33% | 1% | - |
| XYZ | 79.73 | 93.34 | 52.34 | - |
| YUV | 241.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 171 | 0.05 | 0 | 0.33 | 0 | 69.29 | 1 | 0.84 |
| Hex | F2 | FF | AB | 5 | 0 | 21 | 0 | 45 | 64 | 54 |
| Octal | 362 | 377 | 253 | 5 | 0 | 41 | 0 | 105 | 144 | 124 |
| Binary | 11110010 | 11111111 | 10101011 | 101 | 0 | 100001 | 0 | 1000101 | 1100100 | 1010100 |
Color Harmonies of #F2FFAB
Complementary color
Monochromatic Colors of #F2FFAB
Black with #F2FFAB
Text Example
Text Example
White with #F2FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFAB; }
p { color: rgb(242,255,171); }
H1.HeaderClassName
{
color: #F2FFAB;
}
.AnyTagClassName
{
color: #F2FFAB;
}
</style>
background-color css
<style>
a { background-color: #F2FFAB; }
a { background-color: rgb(242,255,171); }
div.DivClassName
{
background-color: #F2FFAB;
}
.BgClassName
{
background-color: #F2FFAB;
}
</style>
border-color css
<style>
span { border-color: #F2FFAB; }
span { border-color: rgb(242,255,171); }
td.TdClassName
{
border-color: #F2FFAB;
}
.TagClassName
{
border-color: #F2FFAB;
}
</style>