Shades of Australian Mint #F0FDA6
Tints of Australian Mint #F0FDA6
RGB
CMYK
RGB Variations
Color information
#F0FDA6 (or 0xF0FDA6) is known color: Australian Mint. HEX triplet: F0, FD and A6. RGB value is (240,253,166). Sum of RGB (Red+Green+Blue) = 240+253+166=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 166 (65.23% from 255 or 25.19% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FDA6 is #0F0259. Grayscale: #EFEFEF. Windows color (decimal): -983642 or 10943984. OLE color: 10943984.
HSL color Cylindrical-coordinate representation of color #F0FDA6: hue angle of 68.97º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0FDA6 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 166 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.01 |
| HSL | 68.97º | 0.96% | 0.82% | - |
| HSV(B) | 68.97º | 0.34% | 0.99% | - |
| XYZ | 77.94 | 91.53 | 49.64 | - |
| YUV | 239.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 166 | 0.05 | 0 | 0.34 | 0.01 | 68.97 | 0.96 | 0.82 |
| Hex | F0 | FD | A6 | 5 | 0 | 22 | 1 | 45 | 60 | 52 |
| Octal | 360 | 375 | 246 | 5 | 0 | 42 | 1 | 105 | 140 | 122 |
| Binary | 11110000 | 11111101 | 10100110 | 101 | 0 | 100010 | 1 | 1000101 | 1100000 | 1010010 |
Color Harmonies of #F0FDA6
Complementary color
Monochromatic Colors of #F0FDA6
Black with #F0FDA6
Text Example
Text Example
White with #F0FDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDA6; }
p { color: rgb(240,253,166); }
H1.HeaderClassName
{
color: #F0FDA6;
}
.AnyTagClassName
{
color: #F0FDA6;
}
</style>
background-color css
<style>
a { background-color: #F0FDA6; }
a { background-color: rgb(240,253,166); }
div.DivClassName
{
background-color: #F0FDA6;
}
.BgClassName
{
background-color: #F0FDA6;
}
</style>
border-color css
<style>
span { border-color: #F0FDA6; }
span { border-color: rgb(240,253,166); }
td.TdClassName
{
border-color: #F0FDA6;
}
.TagClassName
{
border-color: #F0FDA6;
}
</style>