Color: #FDF2EC
#FDF2EC Color Information
#FDF2EC is a light color. The closest websafe version is #FDF2EC. A complement of this color would be #EDF7FD, perceived brightness is 0.96, and the grayscale version is #F4F4F4.
In the HSL color space, this color has a hue angle of 21°,a saturation of 81%, and a lightness of 96%.The HSV representation shows a hue of 21°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FDF2EC is composed of 99% red, 95% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 7% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 90.59, x: 0.3568, and y: 0.3631.
Color Code #FDF2EC
Shades of Color #FDF2EC
Shades are created by darkening the original color #FDF2EC 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 #FDF2EC
Tints are created by lightening the original color #FDF2EC 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 #FDF2EC Color Code
In the HSL color space, this color has a hue angle of 21°, a saturation of 81%, and a lightness of 96%. The HSV representation shows a hue of 21°, a saturation of 7%, and a value of 99%.
- HEX: #FDF2EC
- RGB: rgb(253, 242, 236)
- HSL: hsl(21, 81%, 96%)
- HSV: hsv(21, 7%, 99%)
- CMYK: 0.00% cyan, 4.00% magenta, 7.00% yellow, 100.00% black
- XYZ: 89.03, 90.59, 69.90
- Yxy: 90.59, 0.3568, 0.3631
- Hunter Lab: 96.24, 3.07, 4.29
- CIE-Lab: 96.24, 3.07, 4.29
In the XYZ color space, this color is represented as X: 89.03, Y: 90.59, Z: 69.90. The Yxy representation further refines this as Y: 90.59, x: 0.3568, and y: 0.3631.
In the Hunter Lab color space, this color is represented as L: 96.24, a: 3.07, and b: 4.29. Similarly, in the CIE-Lab color space, it is represented as L: 96.24, a: 3.07, and b: 4.29.
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 #FDF2EC
Triadic colors are three colors evenly spaced around the color wheel, including #FDF2EC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FDF2EC
Monochromatic colors are variations of #FDF2EC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FDF2EC
The complementary color of #FDF2EC 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 #FDF2EC
/* Using HEX */ body { background-color: #fdf2ec; }
/* Using RGB */ body { background-color: rgb(253, 242, 236); }
/* Using RGB with opacity */ body { background-color: rgba(253, 242, 236, 0.5); }
/* Using HSL */ body { background-color: hsl(21, 81%, 96%); }
/* Text color */ p { color: #fdf2ec; }
/* Box shadow */ div { box-shadow: 4px 4px #fdf2ec; }
HTML Examples of #FDF2EC
<!-- Using HEX --> <div style="background-color: #fdf2ec; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(253, 242, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(253, 242, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(21, 81%, 96%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fdf2ec;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fdf2ec; width: 100px; height: 100px;"></div>
Related Colors of #FDF2EC
These colors are similar to #FDF2EC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.