Color: #FDEEBE

#FDEEBE Color Information

#FDEEBE is a light color. The closest websafe version is #FDEEBE. A complement of this color would be #BFCDFD, perceived brightness is 0.93, and the grayscale version is #DEDEDE.

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

In a RGB color space, #FDEEBE is composed of 99% red, 93% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 25% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 86.27, x: 0.3851, and y: 0.3997.

Color Code #FDEEBE

#FDEEBErgb(253, 238, 190)
HEX
#FDEEBE
RGB
rgb(253, 238, 190)
HSL
hsl(46, 94%, 87%)
HSV
hsv(46, 25%, 99%)
CMYK
0%, 6%, 25%, 1%
XYZ
X: 83.12, Y: 86.27, Z: 46.44
Lab
L: 94.43, a: -0.11, b: 25.26
Name

Shades of Color #FDEEBE

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

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

#FDEEBErgb(253, 238, 190)

About #FDEEBE Color Code

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

  • HEX: #FDEEBE
  • RGB: rgb(253, 238, 190)
  • HSL: hsl(46, 94%, 87%)
  • HSV: hsv(46, 25%, 99%)
  • CMYK: 0.00% cyan, 6.00% magenta, 25.00% yellow, 100.00% black
  • XYZ: 83.12, 86.27, 46.44
  • Yxy: 86.27, 0.3851, 0.3997
  • Hunter Lab: 94.43, -0.11, 25.26
  • CIE-Lab: 94.43, -0.11, 25.26

In the XYZ color space, this color is represented as X: 83.12, Y: 86.27, Z: 46.44. The Yxy representation further refines this as Y: 86.27, x: 0.3851, and y: 0.3997.

In the Hunter Lab color space, this color is represented as L: 94.43, a: -0.11, and b: 25.26. Similarly, in the CIE-Lab color space, it is represented as L: 94.43, a: -0.11, and b: 25.26.

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

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

Analogous Colors of #FDEEBE

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

Monochromatic Colors of #FDEEBE

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

Complementary Color of #FDEEBE

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

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

HTML Examples of #FDEEBE

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

Related Colors of #FDEEBE

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