Color: #FFAAFC

#FFAAFC Color Information

#FFAAFC is a light color. The closest websafe version is #FFAAFC. A complement of this color would be #A8FFAB, perceived brightness is 0.80, and the grayscale version is #D5D4D5.

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

In a RGB color space, #FFAAFC is composed of 100% red, 67% green and 99% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 1% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 56.97, x: 0.3565, and y: 0.2782.

Color Code #FFAAFC

#FFAAFCrgb(255, 170, 252)
HEX
#FFAAFC
RGB
rgb(255, 170, 252)
HSL
hsl(302, 100%, 83%)
HSV
hsv(302, 33%, 100%)
CMYK
0%, 33%, 1%, 0%
XYZ
X: 73.01, Y: 56.97, Z: 74.82
Lab
L: 80.16, a: 41.25, b: -27.78
Name

Shades of Color #FFAAFC

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

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

#FFAAFCrgb(255, 170, 252)

About #FFAAFC Color Code

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

  • HEX: #FFAAFC
  • RGB: rgb(255, 170, 252)
  • HSL: hsl(302, 100%, 83%)
  • HSV: hsv(302, 33%, 100%)
  • CMYK: 0.00% cyan, 33.00% magenta, 100.00% yellow, 0.00% black
  • XYZ: 73.01, 56.97, 74.82
  • Yxy: 56.97, 0.3565, 0.2782
  • Hunter Lab: 80.16, 41.25, -27.78
  • CIE-Lab: 80.16, 41.25, -27.78

In the XYZ color space, this color is represented as X: 73.01, Y: 56.97, Z: 74.82. The Yxy representation further refines this as Y: 56.97, x: 0.3565, and y: 0.2782.

In the Hunter Lab color space, this color is represented as L: 80.16, a: 41.25, and b: -27.78. Similarly, in the CIE-Lab color space, it is represented as L: 80.16, a: 41.25, and b: -27.78.

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

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

Analogous Colors of #FFAAFC

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

Monochromatic Colors of #FFAAFC

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

Complementary Color of #FFAAFC

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

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

HTML Examples of #FFAAFC

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

Related Colors of #FFAAFC

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