What is hex #FFC1CC color?

 
The hex code #FFC1CC is also know by an other name that is Bubble Gum.
This color is composed of 255% red, 193% green and 204% blue. So we can say that the RGB value is (255,193,204)
You need to use it for a printer? The CMYK colors code equivalent of hex #FFC1CC is C:0 M:24 Y:20, K:0) .
In the HSV/HSB scale, #FFC1CC has a hue of 349°, 24% saturation and a brightness value of 100%.
If you want to know all about the hex #FFC1CC, 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 #FFC1CC (complementary, analogous, triadic, tetradic...).

Hex #FFC1CC Color Codes & Equivalents

Color Name [Bubble Gum]
RGB Values (255,193,204)
CMYK Values (0%, 24%, 20%, 0%)
HSV/HSB Values (349°, 24%, 100%)
Closest Web Safe
#FFCCCC
Inverse Color
#003e33
Closest Pantone®
182 C
Closest RAL
RAL 1013 [Oyster white]
Complementary Color
#c1fff4

#FFC1CC Converted to Grayscale Codes

Average
#d9d9d9
Lightness (Desaturation)
#e0e0e0
Weighted (BT601)
#d5d5d5
Luma (BT709)
#cfcfcf

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

Complementary Palette

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

#FFC1CC #c1fff4

Analogous Palette

The analogous color scheme of #FFC1CC is composed with colors #FFC1EB and #FFD5C1. 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 #FFC1CC 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.

#FFC1EB #FFC1CC #FFD5C1

Split-Complementary Palette

The split-complementary color scheme of #FFC1CC is composed with colors #C1EBFF and #C1FFD5. 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.

#FFC1CC #C1EBFF #C1FFD5

Triadic Palette

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

#FFC1CC #C1CCFF #CCFFC1

Tetradic Palette

The tetradic color scheme of #FFC1CC is composed with colors #CCFFC1, #C1FFF4 and #F4C1FF 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.

#FFC1CC #CCFFC1 #C1FFF4 #F4C1FF

Square Palette

The square color scheme of #FFC1CC is composed with colors #EBFFC1, #C1FFF4 and #D5C1FF 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.

#FFC1CC #EBFFC1 #C1FFF4 #D5C1FF

Tints, Tones & Shades of Hex #FFC1CC

Tints

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

#FFC1CC #FFD5DC #FFE9ED #FFFEFE #FFFFFF #FFFFFF #FFFFFF #FFFFFF

Tones

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

#FFC1CC #FBC4CD #F8C7CF #F5CAD1 #F2CDD3 #EFD0D5 #ECD3D7 #E9D6D9

Shades

Shades result from adding black, creating darker variations.

#FFC1CC #FFACBB #FF98AA #FF8399 #FF6F88 #FF5B78 #FF4667 #FF3256

Hex #FFC1CC 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 #FFC1CC
Java new Color(255,193,204);
Python Color(#FFC1CC)
.NET Color.FromArgb(255, 255,193,204);
Swift / iOS UIColor(red: 1, green: 0.76, blue: 0.8, alpha: 1)
Kotlin / Android Color.rgb(255, 193, 204)