Shades of Australian Mint #F4FCAA
Tints of Australian Mint #F4FCAA
RGB
CMYK
RGB Variations
Color information
#F4FCAA (or 0xF4FCAA) is known color: Australian Mint. HEX triplet: F4, FC and AA. RGB value is (244,252,170). Sum of RGB (Red+Green+Blue) = 244+252+170=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 170 (66.80% from 255 or 25.53% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FCAA is #0B0355. Grayscale: #F0F0F0. Windows color (decimal): -721750 or 11205876. OLE color: 11205876.
HSL color Cylindrical-coordinate representation of color #F4FCAA: hue angle of 65.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4FCAA is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 252 | 170 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.01 |
| HSL | 65.85º | 0.93% | 0.83% | - |
| HSV(B) | 65.85º | 0.33% | 0.99% | - |
| XYZ | 79.37 | 91.76 | 51.56 | - |
| YUV | 240.26 | 88.35 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 252 | 170 | 0.03 | 0 | 0.33 | 0.01 | 65.85 | 0.93 | 0.83 |
| Hex | F4 | FC | AA | 3 | 0 | 21 | 1 | 42 | 5D | 53 |
| Octal | 364 | 374 | 252 | 3 | 0 | 41 | 1 | 102 | 135 | 123 |
| Binary | 11110100 | 11111100 | 10101010 | 11 | 0 | 100001 | 1 | 1000010 | 1011101 | 1010011 |
Color Harmonies of #F4FCAA
Complementary color
Monochromatic Colors of #F4FCAA
Black with #F4FCAA
Text Example
Text Example
White with #F4FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FCAA; }
p { color: rgb(244,252,170); }
H1.HeaderClassName
{
color: #F4FCAA;
}
.AnyTagClassName
{
color: #F4FCAA;
}
</style>
background-color css
<style>
a { background-color: #F4FCAA; }
a { background-color: rgb(244,252,170); }
div.DivClassName
{
background-color: #F4FCAA;
}
.BgClassName
{
background-color: #F4FCAA;
}
</style>
border-color css
<style>
span { border-color: #F4FCAA; }
span { border-color: rgb(244,252,170); }
td.TdClassName
{
border-color: #F4FCAA;
}
.TagClassName
{
border-color: #F4FCAA;
}
</style>