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