Color: #FADEEA

#FADEEA Color Information

#FADEEA is a light color. The closest websafe version is #FADEEA. A complement of this color would be #E0FAEF, perceived brightness is 0.91, and the grayscale version is #ECECEC.

In the HSL color space, this color has a hue angle of 334°,a saturation of 74%, and a lightness of 93%.The HSV representation shows a hue of 334°, a saturation of 11%, and a value of 98%.

In a RGB color space, #FADEEA is composed of 98% red, 87% green and 92% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 6% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 78.62, x: 0.3588, and y: 0.3457.

Color Code #FADEEA

#FADEEArgb(250, 222, 234)
HEX
#FADEEA
RGB
rgb(250, 222, 234)
HSL
hsl(334, 74%, 93%)
HSV
hsv(334, 11%, 98%)
CMYK
0%, 11%, 6%, 2%
XYZ
X: 81.59, Y: 78.62, Z: 67.19
Lab
L: 91.06, a: 11.44, b: -2.16
Name

Shades of Color #FADEEA

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

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

#FADEEArgb(250, 222, 234)

About #FADEEA Color Code

In the HSL color space, this color has a hue angle of 334°, a saturation of 74%, and a lightness of 93%. The HSV representation shows a hue of 334°, a saturation of 11%, and a value of 98%.

  • HEX: #FADEEA
  • RGB: rgb(250, 222, 234)
  • HSL: hsl(334, 74%, 93%)
  • HSV: hsv(334, 11%, 98%)
  • CMYK: 0.00% cyan, 11.00% magenta, 6.00% yellow, 2.00% black
  • XYZ: 81.59, 78.62, 67.19
  • Yxy: 78.62, 0.3588, 0.3457
  • Hunter Lab: 91.06, 11.44, -2.16
  • CIE-Lab: 91.06, 11.44, -2.16

In the XYZ color space, this color is represented as X: 81.59, Y: 78.62, Z: 67.19. The Yxy representation further refines this as Y: 78.62, x: 0.3588, and y: 0.3457.

In the Hunter Lab color space, this color is represented as L: 91.06, a: 11.44, and b: -2.16. Similarly, in the CIE-Lab color space, it is represented as L: 91.06, a: 11.44, and b: -2.16.

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

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

Analogous Colors of #FADEEA

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

Monochromatic Colors of #FADEEA

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

Complementary Color of #FADEEA

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

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

HTML Examples of #FADEEA

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

Related Colors of #FADEEA

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