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