Color: #FBB5FE

#FBB5FE Color Information

#FBB5FE is a light color. The closest websafe version is #FBB5FE. A complement of this color would be #B6FEB4, perceived brightness is 0.82, and the grayscale version is #DADADA.

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

In a RGB color space, #FBB5FE is composed of 98% red, 71% green and 100% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 29% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 60.60, x: 0.3505, and y: 0.2869.

Color Code #FBB5FE

HEX
#FBB5FE
RGB
rgb(251, 181, 254)
HSL
hsl(298, 97%, 85%)
HSV
hsv(298, 29%, 100%)
CMYK
1%, 29%, 0%, 0%
XYZ
X: 74.04, Y: 60.60, Z: 76.61
Lab
L: 82.16, a: 34.75, b: -25.86
Name

Shades of Color #FBB5FE

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

Tints are created by lightening the original color #FBB5FE 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 #FBB5FE Color Code

In the HSL color space, this color has a hue angle of 298°, a saturation of 97%, and a lightness of 85%. The HSV representation shows a hue of 298°, a saturation of 29%, and a value of 100%.

  • HEX: #FBB5FE
  • RGB: rgb(251, 181, 254)
  • HSL: hsl(298, 97%, 85%)
  • HSV: hsv(298, 29%, 100%)
  • CMYK: 100.00% cyan, 29.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 74.04, 60.60, 76.61
  • Yxy: 60.60, 0.3505, 0.2869
  • Hunter Lab: 82.16, 34.75, -25.86
  • CIE-Lab: 82.16, 34.75, -25.86

In the XYZ color space, this color is represented as X: 74.04, Y: 60.60, Z: 76.61. The Yxy representation further refines this as Y: 60.60, x: 0.3505, and y: 0.2869.

In the Hunter Lab color space, this color is represented as L: 82.16, a: 34.75, and b: -25.86. Similarly, in the CIE-Lab color space, it is represented as L: 82.16, a: 34.75, and b: -25.86.

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

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

Analogous Colors of #FBB5FE

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

Monochromatic Colors of #FBB5FE

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

Complementary Color of #FBB5FE

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

/* Using HEX */
body {
  background-color: #fbb5fe;
}
/* Using RGB */
body {
  background-color: rgb(251, 181, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(251, 181, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(298, 97%, 85%);
}
/* Text color */
p {
  color: #fbb5fe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fbb5fe;
}

HTML Examples of #FBB5FE

<!-- Using HEX -->
<div style="background-color: #fbb5fe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(251, 181, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(251, 181, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(298, 97%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fbb5fe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fbb5fe; width: 100px; height: 100px;"></div>

Related Colors of #FBB5FE

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