Color: #FEACAD
#FEACAD Color Information
#FEACAD is a light color. The closest websafe version is #FEACAD. A complement of this color would be #AEFEFD, perceived brightness is 0.77, and the grayscale version is #D5D5D5.
In the HSL color space, this color has a hue angle of 359°,a saturation of 98%, and a lightness of 84%.The HSV representation shows a hue of 359°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FEACAD is composed of 100% red, 67% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 32% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 54.16, x: 0.4213, and y: 0.3506.
Color Code #FEACAD
Shades of Color #FEACAD
Shades are created by darkening the original color #FEACAD 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 #FEACAD
Tints are created by lightening the original color #FEACAD 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 #FEACAD Color Code
In the HSL color space, this color has a hue angle of 359°, a saturation of 98%, and a lightness of 84%. The HSV representation shows a hue of 359°, a saturation of 32%, and a value of 100%.
- HEX: #FEACAD
- RGB: rgb(254, 172, 173)
- HSL: hsl(359, 98%, 84%)
- HSV: hsv(359, 32%, 100%)
- CMYK: 0.00% cyan, 32.00% magenta, 32.00% yellow, 0.00% black
- XYZ: 65.08, 54.16, 35.23
- Yxy: 54.16, 0.4213, 0.3506
- Hunter Lab: 78.55, 31.04, 12.43
- CIE-Lab: 78.55, 31.04, 12.43
In the XYZ color space, this color is represented as X: 65.08, Y: 54.16, Z: 35.23. The Yxy representation further refines this as Y: 54.16, x: 0.4213, and y: 0.3506.
In the Hunter Lab color space, this color is represented as L: 78.55, a: 31.04, and b: 12.43. Similarly, in the CIE-Lab color space, it is represented as L: 78.55, a: 31.04, and b: 12.43.
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 #FEACAD
Triadic colors are three colors evenly spaced around the color wheel, including #FEACAD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FEACAD
Monochromatic colors are variations of #FEACAD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FEACAD
The complementary color of #FEACAD 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 #FEACAD
/* Using HEX */ body { background-color: #feacad; }
/* Using RGB */ body { background-color: rgb(254, 172, 173); }
/* Using RGB with opacity */ body { background-color: rgba(254, 172, 173, 0.5); }
/* Using HSL */ body { background-color: hsl(359, 98%, 84%); }
/* Text color */ p { color: #feacad; }
/* Box shadow */ div { box-shadow: 4px 4px #feacad; }
HTML Examples of #FEACAD
<!-- Using HEX --> <div style="background-color: #feacad; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(254, 172, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(254, 172, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(359, 98%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #feacad;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #feacad; width: 100px; height: 100px;"></div>
Related Colors of #FEACAD
These colors are similar to #FEACAD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.