Color: #FCDC8C
#FCDC8C Color Information
#FCDC8C is a light color. The closest websafe version is #FCDC8C. A complement of this color would be #8DACFC, perceived brightness is 0.86, and the grayscale version is #C4C4C4.
In the HSL color space, this color has a hue angle of 43°,a saturation of 95%, and a lightness of 77%.The HSV representation shows a hue of 43°, a saturation of 44%, and a value of 99%.
In a RGB color space, #FCDC8C is composed of 99% red, 86% 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: 74.56, x: 0.4206, and y: 0.4252.
Color Code #FCDC8C
Shades of Color #FCDC8C
Shades are created by darkening the original color #FCDC8C 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 #FCDC8C
Tints are created by lightening the original color #FCDC8C 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 #FCDC8C Color Code
In the HSL color space, this color has a hue angle of 43°, a saturation of 95%, and a lightness of 77%. The HSV representation shows a hue of 43°, a saturation of 44%, and a value of 99%.
- HEX: #FCDC8C
- RGB: rgb(252, 220, 140)
- HSL: hsl(43, 95%, 77%)
- HSV: hsv(43, 44%, 99%)
- CMYK: 0.00% cyan, 13.00% magenta, 44.00% yellow, 100.00% black
- XYZ: 73.76, 74.56, 27.04
- Yxy: 74.56, 0.4206, 0.4252
- Hunter Lab: 89.18, 3.90, 43.48
- CIE-Lab: 89.18, 3.90, 43.48
In the XYZ color space, this color is represented as X: 73.76, Y: 74.56, Z: 27.04. The Yxy representation further refines this as Y: 74.56, x: 0.4206, and y: 0.4252.
In the Hunter Lab color space, this color is represented as L: 89.18, a: 3.90, and b: 43.48. Similarly, in the CIE-Lab color space, it is represented as L: 89.18, a: 3.90, and b: 43.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 #FCDC8C
Triadic colors are three colors evenly spaced around the color wheel, including #FCDC8C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FCDC8C
Split complementary colors are two colors adjacent to the complementary color of #FCDC8C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FCDC8C
Monochromatic colors are variations of #FCDC8C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FCDC8C
The complementary color of #FCDC8C 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 #FCDC8C
/* Using HEX */ body { background-color: #fcdc8c; }
/* Using RGB */ body { background-color: rgb(252, 220, 140); }
/* Using RGB with opacity */ body { background-color: rgba(252, 220, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(43, 95%, 77%); }
/* Text color */ p { color: #fcdc8c; }
/* Box shadow */ div { box-shadow: 4px 4px #fcdc8c; }
/* Border color */ .box { border: 4px solid #fcdc8c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fcdc8c; }
/* Background with text */ div { background: #fcdc8c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FCDC8C
<!-- Using HEX --> <div style="background-color: #fcdc8c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(252, 220, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(252, 220, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(43, 95%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fcdc8c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fcdc8c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fcdc8c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fcdc8c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fcdc8c; color: #fff; padding: 16px; border-radius: 8px;"> #FCDC8C </div>
Related Colors of #FCDC8C
These colors are similar to #FCDC8C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.