Color: #FDCAEF

#FDCAEF Color Information

#FDCAEF is a light color. The closest websafe version is #FDCAEF. A complement of this color would be #C9FDD7, perceived brightness is 0.87, and the grayscale version is #E4E4E4.

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

In a RGB color space, #FDCAEF is composed of 99% red, 79% green and 94% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 6% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 69.43, x: 0.3606, and y: 0.3213.

Color Code #FDCAEF

#FDCAEFrgb(253, 202, 239)
HEX
#FDCAEF
RGB
rgb(253, 202, 239)
HSL
hsl(316, 93%, 89%)
HSV
hsv(316, 20%, 99%)
CMYK
0%, 20%, 6%, 1%
XYZ
X: 77.93, Y: 69.43, Z: 68.75
Lab
L: 86.72, a: 23.00, b: -11.09
Name

Shades of Color #FDCAEF

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

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

#FDCAEFrgb(253, 202, 239)

About #FDCAEF Color Code

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

  • HEX: #FDCAEF
  • RGB: rgb(253, 202, 239)
  • HSL: hsl(316, 93%, 89%)
  • HSV: hsv(316, 20%, 99%)
  • CMYK: 0.00% cyan, 20.00% magenta, 6.00% yellow, 100.00% black
  • XYZ: 77.93, 69.43, 68.75
  • Yxy: 69.43, 0.3606, 0.3213
  • Hunter Lab: 86.72, 23.00, -11.09
  • CIE-Lab: 86.72, 23.00, -11.09

In the XYZ color space, this color is represented as X: 77.93, Y: 69.43, Z: 68.75. The Yxy representation further refines this as Y: 69.43, x: 0.3606, and y: 0.3213.

In the Hunter Lab color space, this color is represented as L: 86.72, a: 23.00, and b: -11.09. Similarly, in the CIE-Lab color space, it is represented as L: 86.72, a: 23.00, and b: -11.09.

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

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

Analogous Colors of #FDCAEF

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

Monochromatic Colors of #FDCAEF

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

Complementary Color of #FDCAEF

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

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

HTML Examples of #FDCAEF

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

Related Colors of #FDCAEF

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