Shades of Australian Mint #F2FDAA
Tints of Australian Mint #F2FDAA
RGB
CMYK
RGB Variations
Color information
#F2FDAA (or 0xF2FDAA) is known color: Australian Mint. HEX triplet: F2, FD and AA. RGB value is (242,253,170). Sum of RGB (Red+Green+Blue) = 242+253+170=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 170 (66.80% from 255 or 25.56% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FDAA is #0D0255. Grayscale: #F0F0F0. Windows color (decimal): -852566 or 11206130. OLE color: 11206130.
HSL color Cylindrical-coordinate representation of color #F2FDAA: hue angle of 67.95º degrees, saturation: 0.95, 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 #F2FDAA is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 170 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.01 |
| HSL | 67.95º | 0.95% | 0.83% | - |
| HSV(B) | 67.95º | 0.33% | 0.99% | - |
| XYZ | 79 | 92.03 | 51.63 | - |
| YUV | 240.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 170 | 0.04 | 0 | 0.33 | 0.01 | 67.95 | 0.95 | 0.83 |
| Hex | F2 | FD | AA | 4 | 0 | 21 | 1 | 44 | 5F | 53 |
| Octal | 362 | 375 | 252 | 4 | 0 | 41 | 1 | 104 | 137 | 123 |
| Binary | 11110010 | 11111101 | 10101010 | 100 | 0 | 100001 | 1 | 1000100 | 1011111 | 1010011 |
Color Harmonies of #F2FDAA
Complementary color
Monochromatic Colors of #F2FDAA
Black with #F2FDAA
Text Example
Text Example
White with #F2FDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDAA; }
p { color: rgb(242,253,170); }
H1.HeaderClassName
{
color: #F2FDAA;
}
.AnyTagClassName
{
color: #F2FDAA;
}
</style>
background-color css
<style>
a { background-color: #F2FDAA; }
a { background-color: rgb(242,253,170); }
div.DivClassName
{
background-color: #F2FDAA;
}
.BgClassName
{
background-color: #F2FDAA;
}
</style>
border-color css
<style>
span { border-color: #F2FDAA; }
span { border-color: rgb(242,253,170); }
td.TdClassName
{
border-color: #F2FDAA;
}
.TagClassName
{
border-color: #F2FDAA;
}
</style>