Shades of Australian Mint #F0FDA5
Tints of Australian Mint #F0FDA5
RGB
CMYK
RGB Variations
Color information
#F0FDA5 (or 0xF0FDA5) is known color: Australian Mint. HEX triplet: F0, FD and A5. RGB value is (240,253,165). Sum of RGB (Red+Green+Blue) = 240+253+165=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 165 (64.84% from 255 or 25.08% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FDA5 is #0F025A. Grayscale: #EFEFEF. Windows color (decimal): -983643 or 10878448. OLE color: 10878448.
HSL color Cylindrical-coordinate representation of color #F0FDA5: hue angle of 68.86º 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 #F0FDA5 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 165 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.01 |
| HSL | 68.86º | 0.96% | 0.82% | - |
| HSV(B) | 68.86º | 0.35% | 0.99% | - |
| XYZ | 77.85 | 91.49 | 49.15 | - |
| YUV | 239.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 165 | 0.05 | 0 | 0.35 | 0.01 | 68.86 | 0.96 | 0.82 |
| Hex | F0 | FD | A5 | 5 | 0 | 23 | 1 | 45 | 60 | 52 |
| Octal | 360 | 375 | 245 | 5 | 0 | 43 | 1 | 105 | 140 | 122 |
| Binary | 11110000 | 11111101 | 10100101 | 101 | 0 | 100011 | 1 | 1000101 | 1100000 | 1010010 |
Color Harmonies of #F0FDA5
Complementary color
Monochromatic Colors of #F0FDA5
Black with #F0FDA5
Text Example
Text Example
White with #F0FDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDA5; }
p { color: rgb(240,253,165); }
H1.HeaderClassName
{
color: #F0FDA5;
}
.AnyTagClassName
{
color: #F0FDA5;
}
</style>
background-color css
<style>
a { background-color: #F0FDA5; }
a { background-color: rgb(240,253,165); }
div.DivClassName
{
background-color: #F0FDA5;
}
.BgClassName
{
background-color: #F0FDA5;
}
</style>
border-color css
<style>
span { border-color: #F0FDA5; }
span { border-color: rgb(240,253,165); }
td.TdClassName
{
border-color: #F0FDA5;
}
.TagClassName
{
border-color: #F0FDA5;
}
</style>