Color: #FECCDF

#FECCDF Color Information

#FECCDF is a light color. The closest websafe version is #FECCDF. A complement of this color would be #CDFEEB, perceived brightness is 0.87, and the grayscale version is #E5E5E5.

In the HSL color space, this color has a hue angle of 337°,a saturation of 96%, and a lightness of 90%.The HSV representation shows a hue of 337°, a saturation of 20%, and a value of 100%.

In a RGB color space, #FECCDF is composed of 100% red, 80% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 12% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 69.81, x: 0.3725, and y: 0.3376.

Color Code #FECCDF

#FECCDFrgb(254, 204, 223)
HEX
#FECCDF
RGB
rgb(254, 204, 223)
HSL
hsl(337, 96%, 90%)
HSV
hsv(337, 20%, 100%)
CMYK
0%, 20%, 12%, 0%
XYZ
X: 77.03, Y: 69.81, Z: 59.94
Lab
L: 86.90, a: 20.39, b: -2.36
Name

Shades of Color #FECCDF

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

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

#FECCDFrgb(254, 204, 223)

About #FECCDF Color Code

In the HSL color space, this color has a hue angle of 337°, a saturation of 96%, and a lightness of 90%. The HSV representation shows a hue of 337°, a saturation of 20%, and a value of 100%.

  • HEX: #FECCDF
  • RGB: rgb(254, 204, 223)
  • HSL: hsl(337, 96%, 90%)
  • HSV: hsv(337, 20%, 100%)
  • CMYK: 0.00% cyan, 20.00% magenta, 12.00% yellow, 0.00% black
  • XYZ: 77.03, 69.81, 59.94
  • Yxy: 69.81, 0.3725, 0.3376
  • Hunter Lab: 86.90, 20.39, -2.36
  • CIE-Lab: 86.90, 20.39, -2.36

In the XYZ color space, this color is represented as X: 77.03, Y: 69.81, Z: 59.94. The Yxy representation further refines this as Y: 69.81, x: 0.3725, and y: 0.3376.

In the Hunter Lab color space, this color is represented as L: 86.90, a: 20.39, and b: -2.36. Similarly, in the CIE-Lab color space, it is represented as L: 86.90, a: 20.39, and b: -2.36.

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

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

Analogous Colors of #FECCDF

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

Monochromatic Colors of #FECCDF

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

Complementary Color of #FECCDF

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

/* Using HEX */
body {
  background-color: #feccdf;
}
/* Using RGB */
body {
  background-color: rgb(254, 204, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 204, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(337, 96%, 90%);
}
/* Text color */
p {
  color: #feccdf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #feccdf;
}
/* Border color */
.box {
  border: 4px solid #feccdf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #feccdf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #feccdf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FECCDF
On Black Background
#FECCDF
On White Background
#FECCDF

HTML Examples of #FECCDF

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

Related Colors of #FECCDF

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