Shades of Australian Mint #F2FBA5
Tints of Australian Mint #F2FBA5
RGB
CMYK
RGB Variations
Color information
#F2FBA5 (or 0xF2FBA5) is known color: Australian Mint. HEX triplet: F2, FB and A5. RGB value is (242,251,165). Sum of RGB (Red+Green+Blue) = 242+251+165=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 165 (64.84% from 255 or 25.08% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FBA5 is #0D045A. Grayscale: #EEEEEE. Windows color (decimal): -853083 or 10877938. OLE color: 10877938.
HSL color Cylindrical-coordinate representation of color #F2FBA5: hue angle of 66.28º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2FBA5 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 165 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.02 |
| HSL | 66.28º | 0.91% | 0.82% | - |
| HSV(B) | 66.28º | 0.34% | 0.98% | - |
| XYZ | 77.91 | 90.59 | 48.98 | - |
| YUV | 238.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 165 | 0.04 | 0 | 0.34 | 0.02 | 66.28 | 0.91 | 0.82 |
| Hex | F2 | FB | A5 | 4 | 0 | 22 | 2 | 42 | 5B | 52 |
| Octal | 362 | 373 | 245 | 4 | 0 | 42 | 2 | 102 | 133 | 122 |
| Binary | 11110010 | 11111011 | 10100101 | 100 | 0 | 100010 | 10 | 1000010 | 1011011 | 1010010 |
Color Harmonies of #F2FBA5
Complementary color
Monochromatic Colors of #F2FBA5
Black with #F2FBA5
Text Example
Text Example
White with #F2FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBA5; }
p { color: rgb(242,251,165); }
H1.HeaderClassName
{
color: #F2FBA5;
}
.AnyTagClassName
{
color: #F2FBA5;
}
</style>
background-color css
<style>
a { background-color: #F2FBA5; }
a { background-color: rgb(242,251,165); }
div.DivClassName
{
background-color: #F2FBA5;
}
.BgClassName
{
background-color: #F2FBA5;
}
</style>
border-color css
<style>
span { border-color: #F2FBA5; }
span { border-color: rgb(242,251,165); }
td.TdClassName
{
border-color: #F2FBA5;
}
.TagClassName
{
border-color: #F2FBA5;
}
</style>