Mint Cream Hex Code — #F5FFFA
RGB, HSL, and CMYK values for Mint Cream.
Mint Cream Color Values
| Format | Value |
|---|---|
| HEX | #F5FFFA |
| RGB | rgb(245, 255, 250) |
| HSL | hsl(150, 100%, 98%) |
| CMYK | cmyk(4%, 0%, 2%, 0%) |
Want to explore more shades? Use our Color Converter
About Mint Cream
Color psychology: Freshness, clarity.
Mint Cream (#F5FFFA) is a light shade of white. It's commonly used in web design, graphic design, and branding where freshness, clarity are desired associations.
How to Use Mint Cream in CSS
/* Using HEX */ color: #F5FFFA; background-color: #F5FFFA; /* Using RGB */ color: rgb(245, 255, 250); /* Using HSL */ color: hsl(150, 100%, 98%);