Color: #FDE6AC

#FDE6AC Color Information

#FDE6AC is a light color. The closest websafe version is #FDE6AC. A complement of this color would be #AAC2FD, perceived brightness is 0.90, and the grayscale version is #D5D5D5.

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

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

In the Yxy color space, this color is represented as Y: 81.08, x: 0.3984, and y: 0.4078.

Color Code #FDE6AC

#FDE6ACrgb(253, 230, 172)
HEX
#FDE6AC
RGB
rgb(253, 230, 172)
HSL
hsl(43, 95%, 83%)
HSV
hsv(43, 32%, 99%)
CMYK
0%, 9%, 32%, 1%
XYZ
X: 79.21, Y: 81.08, Z: 38.52
Lab
L: 92.17, a: 2.03, b: 31.36
Name

Shades of Color #FDE6AC

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

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

#FDE6ACrgb(253, 230, 172)

About #FDE6AC Color Code

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

  • HEX: #FDE6AC
  • RGB: rgb(253, 230, 172)
  • HSL: hsl(43, 95%, 83%)
  • HSV: hsv(43, 32%, 99%)
  • CMYK: 0.00% cyan, 9.00% magenta, 32.00% yellow, 100.00% black
  • XYZ: 79.21, 81.08, 38.52
  • Yxy: 81.08, 0.3984, 0.4078
  • Hunter Lab: 92.17, 2.03, 31.36
  • CIE-Lab: 92.17, 2.03, 31.36

In the XYZ color space, this color is represented as X: 79.21, Y: 81.08, Z: 38.52. The Yxy representation further refines this as Y: 81.08, x: 0.3984, and y: 0.4078.

In the Hunter Lab color space, this color is represented as L: 92.17, a: 2.03, and b: 31.36. Similarly, in the CIE-Lab color space, it is represented as L: 92.17, a: 2.03, and b: 31.36.

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

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

Analogous Colors of #FDE6AC

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

Split Complementary Colors of #FDE6AC

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

Tetradic Colors of #FDE6AC

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

Monochromatic Colors of #FDE6AC

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

Complementary Color of #FDE6AC

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

/* Using HEX */
body {
  background-color: #fde6ac;
}
/* Using RGB */
body {
  background-color: rgb(253, 230, 172);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 230, 172, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(43, 95%, 83%);
}
/* Text color */
p {
  color: #fde6ac;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fde6ac;
}
/* Border color */
.box {
  border: 4px solid #fde6ac;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fde6ac;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fde6ac;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FDE6AC
On Black Background
#FDE6AC
On White Background
#FDE6AC

HTML Examples of #FDE6AC

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

Related Colors of #FDE6AC

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