Shades of Australian Mint #F2FCAF
Tints of Australian Mint #F2FCAF
RGB
CMYK
RGB Variations
Color information
#F2FCAF (or 0xF2FCAF) is known color: Australian Mint. HEX triplet: F2, FC and AF. RGB value is (242,252,175). Sum of RGB (Red+Green+Blue) = 242+252+175=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 175 (68.75% from 255 or 26.16% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FCAF is #0D0350. Grayscale: #F0F0F0. Windows color (decimal): -852817 or 11533554. OLE color: 11533554.
HSL color Cylindrical-coordinate representation of color #F2FCAF: hue angle of 67.79º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2FCAF is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 175 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.01 |
| HSL | 67.79º | 0.93% | 0.84% | - |
| HSV(B) | 67.79º | 0.31% | 0.99% | - |
| XYZ | 79.17 | 91.59 | 54.06 | - |
| YUV | 240.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 175 | 0.04 | 0 | 0.31 | 0.01 | 67.79 | 0.93 | 0.84 |
| Hex | F2 | FC | AF | 4 | 0 | 1F | 1 | 44 | 5D | 54 |
| Octal | 362 | 374 | 257 | 4 | 0 | 37 | 1 | 104 | 135 | 124 |
| Binary | 11110010 | 11111100 | 10101111 | 100 | 0 | 11111 | 1 | 1000100 | 1011101 | 1010100 |
Color Harmonies of #F2FCAF
Complementary color
Monochromatic Colors of #F2FCAF
Black with #F2FCAF
Text Example
Text Example
White with #F2FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCAF; }
p { color: rgb(242,252,175); }
H1.HeaderClassName
{
color: #F2FCAF;
}
.AnyTagClassName
{
color: #F2FCAF;
}
</style>
background-color css
<style>
a { background-color: #F2FCAF; }
a { background-color: rgb(242,252,175); }
div.DivClassName
{
background-color: #F2FCAF;
}
.BgClassName
{
background-color: #F2FCAF;
}
</style>
border-color css
<style>
span { border-color: #F2FCAF; }
span { border-color: rgb(242,252,175); }
td.TdClassName
{
border-color: #F2FCAF;
}
.TagClassName
{
border-color: #F2FCAF;
}
</style>