Color: #FA6EDC

#FA6EDC Color Information

#FA6EDC is a light color. The closest websafe version is #FA6EDC. A complement of this color would be #70FA8E, perceived brightness is 0.64, and the grayscale version is #B4B4B4.

In the HSL color space, this color has a hue angle of 313°,a saturation of 93%, and a lightness of 71%.The HSV representation shows a hue of 313°, a saturation of 56%, and a value of 98%.

In a RGB color space, #FA6EDC is composed of 98% red, 43% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 56% magenta, 12% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 36.79, x: 0.3896, and y: 0.2474.

Color Code #FA6EDC

#FA6EDCrgb(250, 110, 220)
HEX
#FA6EDC
RGB
rgb(250, 110, 220)
HSL
hsl(313, 93%, 71%)
HSV
hsv(313, 56%, 98%)
CMYK
0%, 56%, 12%, 2%
XYZ
X: 57.93, Y: 36.79, Z: 53.96
Lab
L: 67.12, a: 63.64, b: -30.29
Name

Shades of Color #FA6EDC

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

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

#FA6EDCrgb(250, 110, 220)

About #FA6EDC Color Code

In the HSL color space, this color has a hue angle of 313°, a saturation of 93%, and a lightness of 71%. The HSV representation shows a hue of 313°, a saturation of 56%, and a value of 98%.

  • HEX: #FA6EDC
  • RGB: rgb(250, 110, 220)
  • HSL: hsl(313, 93%, 71%)
  • HSV: hsv(313, 56%, 98%)
  • CMYK: 0.00% cyan, 56.00% magenta, 12.00% yellow, 2.00% black
  • XYZ: 57.93, 36.79, 53.96
  • Yxy: 36.79, 0.3896, 0.2474
  • Hunter Lab: 67.12, 63.64, -30.29
  • CIE-Lab: 67.12, 63.64, -30.29

In the XYZ color space, this color is represented as X: 57.93, Y: 36.79, Z: 53.96. The Yxy representation further refines this as Y: 36.79, x: 0.3896, and y: 0.2474.

In the Hunter Lab color space, this color is represented as L: 67.12, a: 63.64, and b: -30.29. Similarly, in the CIE-Lab color space, it is represented as L: 67.12, a: 63.64, and b: -30.29.

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

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

Analogous Colors of #FA6EDC

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

Split Complementary Colors of #FA6EDC

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

Tetradic Colors of #FA6EDC

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

Monochromatic Colors of #FA6EDC

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

Complementary Color of #FA6EDC

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

/* Using HEX */
body {
  background-color: #fa6edc;
}
/* Using RGB */
body {
  background-color: rgb(250, 110, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 110, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(313, 93%, 71%);
}
/* Text color */
p {
  color: #fa6edc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fa6edc;
}
/* Border color */
.box {
  border: 4px solid #fa6edc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fa6edc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fa6edc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FA6EDC
On Black Background
#FA6EDC
On White Background
#FA6EDC

HTML Examples of #FA6EDC

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

Related Colors of #FA6EDC

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