Color: #FE9DD2

#FE9DD2 Color Information

#FE9DD2 is a light color. The closest websafe version is #FE9DD2. A complement of this color would be #9FFECA, perceived brightness is 0.75, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 327°,a saturation of 98%, and a lightness of 81%.The HSV representation shows a hue of 327°, a saturation of 100%, and a value of 100%.

In a RGB color space, #FE9DD2 is composed of 100% red, 62% green and 82% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 38% magenta, 17% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 50.13, x: 0.3936, and y: 0.3016.

Color Code #FE9DD2

HEX
#FE9DD2
RGB
rgb(254, 157, 210)
HSL
hsl(327, 98%, 81%)
HSV
hsv(327, 38%, 100%)
CMYK
0%, 38%, 17%, 0%
XYZ
X: 65.42, Y: 50.13, Z: 50.68
Lab
L: 76.15, a: 42.17, b: -11.13
Name

Shades of Color #FE9DD2

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

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

About #FE9DD2 Color Code

In the HSL color space, this color has a hue angle of 327°, a saturation of 98%, and a lightness of 81%. The HSV representation shows a hue of 327°, a saturation of 38%, and a value of 100%.

  • HEX: #FE9DD2
  • RGB: rgb(254, 157, 210)
  • HSL: hsl(327, 98%, 81%)
  • HSV: hsv(327, 38%, 100%)
  • CMYK: 0.00% cyan, 38.00% magenta, 17.00% yellow, 0.00% black
  • XYZ: 65.42, 50.13, 50.68
  • Yxy: 50.13, 0.3936, 0.3016
  • Hunter Lab: 76.15, 42.17, -11.13
  • CIE-Lab: 76.15, 42.17, -11.13

In the XYZ color space, this color is represented as X: 65.42, Y: 50.13, Z: 50.68. The Yxy representation further refines this as Y: 50.13, x: 0.3936, and y: 0.3016.

In the Hunter Lab color space, this color is represented as L: 76.15, a: 42.17, and b: -11.13. Similarly, in the CIE-Lab color space, it is represented as L: 76.15, a: 42.17, and b: -11.13.

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

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

Analogous Colors of #FE9DD2

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

Monochromatic Colors of #FE9DD2

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

Complementary Color of #FE9DD2

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

/* Using HEX */
body {
  background-color: #fe9dd2;
}
/* Using RGB */
body {
  background-color: rgb(254, 157, 210);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 157, 210, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(327, 98%, 81%);
}
/* Text color */
p {
  color: #fe9dd2;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fe9dd2;
}

HTML Examples of #FE9DD2

<!-- Using HEX -->
<div style="background-color: #fe9dd2; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(254, 157, 210); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(254, 157, 210, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(327, 98%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fe9dd2;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fe9dd2; width: 100px; height: 100px;"></div>

Related Colors of #FE9DD2

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