Color: #FCE28D

#FCE28D Color Information

#FCE28D is a light color. The closest websafe version is #FCE28D. A complement of this color would be #8DA7FC, perceived brightness is 0.88, and the grayscale version is #C5C5C5.

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

In a RGB color space, #FCE28D is composed of 99% red, 89% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 44% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 77.79, x: 0.4172, and y: 0.4295.

Color Code #FCE28D

HEX
#FCE28D
RGB
rgb(252, 226, 141)
HSL
hsl(46, 95%, 77%)
HSV
hsv(46, 44%, 99%)
CMYK
0%, 10%, 44%, 1%
XYZ
X: 75.55, Y: 77.79, Z: 27.76
Lab
L: 90.69, a: 1.09, b: 44.84
Name

Shades of Color #FCE28D

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

Tints are created by lightening the original color #FCE28D 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 #FCE28D Color Code

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

  • HEX: #FCE28D
  • RGB: rgb(252, 226, 141)
  • HSL: hsl(46, 95%, 77%)
  • HSV: hsv(46, 44%, 99%)
  • CMYK: 0.00% cyan, 10.00% magenta, 44.00% yellow, 100.00% black
  • XYZ: 75.55, 77.79, 27.76
  • Yxy: 77.79, 0.4172, 0.4295
  • Hunter Lab: 90.69, 1.09, 44.84
  • CIE-Lab: 90.69, 1.09, 44.84

In the XYZ color space, this color is represented as X: 75.55, Y: 77.79, Z: 27.76. The Yxy representation further refines this as Y: 77.79, x: 0.4172, and y: 0.4295.

In the Hunter Lab color space, this color is represented as L: 90.69, a: 1.09, and b: 44.84. Similarly, in the CIE-Lab color space, it is represented as L: 90.69, a: 1.09, and b: 44.84.

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

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

Analogous Colors of #FCE28D

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

Monochromatic Colors of #FCE28D

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

Complementary Color of #FCE28D

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

/* Using HEX */
body {
  background-color: #fce28d;
}
/* Using RGB */
body {
  background-color: rgb(252, 226, 141);
}
/* Using RGB with opacity */
body {
  background-color: rgba(252, 226, 141, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(46, 95%, 77%);
}
/* Text color */
p {
  color: #fce28d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fce28d;
}

HTML Examples of #FCE28D

<!-- Using HEX -->
<div style="background-color: #fce28d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(252, 226, 141); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(252, 226, 141, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(46, 95%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fce28d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fce28d; width: 100px; height: 100px;"></div>

Related Colors of #FCE28D

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