Color: #F17EDC

#F17EDC Color Information

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

In the HSL color space, this color has a hue angle of 311°,a saturation of 80%, and a lightness of 72%.The HSV representation shows a hue of 311°, a saturation of 48%, and a value of 95%.

In a RGB color space, #F17EDC is composed of 95% red, 49% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 9% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 38.87, x: 0.3779, and y: 0.2594.

Color Code #F17EDC

#F17EDCrgb(241, 126, 220)
HEX
#F17EDC
RGB
rgb(241, 126, 220)
HSL
hsl(311, 80%, 72%)
HSV
hsv(311, 48%, 95%)
CMYK
0%, 48%, 9%, 5%
XYZ
X: 56.63, Y: 38.87, Z: 54.36
Lab
L: 68.65, a: 53.84, b: -28.07
Name

Shades of Color #F17EDC

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

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

#F17EDCrgb(241, 126, 220)

About #F17EDC Color Code

In the HSL color space, this color has a hue angle of 311°, a saturation of 80%, and a lightness of 72%. The HSV representation shows a hue of 311°, a saturation of 48%, and a value of 95%.

  • HEX: #F17EDC
  • RGB: rgb(241, 126, 220)
  • HSL: hsl(311, 80%, 72%)
  • HSV: hsv(311, 48%, 95%)
  • CMYK: 0.00% cyan, 48.00% magenta, 9.00% yellow, 5.00% black
  • XYZ: 56.63, 38.87, 54.36
  • Yxy: 38.87, 0.3779, 0.2594
  • Hunter Lab: 68.65, 53.84, -28.07
  • CIE-Lab: 68.65, 53.84, -28.07

In the XYZ color space, this color is represented as X: 56.63, Y: 38.87, Z: 54.36. The Yxy representation further refines this as Y: 38.87, x: 0.3779, and y: 0.2594.

In the Hunter Lab color space, this color is represented as L: 68.65, a: 53.84, and b: -28.07. Similarly, in the CIE-Lab color space, it is represented as L: 68.65, a: 53.84, and b: -28.07.

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

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

Analogous Colors of #F17EDC

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

Monochromatic Colors of #F17EDC

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

Complementary Color of #F17EDC

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

/* Using HEX */
body {
  background-color: #f17edc;
}
/* Using RGB */
body {
  background-color: rgb(241, 126, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(241, 126, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(311, 80%, 72%);
}
/* Text color */
p {
  color: #f17edc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f17edc;
}
/* Border color */
.box {
  border: 4px solid #f17edc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f17edc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f17edc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F17EDC
On Black Background
#F17EDC
On White Background
#F17EDC

HTML Examples of #F17EDC

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

Related Colors of #F17EDC

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