Color: #FCDFDB

#FCDFDB Color Information

#FCDFDB is a light color. The closest websafe version is #FCDFDB. A complement of this color would be #D9F8FC, perceived brightness is 0.91, and the grayscale version is #ECECEC.

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

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

In the Yxy color space, this color is represented as Y: 78.85, x: 0.3699, and y: 0.3601.

Color Code #FCDFDB

#FCDFDBrgb(252, 223, 219)
HEX
#FCDFDB
RGB
rgb(252, 223, 219)
HSL
hsl(7, 85%, 92%)
HSV
hsv(7, 13%, 99%)
CMYK
0%, 12%, 13%, 1%
XYZ
X: 81.00, Y: 78.85, Z: 59.11
Lab
L: 91.17, a: 9.85, b: 5.82
Name

Shades of Color #FCDFDB

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

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

#FCDFDBrgb(252, 223, 219)

About #FCDFDB Color Code

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

  • HEX: #FCDFDB
  • RGB: rgb(252, 223, 219)
  • HSL: hsl(7, 85%, 92%)
  • HSV: hsv(7, 13%, 99%)
  • CMYK: 0.00% cyan, 12.00% magenta, 13.00% yellow, 100.00% black
  • XYZ: 81.00, 78.85, 59.11
  • Yxy: 78.85, 0.3699, 0.3601
  • Hunter Lab: 91.17, 9.85, 5.82
  • CIE-Lab: 91.17, 9.85, 5.82

In the XYZ color space, this color is represented as X: 81.00, Y: 78.85, Z: 59.11. The Yxy representation further refines this as Y: 78.85, x: 0.3699, and y: 0.3601.

In the Hunter Lab color space, this color is represented as L: 91.17, a: 9.85, and b: 5.82. Similarly, in the CIE-Lab color space, it is represented as L: 91.17, a: 9.85, and b: 5.82.

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

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

Analogous Colors of #FCDFDB

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

Split Complementary Colors of #FCDFDB

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

Tetradic Colors of #FCDFDB

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

Monochromatic Colors of #FCDFDB

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

Complementary Color of #FCDFDB

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

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

HTML Examples of #FCDFDB

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

Related Colors of #FCDFDB

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