Color: #FA7ADC

#FA7ADC Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 39.56, x: 0.3876, and y: 0.2580.

Color Code #FA7ADC

#FA7ADCrgb(250, 122, 220)
HEX
#FA7ADC
RGB
rgb(250, 122, 220)
HSL
hsl(314, 93%, 73%)
HSV
hsv(314, 51%, 98%)
CMYK
0%, 51%, 12%, 2%
XYZ
X: 59.42, Y: 39.56, Z: 54.33
Lab
L: 69.16, a: 58.44, b: -27.17
Name

Shades of Color #FA7ADC

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

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

#FA7ADCrgb(250, 122, 220)

About #FA7ADC Color Code

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

  • HEX: #FA7ADC
  • RGB: rgb(250, 122, 220)
  • HSL: hsl(314, 93%, 73%)
  • HSV: hsv(314, 51%, 98%)
  • CMYK: 0.00% cyan, 51.00% magenta, 12.00% yellow, 2.00% black
  • XYZ: 59.42, 39.56, 54.33
  • Yxy: 39.56, 0.3876, 0.2580
  • Hunter Lab: 69.16, 58.44, -27.17
  • CIE-Lab: 69.16, 58.44, -27.17

In the XYZ color space, this color is represented as X: 59.42, Y: 39.56, Z: 54.33. The Yxy representation further refines this as Y: 39.56, x: 0.3876, and y: 0.2580.

In the Hunter Lab color space, this color is represented as L: 69.16, a: 58.44, and b: -27.17. Similarly, in the CIE-Lab color space, it is represented as L: 69.16, a: 58.44, and b: -27.17.

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

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

Analogous Colors of #FA7ADC

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

Split Complementary Colors of #FA7ADC

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

Tetradic Colors of #FA7ADC

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

Monochromatic Colors of #FA7ADC

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

Complementary Color of #FA7ADC

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

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

HTML Examples of #FA7ADC

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

Related Colors of #FA7ADC

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