Color: #FDDCDC

#FDDCDC Color Information

#FDDCDC is a light color. The closest websafe version is #FDDCDC. A complement of this color would be #DDFDFD, perceived brightness is 0.90, and the grayscale version is #ECECEC.

In the HSL color space, this color has a hue angle of 0°,a saturation of 89%, and a lightness of 93%.The HSV representation shows a hue of 0°, a saturation of 13%, and a value of 99%.

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

In the Yxy color space, this color is represented as Y: 77.50, x: 0.3706, and y: 0.3562.

Color Code #FDDCDC

#FDDCDCrgb(253, 220, 220)
HEX
#FDDCDC
RGB
rgb(253, 220, 220)
HSL
hsl(0, 89%, 93%)
HSV
hsv(0, 13%, 99%)
CMYK
0%, 13%, 13%, 1%
XYZ
X: 80.63, Y: 77.50, Z: 59.43
Lab
L: 90.55, a: 11.79, b: 4.44
Name

Shades of Color #FDDCDC

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

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

#FDDCDCrgb(253, 220, 220)

About #FDDCDC Color Code

In the HSL color space, this color has a hue angle of 0°, a saturation of 89%, and a lightness of 93%. The HSV representation shows a hue of 0°, a saturation of 13%, and a value of 99%.

  • HEX: #FDDCDC
  • RGB: rgb(253, 220, 220)
  • HSL: hsl(0, 89%, 93%)
  • HSV: hsv(0, 13%, 99%)
  • CMYK: 0.00% cyan, 13.00% magenta, 13.00% yellow, 100.00% black
  • XYZ: 80.63, 77.50, 59.43
  • Yxy: 77.50, 0.3706, 0.3562
  • Hunter Lab: 90.55, 11.79, 4.44
  • CIE-Lab: 90.55, 11.79, 4.44

In the XYZ color space, this color is represented as X: 80.63, Y: 77.50, Z: 59.43. The Yxy representation further refines this as Y: 77.50, x: 0.3706, and y: 0.3562.

In the Hunter Lab color space, this color is represented as L: 90.55, a: 11.79, and b: 4.44. Similarly, in the CIE-Lab color space, it is represented as L: 90.55, a: 11.79, and b: 4.44.

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

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

Analogous Colors of #FDDCDC

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

Split Complementary Colors of #FDDCDC

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

Tetradic Colors of #FDDCDC

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

Monochromatic Colors of #FDDCDC

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

Complementary Color of #FDDCDC

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

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

HTML Examples of #FDDCDC

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

Related Colors of #FDDCDC

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