Color: #FEAEFC

#FEAEFC Color Information

#FEAEFC is a light color. The closest websafe version is #FEAEFC. A complement of this color would be #AEFEB1, perceived brightness is 0.81, and the grayscale version is #D6D6D6.

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

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

In the Yxy color space, this color is represented as Y: 58.30, x: 0.3552, and y: 0.2820.

Color Code #FEAEFC

#FEAEFCrgb(254, 174, 252)
HEX
#FEAEFC
RGB
rgb(254, 174, 252)
HSL
hsl(302, 98%, 84%)
HSV
hsv(302, 31%, 100%)
CMYK
0%, 31%, 1%, 0%
XYZ
X: 73.45, Y: 58.30, Z: 75.01
Lab
L: 80.90, a: 38.95, b: -26.66
Name

Shades of Color #FEAEFC

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

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

#FEAEFCrgb(254, 174, 252)

About #FEAEFC Color Code

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

  • HEX: #FEAEFC
  • RGB: rgb(254, 174, 252)
  • HSL: hsl(302, 98%, 84%)
  • HSV: hsv(302, 31%, 100%)
  • CMYK: 0.00% cyan, 31.00% magenta, 100.00% yellow, 0.00% black
  • XYZ: 73.45, 58.30, 75.01
  • Yxy: 58.30, 0.3552, 0.2820
  • Hunter Lab: 80.90, 38.95, -26.66
  • CIE-Lab: 80.90, 38.95, -26.66

In the XYZ color space, this color is represented as X: 73.45, Y: 58.30, Z: 75.01. The Yxy representation further refines this as Y: 58.30, x: 0.3552, and y: 0.2820.

In the Hunter Lab color space, this color is represented as L: 80.90, a: 38.95, and b: -26.66. Similarly, in the CIE-Lab color space, it is represented as L: 80.90, a: 38.95, and b: -26.66.

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

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

Analogous Colors of #FEAEFC

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

Monochromatic Colors of #FEAEFC

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

Complementary Color of #FEAEFC

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

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

HTML Examples of #FEAEFC

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

Related Colors of #FEAEFC

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