Color: #FBAEFC

#FBAEFC Color Information

#FBAEFC is a light color. The closest websafe version is #FBAEFC. A complement of this color would be #B2FCB0, perceived brightness is 0.81, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 299°,a saturation of 93%, and a lightness of 84%.The HSV representation shows a hue of 299°, a saturation of 31%, and a value of 99%.

In a RGB color space, #FBAEFC is composed of 98% red, 68% green and 99% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 57.71, x: 0.3527, and y: 0.2816.

Color Code #FBAEFC

#FBAEFCrgb(251, 174, 252)
HEX
#FBAEFC
RGB
rgb(251, 174, 252)
HSL
hsl(299, 93%, 84%)
HSV
hsv(299, 31%, 99%)
CMYK
0%, 31%, 0%, 1%
XYZ
X: 72.29, Y: 57.71, Z: 74.97
Lab
L: 80.58, a: 37.96, b: -27.20
Name

Shades of Color #FBAEFC

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

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

#FBAEFCrgb(251, 174, 252)

About #FBAEFC Color Code

In the HSL color space, this color has a hue angle of 299°, a saturation of 93%, and a lightness of 84%. The HSV representation shows a hue of 299°, a saturation of 31%, and a value of 99%.

  • HEX: #FBAEFC
  • RGB: rgb(251, 174, 252)
  • HSL: hsl(299, 93%, 84%)
  • HSV: hsv(299, 31%, 99%)
  • CMYK: 0.00% cyan, 31.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 72.29, 57.71, 74.97
  • Yxy: 57.71, 0.3527, 0.2816
  • Hunter Lab: 80.58, 37.96, -27.20
  • CIE-Lab: 80.58, 37.96, -27.20

In the XYZ color space, this color is represented as X: 72.29, Y: 57.71, Z: 74.97. The Yxy representation further refines this as Y: 57.71, x: 0.3527, and y: 0.2816.

In the Hunter Lab color space, this color is represented as L: 80.58, a: 37.96, and b: -27.20. Similarly, in the CIE-Lab color space, it is represented as L: 80.58, a: 37.96, and b: -27.20.

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

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

Analogous Colors of #FBAEFC

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

Split Complementary Colors of #FBAEFC

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

Tetradic Colors of #FBAEFC

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

Monochromatic Colors of #FBAEFC

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

Complementary Color of #FBAEFC

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

/* Using HEX */
body {
  background-color: #fbaefc;
}
/* Using RGB */
body {
  background-color: rgb(251, 174, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(251, 174, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(299, 93%, 84%);
}
/* Text color */
p {
  color: #fbaefc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fbaefc;
}
/* Border color */
.box {
  border: 4px solid #fbaefc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fbaefc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fbaefc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FBAEFC
On Black Background
#FBAEFC
On White Background
#FBAEFC

HTML Examples of #FBAEFC

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

Related Colors of #FBAEFC

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