Color: #F86CDD

#F86CDD Color Information

#F86CDD is a light color. The closest websafe version is #F86CDD. A complement of this color would be #6DF889, perceived brightness is 0.64, and the grayscale version is #B2B2B2.

In the HSL color space, this color has a hue angle of 312°,a saturation of 91%, and a lightness of 70%.The HSV representation shows a hue of 312°, a saturation of 56%, and a value of 97%.

In a RGB color space, #F86CDD is composed of 97% red, 42% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 56% magenta, 11% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 36.02, x: 0.3869, and y: 0.2443.

Color Code #F86CDD

#F86CDDrgb(248, 108, 221)
HEX
#F86CDD
RGB
rgb(248, 108, 221)
HSL
hsl(312, 91%, 70%)
HSV
hsv(312, 56%, 97%)
CMYK
0%, 56%, 11%, 3%
XYZ
X: 57.05, Y: 36.02, Z: 54.40
Lab
L: 66.53, a: 64.01, b: -31.77
Name

Shades of Color #F86CDD

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

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

#F86CDDrgb(248, 108, 221)

About #F86CDD Color Code

In the HSL color space, this color has a hue angle of 312°, a saturation of 91%, and a lightness of 70%. The HSV representation shows a hue of 312°, a saturation of 56%, and a value of 97%.

  • HEX: #F86CDD
  • RGB: rgb(248, 108, 221)
  • HSL: hsl(312, 91%, 70%)
  • HSV: hsv(312, 56%, 97%)
  • CMYK: 0.00% cyan, 56.00% magenta, 11.00% yellow, 3.00% black
  • XYZ: 57.05, 36.02, 54.40
  • Yxy: 36.02, 0.3869, 0.2443
  • Hunter Lab: 66.53, 64.01, -31.77
  • CIE-Lab: 66.53, 64.01, -31.77

In the XYZ color space, this color is represented as X: 57.05, Y: 36.02, Z: 54.40. The Yxy representation further refines this as Y: 36.02, x: 0.3869, and y: 0.2443.

In the Hunter Lab color space, this color is represented as L: 66.53, a: 64.01, and b: -31.77. Similarly, in the CIE-Lab color space, it is represented as L: 66.53, a: 64.01, and b: -31.77.

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

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

Analogous Colors of #F86CDD

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

Split Complementary Colors of #F86CDD

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

Tetradic Colors of #F86CDD

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

Monochromatic Colors of #F86CDD

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

Complementary Color of #F86CDD

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

/* Using HEX */
body {
  background-color: #f86cdd;
}
/* Using RGB */
body {
  background-color: rgb(248, 108, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(248, 108, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(312, 91%, 70%);
}
/* Text color */
p {
  color: #f86cdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f86cdd;
}
/* Border color */
.box {
  border: 4px solid #f86cdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f86cdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f86cdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F86CDD
On Black Background
#F86CDD
On White Background
#F86CDD

HTML Examples of #F86CDD

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

Related Colors of #F86CDD

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