Color: #FFBAE2

#FFBAE2 Color Information

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

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

In a RGB color space, #FFBAE2 is composed of 100% red, 73% green and 89% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 11% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 62.06, x: 0.3746, and y: 0.3167.

Color Code #FFBAE2

#FFBAE2rgb(255, 186, 226)
HEX
#FFBAE2
RGB
rgb(255, 186, 226)
HSL
hsl(325, 100%, 86%)
HSV
hsv(325, 27%, 100%)
CMYK
0%, 27%, 11%, 0%
XYZ
X: 73.40, Y: 62.06, Z: 60.48
Lab
L: 82.95, a: 30.04, b: -9.72
Name

Shades of Color #FFBAE2

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

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

#FFBAE2rgb(255, 186, 226)

About #FFBAE2 Color Code

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

  • HEX: #FFBAE2
  • RGB: rgb(255, 186, 226)
  • HSL: hsl(325, 100%, 86%)
  • HSV: hsv(325, 27%, 100%)
  • CMYK: 0.00% cyan, 27.00% magenta, 11.00% yellow, 0.00% black
  • XYZ: 73.40, 62.06, 60.48
  • Yxy: 62.06, 0.3746, 0.3167
  • Hunter Lab: 82.95, 30.04, -9.72
  • CIE-Lab: 82.95, 30.04, -9.72

In the XYZ color space, this color is represented as X: 73.40, Y: 62.06, Z: 60.48. The Yxy representation further refines this as Y: 62.06, x: 0.3746, and y: 0.3167.

In the Hunter Lab color space, this color is represented as L: 82.95, a: 30.04, and b: -9.72. Similarly, in the CIE-Lab color space, it is represented as L: 82.95, a: 30.04, and b: -9.72.

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

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

Analogous Colors of #FFBAE2

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

Split Complementary Colors of #FFBAE2

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

Tetradic Colors of #FFBAE2

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

Monochromatic Colors of #FFBAE2

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

Complementary Color of #FFBAE2

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

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

HTML Examples of #FFBAE2

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

Related Colors of #FFBAE2

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