Shades of Australian Mint #F0FCA3
Tints of Australian Mint #F0FCA3
RGB
CMYK
RGB Variations
Color information
#F0FCA3 (or 0xF0FCA3) is known color: Australian Mint. HEX triplet: F0, FC and A3. RGB value is (240,252,163). Sum of RGB (Red+Green+Blue) = 240+252+163=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 163 (64.06% from 255 or 24.89% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FCA3 is #0F035C. Grayscale: #EEEEEE. Windows color (decimal): -983901 or 10747120. OLE color: 10747120.
HSL color Cylindrical-coordinate representation of color #F0FCA3: hue angle of 68.09º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0FCA3 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 163 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.01 |
| HSL | 68.09º | 0.94% | 0.81% | - |
| HSV(B) | 68.09º | 0.35% | 0.99% | - |
| XYZ | 77.36 | 90.79 | 48.1 | - |
| YUV | 238.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 163 | 0.05 | 0 | 0.35 | 0.01 | 68.09 | 0.94 | 0.81 |
| Hex | F0 | FC | A3 | 5 | 0 | 23 | 1 | 44 | 5E | 51 |
| Octal | 360 | 374 | 243 | 5 | 0 | 43 | 1 | 104 | 136 | 121 |
| Binary | 11110000 | 11111100 | 10100011 | 101 | 0 | 100011 | 1 | 1000100 | 1011110 | 1010001 |
Color Harmonies of #F0FCA3
Complementary color
Monochromatic Colors of #F0FCA3
Black with #F0FCA3
Text Example
Text Example
White with #F0FCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCA3; }
p { color: rgb(240,252,163); }
H1.HeaderClassName
{
color: #F0FCA3;
}
.AnyTagClassName
{
color: #F0FCA3;
}
</style>
background-color css
<style>
a { background-color: #F0FCA3; }
a { background-color: rgb(240,252,163); }
div.DivClassName
{
background-color: #F0FCA3;
}
.BgClassName
{
background-color: #F0FCA3;
}
</style>
border-color css
<style>
span { border-color: #F0FCA3; }
span { border-color: rgb(240,252,163); }
td.TdClassName
{
border-color: #F0FCA3;
}
.TagClassName
{
border-color: #F0FCA3;
}
</style>