Color: #FE79DB

#FE79DB Color Information

#FE79DB is a light color. The closest websafe version is #FE79DB. A complement of this color would be #7BFE9E, perceived brightness is 0.67, and the grayscale version is #BCBCBC.

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

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

In the Yxy color space, this color is represented as Y: 40.05, x: 0.3928, and y: 0.2591.

Color Code #FE79DB

#FE79DBrgb(254, 121, 219)
HEX
#FE79DB
RGB
rgb(254, 121, 219)
HSL
hsl(316, 99%, 74%)
HSV
hsv(316, 52%, 100%)
CMYK
0%, 52%, 14%, 0%
XYZ
X: 60.72, Y: 40.05, Z: 53.83
Lab
L: 69.51, a: 60.00, b: -26.02
Name

Shades of Color #FE79DB

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

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

#FE79DBrgb(254, 121, 219)

About #FE79DB Color Code

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

  • HEX: #FE79DB
  • RGB: rgb(254, 121, 219)
  • HSL: hsl(316, 99%, 74%)
  • HSV: hsv(316, 52%, 100%)
  • CMYK: 0.00% cyan, 52.00% magenta, 14.00% yellow, 0.00% black
  • XYZ: 60.72, 40.05, 53.83
  • Yxy: 40.05, 0.3928, 0.2591
  • Hunter Lab: 69.51, 60.00, -26.02
  • CIE-Lab: 69.51, 60.00, -26.02

In the XYZ color space, this color is represented as X: 60.72, Y: 40.05, Z: 53.83. The Yxy representation further refines this as Y: 40.05, x: 0.3928, and y: 0.2591.

In the Hunter Lab color space, this color is represented as L: 69.51, a: 60.00, and b: -26.02. Similarly, in the CIE-Lab color space, it is represented as L: 69.51, a: 60.00, and b: -26.02.

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

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

Analogous Colors of #FE79DB

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

Monochromatic Colors of #FE79DB

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

Complementary Color of #FE79DB

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

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

HTML Examples of #FE79DB

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

Related Colors of #FE79DB

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