Color: #FAAAEF

#FAAAEF Color Information

#FAAAEF is a light color. The closest websafe version is #FAAAEF. A complement of this color would be #A8FAB3, perceived brightness is 0.79, and the grayscale version is #D2D2D2.

In the HSL color space, this color has a hue angle of 308°,a saturation of 89%, and a lightness of 82%.The HSV representation shows a hue of 308°, a saturation of 32%, and a value of 98%.

In a RGB color space, #FAAAEF is composed of 98% red, 67% green and 94% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 4% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 55.32, x: 0.3626, and y: 0.2885.

Color Code #FAAAEF

#FAAAEFrgb(250, 170, 239)
HEX
#FAAAEF
RGB
rgb(250, 170, 239)
HSL
hsl(308, 89%, 82%)
HSV
hsv(308, 32%, 98%)
CMYK
0%, 32%, 4%, 2%
XYZ
X: 69.52, Y: 55.32, Z: 66.88
Lab
L: 79.23, a: 37.89, b: -22.29
Name

Shades of Color #FAAAEF

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

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

#FAAAEFrgb(250, 170, 239)

About #FAAAEF Color Code

In the HSL color space, this color has a hue angle of 308°, a saturation of 89%, and a lightness of 82%. The HSV representation shows a hue of 308°, a saturation of 32%, and a value of 98%.

  • HEX: #FAAAEF
  • RGB: rgb(250, 170, 239)
  • HSL: hsl(308, 89%, 82%)
  • HSV: hsv(308, 32%, 98%)
  • CMYK: 0.00% cyan, 32.00% magenta, 4.00% yellow, 2.00% black
  • XYZ: 69.52, 55.32, 66.88
  • Yxy: 55.32, 0.3626, 0.2885
  • Hunter Lab: 79.23, 37.89, -22.29
  • CIE-Lab: 79.23, 37.89, -22.29

In the XYZ color space, this color is represented as X: 69.52, Y: 55.32, Z: 66.88. The Yxy representation further refines this as Y: 55.32, x: 0.3626, and y: 0.2885.

In the Hunter Lab color space, this color is represented as L: 79.23, a: 37.89, and b: -22.29. Similarly, in the CIE-Lab color space, it is represented as L: 79.23, a: 37.89, and b: -22.29.

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

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

Analogous Colors of #FAAAEF

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

Monochromatic Colors of #FAAAEF

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

Complementary Color of #FAAAEF

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

/* Using HEX */
body {
  background-color: #faaaef;
}
/* Using RGB */
body {
  background-color: rgb(250, 170, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 170, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(308, 89%, 82%);
}
/* Text color */
p {
  color: #faaaef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #faaaef;
}
/* Border color */
.box {
  border: 4px solid #faaaef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #faaaef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #faaaef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FAAAEF
On Black Background
#FAAAEF
On White Background
#FAAAEF

HTML Examples of #FAAAEF

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

Related Colors of #FAAAEF

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