Color: #FCD6DD

#FCD6DD Color Information

#FCD6DD is a light color. The closest websafe version is #FCD6DD. A complement of this color would be #D4FCF5, perceived brightness is 0.89, and the grayscale version is #E9E9E9.

In the HSL color space, this color has a hue angle of 349°,a saturation of 86%, and a lightness of 91%.The HSV representation shows a hue of 349°, a saturation of 15%, and a value of 99%.

In a RGB color space, #FCD6DD is composed of 99% red, 84% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 12% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 74.25, x: 0.3704, and y: 0.3495.

Color Code #FCD6DD

#FCD6DDrgb(252, 214, 221)
HEX
#FCD6DD
RGB
rgb(252, 214, 221)
HSL
hsl(349, 86%, 91%)
HSV
hsv(349, 15%, 99%)
CMYK
0%, 15%, 12%, 1%
XYZ
X: 78.69, Y: 74.25, Z: 59.52
Lab
L: 89.04, a: 14.49, b: 1.74
Name

Shades of Color #FCD6DD

Shades are created by darkening the original color #FCD6DD in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #FCD6DD

Tints are created by lightening the original color #FCD6DD in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#FCD6DDrgb(252, 214, 221)

About #FCD6DD Color Code

In the HSL color space, this color has a hue angle of 349°, a saturation of 86%, and a lightness of 91%. The HSV representation shows a hue of 349°, a saturation of 15%, and a value of 99%.

  • HEX: #FCD6DD
  • RGB: rgb(252, 214, 221)
  • HSL: hsl(349, 86%, 91%)
  • HSV: hsv(349, 15%, 99%)
  • CMYK: 0.00% cyan, 15.00% magenta, 12.00% yellow, 100.00% black
  • XYZ: 78.69, 74.25, 59.52
  • Yxy: 74.25, 0.3704, 0.3495
  • Hunter Lab: 89.04, 14.49, 1.74
  • CIE-Lab: 89.04, 14.49, 1.74

In the XYZ color space, this color is represented as X: 78.69, Y: 74.25, Z: 59.52. The Yxy representation further refines this as Y: 74.25, x: 0.3704, and y: 0.3495.

In the Hunter Lab color space, this color is represented as L: 89.04, a: 14.49, and b: 1.74. Similarly, in the CIE-Lab color space, it is represented as L: 89.04, a: 14.49, and b: 1.74.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #FCD6DD

Triadic colors are three colors evenly spaced around the color wheel, including #FCD6DD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #FCD6DD

Analogous colors are adjacent to #FCD6DD on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #FCD6DD

Monochromatic colors are variations of #FCD6DD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #FCD6DD

The complementary color of #FCD6DD is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #FCD6DD

/* Using HEX */
body {
  background-color: #fcd6dd;
}
/* Using RGB */
body {
  background-color: rgb(252, 214, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(252, 214, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(349, 86%, 91%);
}
/* Text color */
p {
  color: #fcd6dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fcd6dd;
}
/* Border color */
.box {
  border: 4px solid #fcd6dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fcd6dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fcd6dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FCD6DD
On Black Background
#FCD6DD
On White Background
#FCD6DD

HTML Examples of #FCD6DD

<!-- Using HEX -->
<div style="background-color: #fcd6dd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(252, 214, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(252, 214, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(349, 86%, 91%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fcd6dd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fcd6dd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #fcd6dd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #fcd6dd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #fcd6dd; color: #fff; padding: 16px; border-radius: 8px;">
  #FCD6DD
</div>
#FCD6DD
On Black Background
#FCD6DD
On White Background
#FCD6DD

Related Colors of #FCD6DD

These colors are similar to #FCD6DD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.