Color: #FA85CD

#FA85CD Color Information

#FA85CD is a light color. The closest websafe version is #FA85CD. A complement of this color would be #85FAB2, perceived brightness is 0.69, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 323°,a saturation of 92%, and a lightness of 75%.The HSV representation shows a hue of 323°, a saturation of 100%, and a value of 100%.

In a RGB color space, #FA85CD is composed of 98% red, 52% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 18% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 41.79, x: 0.4005, and y: 0.2815.

Color Code #FA85CD

HEX
#FA85CD
RGB
rgb(250, 133, 205)
HSL
hsl(323, 92%, 75%)
HSV
hsv(323, 47%, 98%)
CMYK
0%, 47%, 18%, 2%
XYZ
X: 59.45, Y: 41.79, Z: 47.21
Lab
L: 70.72, a: 51.77, b: -16.51
Name

Shades of Color #FA85CD

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

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

About #FA85CD Color Code

In the HSL color space, this color has a hue angle of 323°, a saturation of 92%, and a lightness of 75%. The HSV representation shows a hue of 323°, a saturation of 47%, and a value of 98%.

  • HEX: #FA85CD
  • RGB: rgb(250, 133, 205)
  • HSL: hsl(323, 92%, 75%)
  • HSV: hsv(323, 47%, 98%)
  • CMYK: 0.00% cyan, 47.00% magenta, 18.00% yellow, 2.00% black
  • XYZ: 59.45, 41.79, 47.21
  • Yxy: 41.79, 0.4005, 0.2815
  • Hunter Lab: 70.72, 51.77, -16.51
  • CIE-Lab: 70.72, 51.77, -16.51

In the XYZ color space, this color is represented as X: 59.45, Y: 41.79, Z: 47.21. The Yxy representation further refines this as Y: 41.79, x: 0.4005, and y: 0.2815.

In the Hunter Lab color space, this color is represented as L: 70.72, a: 51.77, and b: -16.51. Similarly, in the CIE-Lab color space, it is represented as L: 70.72, a: 51.77, and b: -16.51.

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

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

Analogous Colors of #FA85CD

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

Monochromatic Colors of #FA85CD

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

Complementary Color of #FA85CD

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

/* Using HEX */
body {
  background-color: #fa85cd;
}
/* Using RGB */
body {
  background-color: rgb(250, 133, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 133, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(323, 92%, 75%);
}
/* Text color */
p {
  color: #fa85cd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fa85cd;
}

HTML Examples of #FA85CD

<!-- Using HEX -->
<div style="background-color: #fa85cd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(250, 133, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(250, 133, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(323, 92%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fa85cd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fa85cd; width: 100px; height: 100px;"></div>

Related Colors of #FA85CD

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