Shades of Australian Mint #F2FFAD
Tints of Australian Mint #F2FFAD
RGB
CMYK
RGB Variations
Color information
#F2FFAD (or 0xF2FFAD) is known color: Australian Mint. HEX triplet: F2, FF and AD. RGB value is (242,255,173). Sum of RGB (Red+Green+Blue) = 242+255+173=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 173 (67.97% from 255 or 25.82% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FFAD is #0D0052. Grayscale: #F2F2F2. Windows color (decimal): -852051 or 11403250. OLE color: 11403250.
HSL color Cylindrical-coordinate representation of color #F2FFAD: hue angle of 69.51º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2FFAD is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 173 | - |
| CMYK | 0.05 | 0 | 0.32 | 0 |
| HSL | 69.51º | 1% | 0.84% | - |
| HSV(B) | 69.51º | 0.32% | 1% | - |
| XYZ | 79.92 | 93.41 | 53.35 | - |
| YUV | 241.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 173 | 0.05 | 0 | 0.32 | 0 | 69.51 | 1 | 0.84 |
| Hex | F2 | FF | AD | 5 | 0 | 20 | 0 | 46 | 64 | 54 |
| Octal | 362 | 377 | 255 | 5 | 0 | 40 | 0 | 106 | 144 | 124 |
| Binary | 11110010 | 11111111 | 10101101 | 101 | 0 | 100000 | 0 | 1000110 | 1100100 | 1010100 |
Color Harmonies of #F2FFAD
Complementary color
Monochromatic Colors of #F2FFAD
Black with #F2FFAD
Text Example
Text Example
White with #F2FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFAD; }
p { color: rgb(242,255,173); }
H1.HeaderClassName
{
color: #F2FFAD;
}
.AnyTagClassName
{
color: #F2FFAD;
}
</style>
background-color css
<style>
a { background-color: #F2FFAD; }
a { background-color: rgb(242,255,173); }
div.DivClassName
{
background-color: #F2FFAD;
}
.BgClassName
{
background-color: #F2FFAD;
}
</style>
border-color css
<style>
span { border-color: #F2FFAD; }
span { border-color: rgb(242,255,173); }
td.TdClassName
{
border-color: #F2FFAD;
}
.TagClassName
{
border-color: #F2FFAD;
}
</style>