Color: #FCE98C

#FCE98C Color Information

#FCE98C is a light color. The closest websafe version is #FCE98C. A complement of this color would be #8D9FFC, perceived brightness is 0.89, and the grayscale version is #C4C4C4.

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

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

In the Yxy color space, this color is represented as Y: 81.66, x: 0.4143, and y: 0.4361.

Color Code #FCE98C

#FCE98Crgb(252, 233, 140)
HEX
#FCE98C
RGB
rgb(252, 233, 140)
HSL
hsl(50, 95%, 77%)
HSV
hsv(50, 44%, 99%)
CMYK
0%, 8%, 44%, 1%
XYZ
X: 77.58, Y: 81.66, Z: 28.00
Lab
L: 92.43, a: -2.31, b: 47.45
Name

Shades of Color #FCE98C

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

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

#FCE98Crgb(252, 233, 140)

About #FCE98C Color Code

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

  • HEX: #FCE98C
  • RGB: rgb(252, 233, 140)
  • HSL: hsl(50, 95%, 77%)
  • HSV: hsv(50, 44%, 99%)
  • CMYK: 0.00% cyan, 8.00% magenta, 44.00% yellow, 100.00% black
  • XYZ: 77.58, 81.66, 28.00
  • Yxy: 81.66, 0.4143, 0.4361
  • Hunter Lab: 92.43, -2.31, 47.45
  • CIE-Lab: 92.43, -2.31, 47.45

In the XYZ color space, this color is represented as X: 77.58, Y: 81.66, Z: 28.00. The Yxy representation further refines this as Y: 81.66, x: 0.4143, and y: 0.4361.

In the Hunter Lab color space, this color is represented as L: 92.43, a: -2.31, and b: 47.45. Similarly, in the CIE-Lab color space, it is represented as L: 92.43, a: -2.31, and b: 47.45.

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

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

Analogous Colors of #FCE98C

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

Monochromatic Colors of #FCE98C

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

Complementary Color of #FCE98C

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

/* Using HEX */
body {
  background-color: #fce98c;
}
/* Using RGB */
body {
  background-color: rgb(252, 233, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(252, 233, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(50, 95%, 77%);
}
/* Text color */
p {
  color: #fce98c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fce98c;
}
/* Border color */
.box {
  border: 4px solid #fce98c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fce98c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fce98c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FCE98C
On Black Background
#FCE98C
On White Background
#FCE98C

HTML Examples of #FCE98C

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

Related Colors of #FCE98C

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