Color: #FFD0DD

#FFD0DD Color Information

#FFD0DD is a light color. The closest websafe version is #FFD0DD. A complement of this color would be #D1FFF2, perceived brightness is 0.88, and the grayscale version is #E8E8E8.

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

In a RGB color space, #FFD0DD is composed of 100% red, 82% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 13% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 71.85, x: 0.3739, and y: 0.3434.

Color Code #FFD0DD

#FFD0DDrgb(255, 208, 221)
HEX
#FFD0DD
RGB
rgb(255, 208, 221)
HSL
hsl(343, 100%, 91%)
HSV
hsv(343, 18%, 100%)
CMYK
0%, 18%, 13%, 0%
XYZ
X: 78.24, Y: 71.85, Z: 59.16
Lab
L: 87.90, a: 18.53, b: 0.14
Name

Shades of Color #FFD0DD

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

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

#FFD0DDrgb(255, 208, 221)

About #FFD0DD Color Code

In the HSL color space, this color has a hue angle of 343°, a saturation of 100%, and a lightness of 91%. The HSV representation shows a hue of 343°, a saturation of 18%, and a value of 100%.

  • HEX: #FFD0DD
  • RGB: rgb(255, 208, 221)
  • HSL: hsl(343, 100%, 91%)
  • HSV: hsv(343, 18%, 100%)
  • CMYK: 0.00% cyan, 18.00% magenta, 13.00% yellow, 0.00% black
  • XYZ: 78.24, 71.85, 59.16
  • Yxy: 71.85, 0.3739, 0.3434
  • Hunter Lab: 87.90, 18.53, 0.14
  • CIE-Lab: 87.90, 18.53, 0.14

In the XYZ color space, this color is represented as X: 78.24, Y: 71.85, Z: 59.16. The Yxy representation further refines this as Y: 71.85, x: 0.3739, and y: 0.3434.

In the Hunter Lab color space, this color is represented as L: 87.90, a: 18.53, and b: 0.14. Similarly, in the CIE-Lab color space, it is represented as L: 87.90, a: 18.53, and b: 0.14.

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

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

Analogous Colors of #FFD0DD

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

Monochromatic Colors of #FFD0DD

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

Complementary Color of #FFD0DD

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

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

HTML Examples of #FFD0DD

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

Related Colors of #FFD0DD

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