Color: #FB5BDB

#FB5BDB Color Information

#FB5BDB is a light color. The closest websafe version is #FB5BDB. A complement of this color would be #5BFB7B, perceived brightness is 0.60, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 312°,a saturation of 95%, and a lightness of 67%.The HSV representation shows a hue of 312°, a saturation of 64%, and a value of 98%.

In a RGB color space, #FB5BDB is composed of 98% red, 36% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 64% magenta, 13% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 33.26, x: 0.3948, and y: 0.2335.

Color Code #FB5BDB

#FB5BDBrgb(251, 91, 219)
HEX
#FB5BDB
RGB
rgb(251, 91, 219)
HSL
hsl(312, 95%, 67%)
HSV
hsv(312, 64%, 98%)
CMYK
0%, 64%, 13%, 2%
XYZ
X: 56.23, Y: 33.26, Z: 52.95
Lab
L: 64.37, a: 71.32, b: -33.94
Name

Shades of Color #FB5BDB

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

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

#FB5BDBrgb(251, 91, 219)

About #FB5BDB Color Code

In the HSL color space, this color has a hue angle of 312°, a saturation of 95%, and a lightness of 67%. The HSV representation shows a hue of 312°, a saturation of 64%, and a value of 98%.

  • HEX: #FB5BDB
  • RGB: rgb(251, 91, 219)
  • HSL: hsl(312, 95%, 67%)
  • HSV: hsv(312, 64%, 98%)
  • CMYK: 0.00% cyan, 64.00% magenta, 13.00% yellow, 2.00% black
  • XYZ: 56.23, 33.26, 52.95
  • Yxy: 33.26, 0.3948, 0.2335
  • Hunter Lab: 64.37, 71.32, -33.94
  • CIE-Lab: 64.37, 71.32, -33.94

In the XYZ color space, this color is represented as X: 56.23, Y: 33.26, Z: 52.95. The Yxy representation further refines this as Y: 33.26, x: 0.3948, and y: 0.2335.

In the Hunter Lab color space, this color is represented as L: 64.37, a: 71.32, and b: -33.94. Similarly, in the CIE-Lab color space, it is represented as L: 64.37, a: 71.32, and b: -33.94.

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

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

Analogous Colors of #FB5BDB

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

Split Complementary Colors of #FB5BDB

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

Tetradic Colors of #FB5BDB

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

Monochromatic Colors of #FB5BDB

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

Complementary Color of #FB5BDB

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

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

HTML Examples of #FB5BDB

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

Related Colors of #FB5BDB

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