Color: #FCDA8C

#FCDA8C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 73.51, x: 0.4217, and y: 0.4234.

Color Code #FCDA8C

#FCDA8Crgb(252, 218, 140)
HEX
#FCDA8C
RGB
rgb(252, 218, 140)
HSL
hsl(42, 95%, 77%)
HSV
hsv(42, 44%, 99%)
CMYK
0%, 13%, 44%, 1%
XYZ
X: 73.20, Y: 73.51, Z: 26.89
Lab
L: 88.69, a: 4.87, b: 42.87
Name

Shades of Color #FCDA8C

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

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

#FCDA8Crgb(252, 218, 140)

About #FCDA8C Color Code

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

  • HEX: #FCDA8C
  • RGB: rgb(252, 218, 140)
  • HSL: hsl(42, 95%, 77%)
  • HSV: hsv(42, 44%, 99%)
  • CMYK: 0.00% cyan, 13.00% magenta, 44.00% yellow, 100.00% black
  • XYZ: 73.20, 73.51, 26.89
  • Yxy: 73.51, 0.4217, 0.4234
  • Hunter Lab: 88.69, 4.87, 42.87
  • CIE-Lab: 88.69, 4.87, 42.87

In the XYZ color space, this color is represented as X: 73.20, Y: 73.51, Z: 26.89. The Yxy representation further refines this as Y: 73.51, x: 0.4217, and y: 0.4234.

In the Hunter Lab color space, this color is represented as L: 88.69, a: 4.87, and b: 42.87. Similarly, in the CIE-Lab color space, it is represented as L: 88.69, a: 4.87, and b: 42.87.

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

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

Analogous Colors of #FCDA8C

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

Split Complementary Colors of #FCDA8C

Split complementary colors are two colors adjacent to the complementary color of #FCDA8C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FCDA8C

Tetradic colors form a rectangle on the color wheel, including #FCDA8C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FCDA8C

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

Complementary Color of #FCDA8C

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

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

HTML Examples of #FCDA8C

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

Related Colors of #FCDA8C

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