Color: #FADEC3
#FADEC3 Color Information
#FADEC3 is a light color. The closest websafe version is #FADEC3. A complement of this color would be #C2DFFA, perceived brightness is 0.89, and the grayscale version is #DEDEDE.
In the HSL color space, this color has a hue angle of 29°,a saturation of 85%, and a lightness of 87%.The HSV representation shows a hue of 29°, a saturation of 22%, and a value of 98%.
In a RGB color space, #FADEC3 is composed of 98% red, 87% green and 76% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 22% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 76.94, x: 0.3843, and y: 0.3810.
Color Code #FADEC3
Shades of Color #FADEC3
Shades are created by darkening the original color #FADEC3 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 #FADEC3
Tints are created by lightening the original color #FADEC3 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 #FADEC3 Color Code
In the HSL color space, this color has a hue angle of 29°, a saturation of 85%, and a lightness of 87%. The HSV representation shows a hue of 29°, a saturation of 22%, and a value of 98%.
- HEX: #FADEC3
- RGB: rgb(250, 222, 195)
- HSL: hsl(29, 85%, 87%)
- HSV: hsv(29, 22%, 98%)
- CMYK: 0.00% cyan, 11.00% magenta, 22.00% yellow, 2.00% black
- XYZ: 77.62, 76.94, 47.40
- Yxy: 76.94, 0.3843, 0.3810
- Hunter Lab: 90.30, 6.96, 17.02
- CIE-Lab: 90.30, 6.96, 17.02
In the XYZ color space, this color is represented as X: 77.62, Y: 76.94, Z: 47.40. The Yxy representation further refines this as Y: 76.94, x: 0.3843, and y: 0.3810.
In the Hunter Lab color space, this color is represented as L: 90.30, a: 6.96, and b: 17.02. Similarly, in the CIE-Lab color space, it is represented as L: 90.30, a: 6.96, and b: 17.02.
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 #FADEC3
Triadic colors are three colors evenly spaced around the color wheel, including #FADEC3. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FADEC3
Monochromatic colors are variations of #FADEC3, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FADEC3
The complementary color of #FADEC3 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 #FADEC3
/* Using HEX */ body { background-color: #fadec3; }
/* Using RGB */ body { background-color: rgb(250, 222, 195); }
/* Using RGB with opacity */ body { background-color: rgba(250, 222, 195, 0.5); }
/* Using HSL */ body { background-color: hsl(29, 85%, 87%); }
/* Text color */ p { color: #fadec3; }
/* Box shadow */ div { box-shadow: 4px 4px #fadec3; }
/* Border color */ .box { border: 4px solid #fadec3; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fadec3; }
/* Background with text */ div { background: #fadec3; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FADEC3
<!-- Using HEX --> <div style="background-color: #fadec3; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(250, 222, 195); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(250, 222, 195, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(29, 85%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fadec3;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fadec3; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fadec3; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fadec3;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fadec3; color: #fff; padding: 16px; border-radius: 8px;"> #FADEC3 </div>
Related Colors of #FADEC3
These colors are similar to #FADEC3, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.