Color: #FE81EF

#FE81EF Color Information

#FE81EF is a light color. The closest websafe version is #FE81EF. A complement of this color would be #81FE8F, perceived brightness is 0.70, and the grayscale version is #C0C0C0.

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

In a RGB color space, #FE81EF is composed of 100% red, 51% green and 94% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 6% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 43.02, x: 0.3718, and y: 0.2498.

Color Code #FE81EF

#FE81EFrgb(254, 129, 239)
HEX
#FE81EF
RGB
rgb(254, 129, 239)
HSL
hsl(307, 98%, 75%)
HSV
hsv(307, 49%, 100%)
CMYK
0%, 49%, 6%, 0%
XYZ
X: 64.02, Y: 43.02, Z: 65.16
Lab
L: 71.57, a: 58.75, b: -33.87
Name

Shades of Color #FE81EF

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

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

#FE81EFrgb(254, 129, 239)

About #FE81EF Color Code

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

  • HEX: #FE81EF
  • RGB: rgb(254, 129, 239)
  • HSL: hsl(307, 98%, 75%)
  • HSV: hsv(307, 49%, 100%)
  • CMYK: 0.00% cyan, 49.00% magenta, 6.00% yellow, 0.00% black
  • XYZ: 64.02, 43.02, 65.16
  • Yxy: 43.02, 0.3718, 0.2498
  • Hunter Lab: 71.57, 58.75, -33.87
  • CIE-Lab: 71.57, 58.75, -33.87

In the XYZ color space, this color is represented as X: 64.02, Y: 43.02, Z: 65.16. The Yxy representation further refines this as Y: 43.02, x: 0.3718, and y: 0.2498.

In the Hunter Lab color space, this color is represented as L: 71.57, a: 58.75, and b: -33.87. Similarly, in the CIE-Lab color space, it is represented as L: 71.57, a: 58.75, and b: -33.87.

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

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

Analogous Colors of #FE81EF

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

Split Complementary Colors of #FE81EF

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

Tetradic Colors of #FE81EF

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

Monochromatic Colors of #FE81EF

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

Complementary Color of #FE81EF

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

/* Using HEX */
body {
  background-color: #fe81ef;
}
/* Using RGB */
body {
  background-color: rgb(254, 129, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 129, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(307, 98%, 75%);
}
/* Text color */
p {
  color: #fe81ef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fe81ef;
}
/* Border color */
.box {
  border: 4px solid #fe81ef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fe81ef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fe81ef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FE81EF
On Black Background
#FE81EF
On White Background
#FE81EF

HTML Examples of #FE81EF

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

Related Colors of #FE81EF

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