Shades of Australian Mint #F2FDA4
Tints of Australian Mint #F2FDA4
RGB
CMYK
RGB Variations
Color information
#F2FDA4 (or 0xF2FDA4) is known color: Australian Mint. HEX triplet: F2, FD and A4. RGB value is (242,253,164). Sum of RGB (Red+Green+Blue) = 242+253+164=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 164 (64.45% from 255 or 24.89% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FDA4 is #0D025B. Grayscale: #EFEFEF. Windows color (decimal): -852572 or 10812914. OLE color: 10812914.
HSL color Cylindrical-coordinate representation of color #F2FDA4: hue angle of 67.42º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2FDA4 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 164 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.01 |
| HSL | 67.42º | 0.96% | 0.82% | - |
| HSV(B) | 67.42º | 0.35% | 0.99% | - |
| XYZ | 78.44 | 91.81 | 48.71 | - |
| YUV | 239.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 164 | 0.04 | 0 | 0.35 | 0.01 | 67.42 | 0.96 | 0.82 |
| Hex | F2 | FD | A4 | 4 | 0 | 23 | 1 | 43 | 60 | 52 |
| Octal | 362 | 375 | 244 | 4 | 0 | 43 | 1 | 103 | 140 | 122 |
| Binary | 11110010 | 11111101 | 10100100 | 100 | 0 | 100011 | 1 | 1000011 | 1100000 | 1010010 |
Color Harmonies of #F2FDA4
Complementary color
Monochromatic Colors of #F2FDA4
Black with #F2FDA4
Text Example
Text Example
White with #F2FDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDA4; }
p { color: rgb(242,253,164); }
H1.HeaderClassName
{
color: #F2FDA4;
}
.AnyTagClassName
{
color: #F2FDA4;
}
</style>
background-color css
<style>
a { background-color: #F2FDA4; }
a { background-color: rgb(242,253,164); }
div.DivClassName
{
background-color: #F2FDA4;
}
.BgClassName
{
background-color: #F2FDA4;
}
</style>
border-color css
<style>
span { border-color: #F2FDA4; }
span { border-color: rgb(242,253,164); }
td.TdClassName
{
border-color: #F2FDA4;
}
.TagClassName
{
border-color: #F2FDA4;
}
</style>