What is hex #FFC0CB color?

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

Hex #FFC0CB Color Codes & Equivalents

Color Name [Pink]
RGB Values (255,192,203)
CMYK Values (0%, 25%, 20%, 0%)
HSV/HSB Values (350°, 25%, 100%)
Closest Web Safe
#FFCCCC
Inverse Color
#003f34
Closest Pantone®
182 C
Closest RAL
RAL 1013 [Oyster white]
Complementary Color
#c0fff4

#FFC0CB Converted to Grayscale Codes

Average
#d9d9d9
Lightness (Desaturation)
#e0e0e0
Weighted (BT601)
#d4d4d4
Luma (BT709)
#cecece

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

Complementary Palette

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

#FFC0CB #c0fff4

Analogous Palette

The analogous color scheme of #FFC0CB is composed with colors #FFC0EA and #FFD4C0. 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 #FFC0CB 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.

#FFC0EA #FFC0CB #FFD4C0

Split-Complementary Palette

The split-complementary color scheme of #FFC0CB is composed with colors #C0EAFF and #C0FFD4. 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.

#FFC0CB #C0EAFF #C0FFD4

Triadic Palette

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

#FFC0CB #C0CBFF #CBFFC0

Tetradic Palette

The tetradic color scheme of #FFC0CB is composed with colors #CBFFC0, #C0FFF4 and #F4C0FF 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.

#FFC0CB #CBFFC0 #C0FFF4 #F4C0FF

Square Palette

The square color scheme of #FFC0CB is composed with colors #EAFFC0, #C0FFF4 and #D4C0FF 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.

#FFC0CB #EAFFC0 #C0FFF4 #D4C0FF

Tints, Tones & Shades of Hex #FFC0CB

Tints

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

#FFC0CB #FFD4DB #FFE8EC #FFFDFD #FFFFFF #FFFFFF #FFFFFF #FFFFFF

Tones

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

#FFC0CB #FBC3CD #F8C6CF #F5C9D1 #F2CCD3 #EFCFD5 #ECD2D7 #E9D5D9

Shades

Shades result from adding black, creating darker variations.

#FFC0CB #FFABBA #FF97A9 #FF8298 #FF6E87 #FF5A76 #FF4565 #FF3155

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