What is hex #FD7C6E color?

 
The hex code #FD7C6E is also know by an other name that is Coral Reef.
This color is composed of 253% red, 124% green and 110% blue. So we can say that the RGB value is (253,124,110)
You need to use it for a printer? The CMYK colors code equivalent of hex #FD7C6E is C:0 M:51 Y:57, K:1) .
In the HSV/HSB scale, #FD7C6E has a hue of 6°, 57% saturation and a brightness value of 99%.
If you want to know all about the hex #FD7C6E, 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 #FD7C6E (complementary, analogous, triadic, tetradic...).

Hex #FD7C6E Color Codes & Equivalents

Color Name [Coral Reef]
RGB Values (253,124,110)
CMYK Values (0%, 51%, 57%, 1%)
HSV/HSB Values (6°, 57%, 99%)
Closest Web Safe
#FF6666
Inverse Color
#028391
Closest Pantone®
170 C
Closest RAL
RAL 3014 [Antique pink]
Complementary Color
#6eeffd

#FD7C6E Converted to Grayscale Codes

Average
#a2a2a2
Lightness (Desaturation)
#b6b6b6
Weighted (BT601)
#a1a1a1
Luma (BT709)
#969696

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

Complementary Palette

The complementary color of #FD7C6E is #6eeffd. 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 #FD7C6E you will find #6eeffd. 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.

#FD7C6E #6eeffd

Analogous Palette

The analogous color scheme of #FD7C6E is composed with colors #FD6EA7 and #FDC36E. 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 #FD7C6E 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.

#FD6EA7 #FD7C6E #FDC36E

Split-Complementary Palette

The split-complementary color scheme of #FD7C6E is composed with colors #6EA7FD and #6EFDC3. 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.

#FD7C6E #6EA7FD #6EFDC3

Triadic Palette

The triadic color scheme of #FD7C6E is composed with colors #7C6EFD and #6EFD7C. They are located to the right and left of your main color #FD7C6E 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.

#FD7C6E #7C6EFD #6EFD7C

Tetradic Palette

The tetradic color scheme of #FD7C6E is composed with colors #6EFD7C, #6EEFFD and #FD6EEF 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.

#FD7C6E #6EFD7C #6EEFFD #FD6EEF

Square Palette

The square color scheme of #FD7C6E is composed with colors #A7FD6E, #6EEFFD and #C36EFD 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.

#FD7C6E #A7FD6E #6EEFFD #C36EFD

Tints, Tones & Shades of Hex #FD7C6E

Tints

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

#FD7C6E #FD8E82 #FDA096 #FDB2AA #FEC4BE #FED6D2 #FEE9E6 #FEFBFA

Tones

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

#FD7C6E #F58175 #EE877C #E78D83 #E0938A #D89892 #D19E99 #CAA4A0

Shades

Shades result from adding black, creating darker variations.

#FD7C6E #FC6959 #FC5745 #FC4531 #FB331D #FB2109 #ED1A03 #D91702

Hex #FD7C6E 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 #FD7C6E
Java new Color(253,124,110);
Python Color(#FD7C6E)
.NET Color.FromArgb(255, 253,124,110);
Swift / iOS UIColor(red: 0.99, green: 0.49, blue: 0.43, alpha: 1)
Kotlin / Android Color.rgb(253, 124, 110)