Color: #FE71DB

#FE71DB Color Information

#FE71DB is a light color. The closest websafe version is #FE71DB. A complement of this color would be #71FE94, perceived brightness is 0.66, and the grayscale version is #B7B7B7.

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

In a RGB color space, #FE71DB is composed of 100% red, 44% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 56% magenta, 14% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 38.18, x: 0.3942, and y: 0.2521.

Color Code #FE71DB

#FE71DBrgb(254, 113, 219)
HEX
#FE71DB
RGB
rgb(254, 113, 219)
HSL
hsl(315, 99%, 72%)
HSV
hsv(315, 56%, 100%)
CMYK
0%, 56%, 14%, 0%
XYZ
X: 59.71, Y: 38.18, Z: 53.57
Lab
L: 68.16, a: 63.45, b: -28.08
Name

Shades of Color #FE71DB

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

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

#FE71DBrgb(254, 113, 219)

About #FE71DB Color Code

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

  • HEX: #FE71DB
  • RGB: rgb(254, 113, 219)
  • HSL: hsl(315, 99%, 72%)
  • HSV: hsv(315, 56%, 100%)
  • CMYK: 0.00% cyan, 56.00% magenta, 14.00% yellow, 0.00% black
  • XYZ: 59.71, 38.18, 53.57
  • Yxy: 38.18, 0.3942, 0.2521
  • Hunter Lab: 68.16, 63.45, -28.08
  • CIE-Lab: 68.16, 63.45, -28.08

In the XYZ color space, this color is represented as X: 59.71, Y: 38.18, Z: 53.57. The Yxy representation further refines this as Y: 38.18, x: 0.3942, and y: 0.2521.

In the Hunter Lab color space, this color is represented as L: 68.16, a: 63.45, and b: -28.08. Similarly, in the CIE-Lab color space, it is represented as L: 68.16, a: 63.45, and b: -28.08.

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

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

Analogous Colors of #FE71DB

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

Monochromatic Colors of #FE71DB

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

Complementary Color of #FE71DB

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

/* Using HEX */
body {
  background-color: #fe71db;
}
/* Using RGB */
body {
  background-color: rgb(254, 113, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 113, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(315, 99%, 72%);
}
/* Text color */
p {
  color: #fe71db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fe71db;
}
/* Border color */
.box {
  border: 4px solid #fe71db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fe71db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fe71db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FE71DB
On Black Background
#FE71DB
On White Background
#FE71DB

HTML Examples of #FE71DB

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

Related Colors of #FE71DB

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