Color: #FADEBE

#FADEBE Color Information

#FADEBE is a light color. The closest websafe version is #FADEBE. 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 100%, and a value of 100%.

In a RGB color space, #FADEBE 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.76, x: 0.3876, and y: 0.3855.

Color Code #FADEBE

HEX
#FADEBE
RGB
rgb(250, 222, 190)
HSL
hsl(32, 86%, 86%)
HSV
hsv(32, 24%, 98%)
CMYK
0%, 11%, 24%, 2%
XYZ
X: 77.18, Y: 76.76, Z: 45.20
Lab
L: 90.21, a: 6.45, b: 19.48
Name

Shades of Color #FADEBE

Shades are created by darkening the original color #FADEBE 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 #FADEBE

Tints are created by lightening the original color #FADEBE 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 #FADEBE 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: #FADEBE
  • RGB: rgb(250, 222, 190)
  • 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.18, 76.76, 45.20
  • Yxy: 76.76, 0.3876, 0.3855
  • Hunter Lab: 90.21, 6.45, 19.48
  • CIE-Lab: 90.21, 6.45, 19.48

In the XYZ color space, this color is represented as X: 77.18, Y: 76.76, Z: 45.20. The Yxy representation further refines this as Y: 76.76, x: 0.3876, and y: 0.3855.

In the Hunter Lab color space, this color is represented as L: 90.21, a: 6.45, and b: 19.48. Similarly, in the CIE-Lab color space, it is represented as L: 90.21, a: 6.45, and b: 19.48.

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 #FADEBE

Triadic colors are three colors evenly spaced around the color wheel, including #FADEBE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #FADEBE

Analogous colors are adjacent to #FADEBE on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #FADEBE

Monochromatic colors are variations of #FADEBE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #FADEBE

The complementary color of #FADEBE 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 #FADEBE

/* Using HEX */
body {
  background-color: #fadebe;
}
/* Using RGB */
body {
  background-color: rgb(250, 222, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 222, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 86%, 86%);
}
/* Text color */
p {
  color: #fadebe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fadebe;
}

HTML Examples of #FADEBE

<!-- Using HEX -->
<div style="background-color: #fadebe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(250, 222, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(250, 222, 190, 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: #fadebe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fadebe; width: 100px; height: 100px;"></div>

Related Colors of #FADEBE

These colors are similar to #FADEBE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.