Color: #FDDEBC

#FDDEBC Color Information

#FDDEBC is a light color. The closest websafe version is #FDDEBC. A complement of this color would be #BADAFD, perceived brightness is 0.89, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 31°,a saturation of 94%, and a lightness of 86%.The HSV representation shows a hue of 31°, a saturation of 26%, and a value of 99%.

In a RGB color space, #FDDEBC is composed of 99% red, 87% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 26% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 77.27, x: 0.3912, and y: 0.3867.

Color Code #FDDEBC

#FDDEBCrgb(253, 222, 188)
HEX
#FDDEBC
RGB
rgb(253, 222, 188)
HSL
hsl(31, 94%, 86%)
HSV
hsv(31, 26%, 99%)
CMYK
0%, 12%, 26%, 1%
XYZ
X: 78.16, Y: 77.27, Z: 44.38
Lab
L: 90.45, a: 7.38, b: 20.89
Name

Shades of Color #FDDEBC

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

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

#FDDEBCrgb(253, 222, 188)

About #FDDEBC Color Code

In the HSL color space, this color has a hue angle of 31°, a saturation of 94%, and a lightness of 86%. The HSV representation shows a hue of 31°, a saturation of 26%, and a value of 99%.

  • HEX: #FDDEBC
  • RGB: rgb(253, 222, 188)
  • HSL: hsl(31, 94%, 86%)
  • HSV: hsv(31, 26%, 99%)
  • CMYK: 0.00% cyan, 12.00% magenta, 26.00% yellow, 100.00% black
  • XYZ: 78.16, 77.27, 44.38
  • Yxy: 77.27, 0.3912, 0.3867
  • Hunter Lab: 90.45, 7.38, 20.89
  • CIE-Lab: 90.45, 7.38, 20.89

In the XYZ color space, this color is represented as X: 78.16, Y: 77.27, Z: 44.38. The Yxy representation further refines this as Y: 77.27, x: 0.3912, and y: 0.3867.

In the Hunter Lab color space, this color is represented as L: 90.45, a: 7.38, and b: 20.89. Similarly, in the CIE-Lab color space, it is represented as L: 90.45, a: 7.38, and b: 20.89.

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

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

Analogous Colors of #FDDEBC

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

Monochromatic Colors of #FDDEBC

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

Complementary Color of #FDDEBC

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

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

HTML Examples of #FDDEBC

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

Related Colors of #FDDEBC

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