Color: #FDBAED

#FDBAED Color Information

#FDBAED is a light color. The closest websafe version is #FDBAED. A complement of this color would be #BAFDC9, perceived brightness is 0.83, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 314°,a saturation of 94%, and a lightness of 86%.The HSV representation shows a hue of 314°, a saturation of 26%, and a value of 99%.

In a RGB color space, #FDBAED is composed of 99% red, 73% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 6% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 62.19, x: 0.3644, and y: 0.3069.

Color Code #FDBAED

#FDBAEDrgb(253, 186, 237)
HEX
#FDBAED
RGB
rgb(253, 186, 237)
HSL
hsl(314, 94%, 86%)
HSV
hsv(314, 26%, 99%)
CMYK
0%, 26%, 6%, 1%
XYZ
X: 73.86, Y: 62.19, Z: 66.62
Lab
L: 83.01, a: 30.70, b: -15.51
Name

Shades of Color #FDBAED

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

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

#FDBAEDrgb(253, 186, 237)

About #FDBAED Color Code

In the HSL color space, this color has a hue angle of 314°, a saturation of 94%, and a lightness of 86%. The HSV representation shows a hue of 314°, a saturation of 26%, and a value of 99%.

  • HEX: #FDBAED
  • RGB: rgb(253, 186, 237)
  • HSL: hsl(314, 94%, 86%)
  • HSV: hsv(314, 26%, 99%)
  • CMYK: 0.00% cyan, 26.00% magenta, 6.00% yellow, 100.00% black
  • XYZ: 73.86, 62.19, 66.62
  • Yxy: 62.19, 0.3644, 0.3069
  • Hunter Lab: 83.01, 30.70, -15.51
  • CIE-Lab: 83.01, 30.70, -15.51

In the XYZ color space, this color is represented as X: 73.86, Y: 62.19, Z: 66.62. The Yxy representation further refines this as Y: 62.19, x: 0.3644, and y: 0.3069.

In the Hunter Lab color space, this color is represented as L: 83.01, a: 30.70, and b: -15.51. Similarly, in the CIE-Lab color space, it is represented as L: 83.01, a: 30.70, and b: -15.51.

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

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

Analogous Colors of #FDBAED

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

Split Complementary Colors of #FDBAED

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

Tetradic Colors of #FDBAED

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

Monochromatic Colors of #FDBAED

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

Complementary Color of #FDBAED

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

/* Using HEX */
body {
  background-color: #fdbaed;
}
/* Using RGB */
body {
  background-color: rgb(253, 186, 237);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 186, 237, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(314, 94%, 86%);
}
/* Text color */
p {
  color: #fdbaed;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fdbaed;
}
/* Border color */
.box {
  border: 4px solid #fdbaed;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fdbaed;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fdbaed;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FDBAED
On Black Background
#FDBAED
On White Background
#FDBAED

HTML Examples of #FDBAED

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

Related Colors of #FDBAED

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