Shades of Australian Mint #F2FCB2
Tints of Australian Mint #F2FCB2
RGB
CMYK
RGB Variations
Color information
#F2FCB2 (or 0xF2FCB2) is known color: Australian Mint. HEX triplet: F2, FC and B2. RGB value is (242,252,178). Sum of RGB (Red+Green+Blue) = 242+252+178=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 178 (69.92% from 255 or 26.49% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FCB2 is #0D034D. Grayscale: #F0F0F0. Windows color (decimal): -852814 or 11730162. OLE color: 11730162.
HSL color Cylindrical-coordinate representation of color #F2FCB2: hue angle of 68.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2FCB2 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 178 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.01 |
| HSL | 68.11º | 0.93% | 0.84% | - |
| HSV(B) | 68.11º | 0.29% | 0.99% | - |
| XYZ | 79.46 | 91.71 | 55.63 | - |
| YUV | 240.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 178 | 0.04 | 0 | 0.29 | 0.01 | 68.11 | 0.93 | 0.84 |
| Hex | F2 | FC | B2 | 4 | 0 | 1D | 1 | 44 | 5C | 54 |
| Octal | 362 | 374 | 262 | 4 | 0 | 35 | 1 | 104 | 134 | 124 |
| Binary | 11110010 | 11111100 | 10110010 | 100 | 0 | 11101 | 1 | 1000100 | 1011100 | 1010100 |
Color Harmonies of #F2FCB2
Complementary color
Monochromatic Colors of #F2FCB2
Black with #F2FCB2
Text Example
Text Example
White with #F2FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCB2; }
p { color: rgb(242,252,178); }
H1.HeaderClassName
{
color: #F2FCB2;
}
.AnyTagClassName
{
color: #F2FCB2;
}
</style>
background-color css
<style>
a { background-color: #F2FCB2; }
a { background-color: rgb(242,252,178); }
div.DivClassName
{
background-color: #F2FCB2;
}
.BgClassName
{
background-color: #F2FCB2;
}
</style>
border-color css
<style>
span { border-color: #F2FCB2; }
span { border-color: rgb(242,252,178); }
td.TdClassName
{
border-color: #F2FCB2;
}
.TagClassName
{
border-color: #F2FCB2;
}
</style>