What is hex #F1DDCF color?

 
The hex code #F1DDCF is also know by an other name that is Champagne Pink.
This color is composed of 241% red, 221% green and 207% blue. So we can say that the RGB value is (241,221,207)
You need to use it for a printer? The CMYK colors code equivalent of hex #F1DDCF is C:0 M:8 Y:14, K:5) .
In the HSV/HSB scale, #F1DDCF has a hue of 25°, 14% saturation and a brightness value of 95%.
If you want to know all about the hex #F1DDCF, 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 #F1DDCF (complementary, analogous, triadic, tetradic...).

Hex #F1DDCF Color Codes & Equivalents

Color Name [Champagne Pink]
RGB Values (241,221,207)
CMYK Values (0%, 8%, 14%, 5%)
HSV/HSB Values (25°, 14%, 95%)
Closest Web Safe
#FFCCCC
Inverse Color
#0e2230
Closest Pantone®
698 C
Closest RAL
RAL 9001 [Cream]
Complementary Color
#cfe3f1

#F1DDCF Converted to Grayscale Codes

Average
#dfdfdf
Lightness (Desaturation)
#e0e0e0
Weighted (BT601)
#e1e1e1
Luma (BT709)
#e0e0e0

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

Complementary Palette

The complementary color of #F1DDCF is #cfe3f1. 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 #F1DDCF you will find #cfe3f1. 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.

#F1DDCF #cfe3f1

Analogous Palette

The analogous color scheme of #F1DDCF is composed with colors #F1CFD2 and #F1EECF. 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 #F1DDCF 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.

#F1CFD2 #F1DDCF #F1EECF

Split-Complementary Palette

The split-complementary color scheme of #F1DDCF is composed with colors #CFD2F1 and #CFF1EE. 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.

#F1DDCF #CFD2F1 #CFF1EE

Triadic Palette

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

#F1DDCF #DDCFF1 #CFF1DD

Tetradic Palette

The tetradic color scheme of #F1DDCF is composed with colors #CFF1DD, #CFE3F1 and #F1CFE3 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.

#F1DDCF #CFF1DD #CFE3F1 #F1CFE3

Square Palette

The square color scheme of #F1DDCF is composed with colors #D2F1CF, #CFE3F1 and #EECFF1 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.

#F1DDCF #D2F1CF #CFE3F1 #EECFF1

Tints, Tones & Shades of Hex #F1DDCF

Tints

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

#F1DDCF #F5E8DE #FAF3EE #FEFEFE #FFFFFF #FFFFFF #FFFFFF #FFFFFF

Tones

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

#F1DDCF #EDDDD2 #EADED5 #E7DED8 #E4DFDB #E1DFDE #E0E0E0 #E0E0E0

Shades

Shades result from adding black, creating darker variations.

#F1DDCF #ECD1BF #E7C6AF #E3BB9F #DEB08F #D9A580 #D59970 #D08E60

Hex #F1DDCF 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 #F1DDCF
Java new Color(241,221,207);
Python Color(#F1DDCF)
.NET Color.FromArgb(255, 241,221,207);
Swift / iOS UIColor(red: 0.95, green: 0.87, blue: 0.81, alpha: 1)
Kotlin / Android Color.rgb(241, 221, 207)