Color: #FDD9DD

#FDD9DD Color Information

#FDD9DD is a light color. The closest websafe version is #FDD9DD. A complement of this color would be #D8FDF9, perceived brightness is 0.89, and the grayscale version is #EBEBEB.

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

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

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

Color Code #FDD9DD

#FDD9DDrgb(253, 217, 221)
HEX
#FDD9DD
RGB
rgb(253, 217, 221)
HSL
hsl(353, 90%, 92%)
HSV
hsv(353, 14%, 99%)
CMYK
0%, 14%, 13%, 1%
XYZ
X: 79.90, Y: 75.98, Z: 59.74
Lab
L: 89.85, a: 13.38, b: 2.91
Name

Shades of Color #FDD9DD

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

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

#FDD9DDrgb(253, 217, 221)

About #FDD9DD Color Code

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

  • HEX: #FDD9DD
  • RGB: rgb(253, 217, 221)
  • HSL: hsl(353, 90%, 92%)
  • HSV: hsv(353, 14%, 99%)
  • CMYK: 0.00% cyan, 14.00% magenta, 13.00% yellow, 100.00% black
  • XYZ: 79.90, 75.98, 59.74
  • Yxy: 75.98, 0.3706, 0.3524
  • Hunter Lab: 89.85, 13.38, 2.91
  • CIE-Lab: 89.85, 13.38, 2.91

In the XYZ color space, this color is represented as X: 79.90, Y: 75.98, Z: 59.74. The Yxy representation further refines this as Y: 75.98, x: 0.3706, and y: 0.3524.

In the Hunter Lab color space, this color is represented as L: 89.85, a: 13.38, and b: 2.91. Similarly, in the CIE-Lab color space, it is represented as L: 89.85, a: 13.38, and b: 2.91.

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

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

Analogous Colors of #FDD9DD

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

Monochromatic Colors of #FDD9DD

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

Complementary Color of #FDD9DD

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

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

HTML Examples of #FDD9DD

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

Related Colors of #FDD9DD

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