Color: #F5BDDE

#F5BDDE Color Information

#F5BDDE is a light color. The closest websafe version is #F5BDDE. A complement of this color would be #BCF5D4, perceived brightness is 0.82, and the grayscale version is #D9D9D9.

In the HSL color space, this color has a hue angle of 325°,a saturation of 74%, and a lightness of 85%.The HSV representation shows a hue of 325°, a saturation of 23%, and a value of 96%.

In a RGB color space, #F5BDDE is composed of 96% red, 74% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 9% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 61.23, x: 0.3687, and y: 0.3232.

Color Code #F5BDDE

#F5BDDErgb(245, 189, 222)
HEX
#F5BDDE
RGB
rgb(245, 189, 222)
HSL
hsl(325, 74%, 85%)
HSV
hsv(325, 23%, 96%)
CMYK
0%, 23%, 9%, 4%
XYZ
X: 69.86, Y: 61.23, Z: 58.38
Lab
L: 82.50, a: 24.52, b: -8.38
Name

Shades of Color #F5BDDE

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

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

#F5BDDErgb(245, 189, 222)

About #F5BDDE Color Code

In the HSL color space, this color has a hue angle of 325°, a saturation of 74%, and a lightness of 85%. The HSV representation shows a hue of 325°, a saturation of 23%, and a value of 96%.

  • HEX: #F5BDDE
  • RGB: rgb(245, 189, 222)
  • HSL: hsl(325, 74%, 85%)
  • HSV: hsv(325, 23%, 96%)
  • CMYK: 0.00% cyan, 23.00% magenta, 9.00% yellow, 4.00% black
  • XYZ: 69.86, 61.23, 58.38
  • Yxy: 61.23, 0.3687, 0.3232
  • Hunter Lab: 82.50, 24.52, -8.38
  • CIE-Lab: 82.50, 24.52, -8.38

In the XYZ color space, this color is represented as X: 69.86, Y: 61.23, Z: 58.38. The Yxy representation further refines this as Y: 61.23, x: 0.3687, and y: 0.3232.

In the Hunter Lab color space, this color is represented as L: 82.50, a: 24.52, and b: -8.38. Similarly, in the CIE-Lab color space, it is represented as L: 82.50, a: 24.52, and b: -8.38.

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

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

Analogous Colors of #F5BDDE

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

Split Complementary Colors of #F5BDDE

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

Tetradic Colors of #F5BDDE

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

Monochromatic Colors of #F5BDDE

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

Complementary Color of #F5BDDE

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

/* Using HEX */
body {
  background-color: #f5bdde;
}
/* Using RGB */
body {
  background-color: rgb(245, 189, 222);
}
/* Using RGB with opacity */
body {
  background-color: rgba(245, 189, 222, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 74%, 85%);
}
/* Text color */
p {
  color: #f5bdde;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f5bdde;
}
/* Border color */
.box {
  border: 4px solid #f5bdde;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f5bdde;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f5bdde;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F5BDDE
On Black Background
#F5BDDE
On White Background
#F5BDDE

HTML Examples of #F5BDDE

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

Related Colors of #F5BDDE

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