Color: #FE7CF9

#FE7CF9 Color Information

#FE7CF9 is a light color. The closest websafe version is #FE7CF9. A complement of this color would be #7CFE80, perceived brightness is 0.69, and the grayscale version is #BDBDBD.

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

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

In the Yxy color space, this color is represented as Y: 42.24, x: 0.3630, and y: 0.2376.

Color Code #FE7CF9

#FE7CF9rgb(254, 124, 249)
HEX
#FE7CF9
RGB
rgb(254, 124, 249)
HSL
hsl(302, 98%, 74%)
HSV
hsv(302, 51%, 100%)
CMYK
0%, 51%, 2%, 0%
XYZ
X: 64.53, Y: 42.24, Z: 70.99
Lab
L: 71.04, a: 62.20, b: -40.15
Name

Shades of Color #FE7CF9

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

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

#FE7CF9rgb(254, 124, 249)

About #FE7CF9 Color Code

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

  • HEX: #FE7CF9
  • RGB: rgb(254, 124, 249)
  • HSL: hsl(302, 98%, 74%)
  • HSV: hsv(302, 51%, 100%)
  • CMYK: 0.00% cyan, 51.00% magenta, 2.00% yellow, 0.00% black
  • XYZ: 64.53, 42.24, 70.99
  • Yxy: 42.24, 0.3630, 0.2376
  • Hunter Lab: 71.04, 62.20, -40.15
  • CIE-Lab: 71.04, 62.20, -40.15

In the XYZ color space, this color is represented as X: 64.53, Y: 42.24, Z: 70.99. The Yxy representation further refines this as Y: 42.24, x: 0.3630, and y: 0.2376.

In the Hunter Lab color space, this color is represented as L: 71.04, a: 62.20, and b: -40.15. Similarly, in the CIE-Lab color space, it is represented as L: 71.04, a: 62.20, and b: -40.15.

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

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

Analogous Colors of #FE7CF9

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

Split Complementary Colors of #FE7CF9

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

Tetradic Colors of #FE7CF9

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

Monochromatic Colors of #FE7CF9

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

Complementary Color of #FE7CF9

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

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

HTML Examples of #FE7CF9

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

Related Colors of #FE7CF9

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