Color: #FCD3DB

#FCD3DB Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 72.65, x: 0.3724, and y: 0.3483.

Color Code #FCD3DB

#FCD3DBrgb(252, 211, 219)
HEX
#FCD3DB
RGB
rgb(252, 211, 219)
HSL
hsl(348, 87%, 91%)
HSV
hsv(348, 16%, 99%)
CMYK
0%, 16%, 13%, 1%
XYZ
X: 77.67, Y: 72.65, Z: 58.27
Lab
L: 88.28, a: 15.73, b: 1.70
Name

Shades of Color #FCD3DB

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

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

#FCD3DBrgb(252, 211, 219)

About #FCD3DB Color Code

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

  • HEX: #FCD3DB
  • RGB: rgb(252, 211, 219)
  • HSL: hsl(348, 87%, 91%)
  • HSV: hsv(348, 16%, 99%)
  • CMYK: 0.00% cyan, 16.00% magenta, 13.00% yellow, 100.00% black
  • XYZ: 77.67, 72.65, 58.27
  • Yxy: 72.65, 0.3724, 0.3483
  • Hunter Lab: 88.28, 15.73, 1.70
  • CIE-Lab: 88.28, 15.73, 1.70

In the XYZ color space, this color is represented as X: 77.67, Y: 72.65, Z: 58.27. The Yxy representation further refines this as Y: 72.65, x: 0.3724, and y: 0.3483.

In the Hunter Lab color space, this color is represented as L: 88.28, a: 15.73, and b: 1.70. Similarly, in the CIE-Lab color space, it is represented as L: 88.28, a: 15.73, and b: 1.70.

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

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

Analogous Colors of #FCD3DB

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

Split Complementary Colors of #FCD3DB

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

Tetradic Colors of #FCD3DB

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

Monochromatic Colors of #FCD3DB

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

Complementary Color of #FCD3DB

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

/* Using HEX */
body {
  background-color: #fcd3db;
}
/* Using RGB */
body {
  background-color: rgb(252, 211, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(252, 211, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(348, 87%, 91%);
}
/* Text color */
p {
  color: #fcd3db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fcd3db;
}
/* Border color */
.box {
  border: 4px solid #fcd3db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fcd3db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fcd3db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FCD3DB
On Black Background
#FCD3DB
On White Background
#FCD3DB

HTML Examples of #FCD3DB

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

Related Colors of #FCD3DB

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