What is hex #F5FFFA color?

 
The hex code #F5FFFA is also know by an other name that is Mint Cream.
This color is composed of 245% red, 255% green and 250% blue. So we can say that the RGB value is (245,255,250)
You need to use it for a printer? The CMYK colors code equivalent of hex #F5FFFA is C:4 M:0 Y:2, K:0) .
In the HSV/HSB scale, #F5FFFA has a hue of 150°, 4% saturation and a brightness value of 100%.
If you want to know all about the hex #F5FFFA, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #F5FFFA (complementary, analogous, triadic, tetradic...).

Hex #F5FFFA Color Codes & Equivalents

Color Name [Mint Cream]
RGB Values (245,255,250)
CMYK Values (4%, 0%, 2%, 0%)
HSV/HSB Values (150°, 4%, 100%)
Closest Web Safe
#FFFFFF [White]
Inverse Color
#0a0005
Closest Pantone®
7436 C
Closest RAL
RAL 9012 [Clean room white]
Complementary Color
#fff5fa

#F5FFFA Converted to Grayscale Codes

Average
#fafafa
Lightness (Desaturation)
#fafafa
Weighted (BT601)
#fbfbfb
Luma (BT709)
#fdfdfd

Hex #F5FFFA Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #F5FFFA is #fff5fa. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #F5FFFA you will find #fff5fa. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#F5FFFA #fff5fa

Analogous Palette

The analogous color scheme of #F5FFFA is composed with colors #F5FFF5 and #F5FFFF. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #F5FFFA with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#F5FFF5 #F5FFFA #F5FFFF

Split-Complementary Palette

The split-complementary color scheme of #F5FFFA is composed with colors #FFF5F5 and #FFF5FF. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#F5FFFA #FFF5F5 #FFF5FF

Triadic Palette

The triadic color scheme of #F5FFFA is composed with colors #FFFAF5 and #FAF5FF. They are located to the right and left of your main color #F5FFFA with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#F5FFFA #FFFAF5 #FAF5FF

Tetradic Palette

The tetradic color scheme of #F5FFFA is composed with colors #FAF5FF, #FFF5FA and #FAFFF5 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#F5FFFA #FAF5FF #FFF5FA #FAFFF5

Square Palette

The square color scheme of #F5FFFA is composed with colors #F5F5FF, #FFF5FA and #FFFFF5 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#F5FFFA #F5F5FF #FFF5FA #FFFFF5

Tints, Tones & Shades of Hex #F5FFFA

Tints

Tints are created by adding white, resulting in lighter shades of #F5FFFA.

#F5FFFA #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF

Tones

Tones are made by mixing with gray, softening the original color.

#F5FFFA #F5FEFA #F5FEFA #F6FDFA #F6FDFA #F7FCFA #F7FCFA #F8FBFA

Shades

Shades result from adding black, creating darker variations.

#F5FFFA #E0FFEF #CCFFE5 #B7FFDB #A3FFD1 #8FFFC7 #7AFFBC #66FFB2

Hex #F5FFFA in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #F5FFFA
Java new Color(245,255,250);
Python Color(#F5FFFA)
.NET Color.FromArgb(255, 245,255,250);
Swift / iOS UIColor(red: 0.96, green: 1, blue: 0.98, alpha: 1)
Kotlin / Android Color.rgb(245, 255, 250)