Color: #FF8BCD

#FF8BCD Color Information

#FF8BCD is a light color. The closest websafe version is #FF8BCD. A complement of this color would be #8AFFBD, perceived brightness is 0.71, and the grayscale version is #C5C5C5.

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

In a RGB color space, #FF8BCD is composed of 100% red, 55% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 45% magenta, 20% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 44.46, x: 0.4038, and y: 0.2883.

Color Code #FF8BCD

#FF8BCDrgb(255, 139, 205)
HEX
#FF8BCD
RGB
rgb(255, 139, 205)
HSL
hsl(326, 100%, 77%)
HSV
hsv(326, 45%, 100%)
CMYK
0%, 45%, 20%, 0%
XYZ
X: 62.28, Y: 44.46, Z: 47.50
Lab
L: 72.53, a: 50.60, b: -13.72
Name

Shades of Color #FF8BCD

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

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

#FF8BCDrgb(255, 139, 205)

About #FF8BCD Color Code

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

  • HEX: #FF8BCD
  • RGB: rgb(255, 139, 205)
  • HSL: hsl(326, 100%, 77%)
  • HSV: hsv(326, 45%, 100%)
  • CMYK: 0.00% cyan, 45.00% magenta, 20.00% yellow, 0.00% black
  • XYZ: 62.28, 44.46, 47.50
  • Yxy: 44.46, 0.4038, 0.2883
  • Hunter Lab: 72.53, 50.60, -13.72
  • CIE-Lab: 72.53, 50.60, -13.72

In the XYZ color space, this color is represented as X: 62.28, Y: 44.46, Z: 47.50. The Yxy representation further refines this as Y: 44.46, x: 0.4038, and y: 0.2883.

In the Hunter Lab color space, this color is represented as L: 72.53, a: 50.60, and b: -13.72. Similarly, in the CIE-Lab color space, it is represented as L: 72.53, a: 50.60, and b: -13.72.

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

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

Analogous Colors of #FF8BCD

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

Monochromatic Colors of #FF8BCD

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

Complementary Color of #FF8BCD

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

/* Using HEX */
body {
  background-color: #ff8bcd;
}
/* Using RGB */
body {
  background-color: rgb(255, 139, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 139, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(326, 100%, 77%);
}
/* Text color */
p {
  color: #ff8bcd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ff8bcd;
}
/* Border color */
.box {
  border: 4px solid #ff8bcd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ff8bcd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ff8bcd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FF8BCD
On Black Background
#FF8BCD
On White Background
#FF8BCD

HTML Examples of #FF8BCD

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

Related Colors of #FF8BCD

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