Color: #FDCDDC

#FDCDDC Color Information

#FDCDDC is a light color. The closest websafe version is #FDCDDC. A complement of this color would be #CEFDEE, perceived brightness is 0.87, and the grayscale version is #E5E5E5.

In the HSL color space, this color has a hue angle of 341°,a saturation of 92%, and a lightness of 90%.The HSV representation shows a hue of 341°, a saturation of 19%, and a value of 99%.

In a RGB color space, #FDCDDC is composed of 99% red, 80% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 13% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 69.96, x: 0.3737, and y: 0.3414.

Color Code #FDCDDC

#FDCDDCrgb(253, 205, 220)
HEX
#FDCDDC
RGB
rgb(253, 205, 220)
HSL
hsl(341, 92%, 90%)
HSV
hsv(341, 19%, 99%)
CMYK
0%, 19%, 13%, 1%
XYZ
X: 76.58, Y: 69.96, Z: 58.41
Lab
L: 86.98, a: 19.18, b: -0.69
Name

Shades of Color #FDCDDC

Shades are created by darkening the original color #FDCDDC 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 #FDCDDC

Tints are created by lightening the original color #FDCDDC 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.

#FDCDDCrgb(253, 205, 220)

About #FDCDDC Color Code

In the HSL color space, this color has a hue angle of 341°, a saturation of 92%, and a lightness of 90%. The HSV representation shows a hue of 341°, a saturation of 19%, and a value of 99%.

  • HEX: #FDCDDC
  • RGB: rgb(253, 205, 220)
  • HSL: hsl(341, 92%, 90%)
  • HSV: hsv(341, 19%, 99%)
  • CMYK: 0.00% cyan, 19.00% magenta, 13.00% yellow, 100.00% black
  • XYZ: 76.58, 69.96, 58.41
  • Yxy: 69.96, 0.3737, 0.3414
  • Hunter Lab: 86.98, 19.18, -0.69
  • CIE-Lab: 86.98, 19.18, -0.69

In the XYZ color space, this color is represented as X: 76.58, Y: 69.96, Z: 58.41. The Yxy representation further refines this as Y: 69.96, x: 0.3737, and y: 0.3414.

In the Hunter Lab color space, this color is represented as L: 86.98, a: 19.18, and b: -0.69. Similarly, in the CIE-Lab color space, it is represented as L: 86.98, a: 19.18, and b: -0.69.

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 #FDCDDC

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

Analogous Colors of #FDCDDC

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

Split Complementary Colors of #FDCDDC

Split complementary colors are two colors adjacent to the complementary color of #FDCDDC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FDCDDC

Tetradic colors form a rectangle on the color wheel, including #FDCDDC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FDCDDC

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

Complementary Color of #FDCDDC

The complementary color of #FDCDDC 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 #FDCDDC

/* Using HEX */
body {
  background-color: #fdcddc;
}
/* Using RGB */
body {
  background-color: rgb(253, 205, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 205, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(341, 92%, 90%);
}
/* Text color */
p {
  color: #fdcddc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fdcddc;
}
/* Border color */
.box {
  border: 4px solid #fdcddc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fdcddc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fdcddc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FDCDDC
On Black Background
#FDCDDC
On White Background
#FDCDDC

HTML Examples of #FDCDDC

<!-- Using HEX -->
<div style="background-color: #fdcddc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(253, 205, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(253, 205, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(341, 92%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fdcddc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fdcddc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #fdcddc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #fdcddc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #fdcddc; color: #fff; padding: 16px; border-radius: 8px;">
  #FDCDDC
</div>
#FDCDDC
On Black Background
#FDCDDC
On White Background
#FDCDDC

Related Colors of #FDCDDC

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