Color: #FD5CEC

#FD5CEC Color Information

#FD5CEC is a light color. The closest websafe version is #FD5CEC. A complement of this color would be #5DFD6D, perceived brightness is 0.61, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 306°,a saturation of 98%, and a lightness of 68%.The HSV representation shows a hue of 306°, a saturation of 64%, and a value of 99%.

In a RGB color space, #FD5CEC is composed of 99% red, 36% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 64% magenta, 7% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 34.61, x: 0.3782, and y: 0.2220.

Color Code #FD5CEC

#FD5CECrgb(253, 92, 236)
HEX
#FD5CEC
RGB
rgb(253, 92, 236)
HSL
hsl(306, 98%, 68%)
HSV
hsv(306, 64%, 99%)
CMYK
0%, 64%, 7%, 1%
XYZ
X: 58.96, Y: 34.61, Z: 62.31
Lab
L: 65.45, a: 73.32, b: -41.70
Name

Shades of Color #FD5CEC

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

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

#FD5CECrgb(253, 92, 236)

About #FD5CEC Color Code

In the HSL color space, this color has a hue angle of 306°, a saturation of 98%, and a lightness of 68%. The HSV representation shows a hue of 306°, a saturation of 64%, and a value of 99%.

  • HEX: #FD5CEC
  • RGB: rgb(253, 92, 236)
  • HSL: hsl(306, 98%, 68%)
  • HSV: hsv(306, 64%, 99%)
  • CMYK: 0.00% cyan, 64.00% magenta, 7.00% yellow, 100.00% black
  • XYZ: 58.96, 34.61, 62.31
  • Yxy: 34.61, 0.3782, 0.2220
  • Hunter Lab: 65.45, 73.32, -41.70
  • CIE-Lab: 65.45, 73.32, -41.70

In the XYZ color space, this color is represented as X: 58.96, Y: 34.61, Z: 62.31. The Yxy representation further refines this as Y: 34.61, x: 0.3782, and y: 0.2220.

In the Hunter Lab color space, this color is represented as L: 65.45, a: 73.32, and b: -41.70. Similarly, in the CIE-Lab color space, it is represented as L: 65.45, a: 73.32, and b: -41.70.

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

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

Analogous Colors of #FD5CEC

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

Split Complementary Colors of #FD5CEC

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

Tetradic Colors of #FD5CEC

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

Monochromatic Colors of #FD5CEC

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

Complementary Color of #FD5CEC

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

/* Using HEX */
body {
  background-color: #fd5cec;
}
/* Using RGB */
body {
  background-color: rgb(253, 92, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 92, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(306, 98%, 68%);
}
/* Text color */
p {
  color: #fd5cec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fd5cec;
}
/* Border color */
.box {
  border: 4px solid #fd5cec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fd5cec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fd5cec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FD5CEC
On Black Background
#FD5CEC
On White Background
#FD5CEC

HTML Examples of #FD5CEC

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

Related Colors of #FD5CEC

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