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