Color: #FC9EE5

#FC9EE5 Color Information

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

In the HSL color space, this color has a hue angle of 315°,a saturation of 94%, and a lightness of 80%.The HSV representation shows a hue of 315°, a saturation of 37%, and a value of 99%.

In a RGB color space, #FC9EE5 is composed of 99% red, 62% green and 90% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 37% magenta, 9% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 50.92, x: 0.3746, and y: 0.2855.

Color Code #FC9EE5

#FC9EE5rgb(252, 158, 229)
HEX
#FC9EE5
RGB
rgb(252, 158, 229)
HSL
hsl(315, 94%, 80%)
HSV
hsv(315, 37%, 99%)
CMYK
0%, 37%, 9%, 1%
XYZ
X: 66.83, Y: 50.92, Z: 60.63
Lab
L: 76.63, a: 43.21, b: -20.77
Name

Shades of Color #FC9EE5

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

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

#FC9EE5rgb(252, 158, 229)

About #FC9EE5 Color Code

In the HSL color space, this color has a hue angle of 315°, a saturation of 94%, and a lightness of 80%. The HSV representation shows a hue of 315°, a saturation of 37%, and a value of 99%.

  • HEX: #FC9EE5
  • RGB: rgb(252, 158, 229)
  • HSL: hsl(315, 94%, 80%)
  • HSV: hsv(315, 37%, 99%)
  • CMYK: 0.00% cyan, 37.00% magenta, 9.00% yellow, 100.00% black
  • XYZ: 66.83, 50.92, 60.63
  • Yxy: 50.92, 0.3746, 0.2855
  • Hunter Lab: 76.63, 43.21, -20.77
  • CIE-Lab: 76.63, 43.21, -20.77

In the XYZ color space, this color is represented as X: 66.83, Y: 50.92, Z: 60.63. The Yxy representation further refines this as Y: 50.92, x: 0.3746, and y: 0.2855.

In the Hunter Lab color space, this color is represented as L: 76.63, a: 43.21, and b: -20.77. Similarly, in the CIE-Lab color space, it is represented as L: 76.63, a: 43.21, and b: -20.77.

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

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

Analogous Colors of #FC9EE5

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

Monochromatic Colors of #FC9EE5

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

Complementary Color of #FC9EE5

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

/* Using HEX */
body {
  background-color: #fc9ee5;
}
/* Using RGB */
body {
  background-color: rgb(252, 158, 229);
}
/* Using RGB with opacity */
body {
  background-color: rgba(252, 158, 229, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(315, 94%, 80%);
}
/* Text color */
p {
  color: #fc9ee5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fc9ee5;
}
/* Border color */
.box {
  border: 4px solid #fc9ee5;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fc9ee5;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fc9ee5;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FC9EE5
On Black Background
#FC9EE5
On White Background
#FC9EE5

HTML Examples of #FC9EE5

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

Related Colors of #FC9EE5

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