Color: #FDD5C5

#FDD5C5 Color Information

#FDD5C5 is a light color. The closest websafe version is #FDD5C5. A complement of this color would be #C4EDFD, perceived brightness is 0.88, and the grayscale version is #E1E1E1.

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

In a RGB color space, #FDD5C5 is composed of 99% red, 84% green and 77% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 22% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 72.94, x: 0.3879, and y: 0.3701.

Color Code #FDD5C5

#FDD5C5rgb(253, 213, 197)
HEX
#FDD5C5
RGB
rgb(253, 213, 197)
HSL
hsl(17, 93%, 88%)
HSV
hsv(17, 22%, 99%)
CMYK
0%, 16%, 22%, 1%
XYZ
X: 76.44, Y: 72.94, Z: 47.70
Lab
L: 88.42, a: 12.68, b: 13.42
Name

Shades of Color #FDD5C5

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

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

#FDD5C5rgb(253, 213, 197)

About #FDD5C5 Color Code

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

  • HEX: #FDD5C5
  • RGB: rgb(253, 213, 197)
  • HSL: hsl(17, 93%, 88%)
  • HSV: hsv(17, 22%, 99%)
  • CMYK: 0.00% cyan, 16.00% magenta, 22.00% yellow, 100.00% black
  • XYZ: 76.44, 72.94, 47.70
  • Yxy: 72.94, 0.3879, 0.3701
  • Hunter Lab: 88.42, 12.68, 13.42
  • CIE-Lab: 88.42, 12.68, 13.42

In the XYZ color space, this color is represented as X: 76.44, Y: 72.94, Z: 47.70. The Yxy representation further refines this as Y: 72.94, x: 0.3879, and y: 0.3701.

In the Hunter Lab color space, this color is represented as L: 88.42, a: 12.68, and b: 13.42. Similarly, in the CIE-Lab color space, it is represented as L: 88.42, a: 12.68, and b: 13.42.

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

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

Analogous Colors of #FDD5C5

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

Split Complementary Colors of #FDD5C5

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

Tetradic Colors of #FDD5C5

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

Monochromatic Colors of #FDD5C5

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

Complementary Color of #FDD5C5

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

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

HTML Examples of #FDD5C5

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

Related Colors of #FDD5C5

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