Color: #FEE0DE

#FEE0DE Color Information

#FEE0DE is a light color. The closest websafe version is #FEE0DE. A complement of this color would be #DCFCFE, perceived brightness is 0.91, and the grayscale version is #EEEEEE.

In the HSL color space, this color has a hue angle of 4°,a saturation of 94%, and a lightness of 93%.The HSV representation shows a hue of 4°, a saturation of 13%, and a value of 100%.

In a RGB color space, #FEE0DE is composed of 100% red, 88% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 13% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 79.92, x: 0.3692, and y: 0.3583.

Color Code #FEE0DE

#FEE0DErgb(254, 224, 222)
HEX
#FEE0DE
RGB
rgb(254, 224, 222)
HSL
hsl(4, 94%, 93%)
HSV
hsv(4, 13%, 100%)
CMYK
0%, 12%, 13%, 0%
XYZ
X: 82.37, Y: 79.92, Z: 60.79
Lab
L: 91.65, a: 10.43, b: 4.97
Name

Shades of Color #FEE0DE

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

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

#FEE0DErgb(254, 224, 222)

About #FEE0DE Color Code

In the HSL color space, this color has a hue angle of 4°, a saturation of 94%, and a lightness of 93%. The HSV representation shows a hue of 4°, a saturation of 13%, and a value of 100%.

  • HEX: #FEE0DE
  • RGB: rgb(254, 224, 222)
  • HSL: hsl(4, 94%, 93%)
  • HSV: hsv(4, 13%, 100%)
  • CMYK: 0.00% cyan, 12.00% magenta, 13.00% yellow, 0.00% black
  • XYZ: 82.37, 79.92, 60.79
  • Yxy: 79.92, 0.3692, 0.3583
  • Hunter Lab: 91.65, 10.43, 4.97
  • CIE-Lab: 91.65, 10.43, 4.97

In the XYZ color space, this color is represented as X: 82.37, Y: 79.92, Z: 60.79. The Yxy representation further refines this as Y: 79.92, x: 0.3692, and y: 0.3583.

In the Hunter Lab color space, this color is represented as L: 91.65, a: 10.43, and b: 4.97. Similarly, in the CIE-Lab color space, it is represented as L: 91.65, a: 10.43, and b: 4.97.

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

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

Analogous Colors of #FEE0DE

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

Split Complementary Colors of #FEE0DE

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

Tetradic Colors of #FEE0DE

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

Monochromatic Colors of #FEE0DE

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

Complementary Color of #FEE0DE

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

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

HTML Examples of #FEE0DE

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

Related Colors of #FEE0DE

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