Color: #FEDFCC

#FEDFCC Color Information

#FEDFCC is a light color. The closest websafe version is #FEDFCC. A complement of this color would be #CDEBFE, perceived brightness is 0.90, and the grayscale version is #E5E5E5.

In the HSL color space, this color has a hue angle of 23°,a saturation of 96%, and a lightness of 90%.The HSV representation shows a hue of 23°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 78.61, x: 0.3812, and y: 0.3734.

Color Code #FEDFCC

HEX
#FEDFCC
RGB
rgb(254, 223, 204)
HSL
hsl(23, 96%, 90%)
HSV
hsv(23, 20%, 100%)
CMYK
0%, 12%, 20%, 0%
XYZ
X: 80.27, Y: 78.61, Z: 51.67
Lab
L: 91.06, a: 8.91, b: 13.48
Name

Shades of Color #FEDFCC

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

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

About #FEDFCC Color Code

In the HSL color space, this color has a hue angle of 23°, a saturation of 96%, and a lightness of 90%. The HSV representation shows a hue of 23°, a saturation of 20%, and a value of 100%.

  • HEX: #FEDFCC
  • RGB: rgb(254, 223, 204)
  • HSL: hsl(23, 96%, 90%)
  • HSV: hsv(23, 20%, 100%)
  • CMYK: 0.00% cyan, 12.00% magenta, 20.00% yellow, 0.00% black
  • XYZ: 80.27, 78.61, 51.67
  • Yxy: 78.61, 0.3812, 0.3734
  • Hunter Lab: 91.06, 8.91, 13.48
  • CIE-Lab: 91.06, 8.91, 13.48

In the XYZ color space, this color is represented as X: 80.27, Y: 78.61, Z: 51.67. The Yxy representation further refines this as Y: 78.61, x: 0.3812, and y: 0.3734.

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

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

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

Analogous Colors of #FEDFCC

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

Monochromatic Colors of #FEDFCC

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

Complementary Color of #FEDFCC

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

/* Using HEX */
body {
  background-color: #fedfcc;
}
/* Using RGB */
body {
  background-color: rgb(254, 223, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 223, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(23, 96%, 90%);
}
/* Text color */
p {
  color: #fedfcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fedfcc;
}

HTML Examples of #FEDFCC

<!-- Using HEX -->
<div style="background-color: #fedfcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(254, 223, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(254, 223, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(23, 96%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fedfcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fedfcc; width: 100px; height: 100px;"></div>

Related Colors of #FEDFCC

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