Color: #FAE4AB

#FAE4AB Color Information

#FAE4AB is a light color. The closest websafe version is #FAE4AB. A complement of this color would be #ADC3FA, perceived brightness is 0.89, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 43°,a saturation of 89%, and a lightness of 83%.The HSV representation shows a hue of 43°, a saturation of 32%, and a value of 98%.

In a RGB color space, #FAE4AB is composed of 98% red, 89% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 32% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 79.36, x: 0.3975, and y: 0.4076.

Color Code #FAE4AB

#FAE4ABrgb(250, 228, 171)
HEX
#FAE4AB
RGB
rgb(250, 228, 171)
HSL
hsl(43, 89%, 83%)
HSV
hsv(43, 32%, 98%)
CMYK
0%, 9%, 32%, 2%
XYZ
X: 77.39, Y: 79.36, Z: 37.95
Lab
L: 91.40, a: 1.75, b: 30.79
Name

Shades of Color #FAE4AB

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

Tints are created by lightening the original color #FAE4AB 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.

#FAE4ABrgb(250, 228, 171)

About #FAE4AB Color Code

In the HSL color space, this color has a hue angle of 43°, a saturation of 89%, and a lightness of 83%. The HSV representation shows a hue of 43°, a saturation of 32%, and a value of 98%.

  • HEX: #FAE4AB
  • RGB: rgb(250, 228, 171)
  • HSL: hsl(43, 89%, 83%)
  • HSV: hsv(43, 32%, 98%)
  • CMYK: 0.00% cyan, 9.00% magenta, 32.00% yellow, 2.00% black
  • XYZ: 77.39, 79.36, 37.95
  • Yxy: 79.36, 0.3975, 0.4076
  • Hunter Lab: 91.40, 1.75, 30.79
  • CIE-Lab: 91.40, 1.75, 30.79

In the XYZ color space, this color is represented as X: 77.39, Y: 79.36, Z: 37.95. The Yxy representation further refines this as Y: 79.36, x: 0.3975, and y: 0.4076.

In the Hunter Lab color space, this color is represented as L: 91.40, a: 1.75, and b: 30.79. Similarly, in the CIE-Lab color space, it is represented as L: 91.40, a: 1.75, and b: 30.79.

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

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

Analogous Colors of #FAE4AB

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

Monochromatic Colors of #FAE4AB

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

Complementary Color of #FAE4AB

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

/* Using HEX */
body {
  background-color: #fae4ab;
}
/* Using RGB */
body {
  background-color: rgb(250, 228, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 228, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(43, 89%, 83%);
}
/* Text color */
p {
  color: #fae4ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fae4ab;
}
/* Border color */
.box {
  border: 4px solid #fae4ab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fae4ab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fae4ab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FAE4AB
On Black Background
#FAE4AB
On White Background
#FAE4AB

HTML Examples of #FAE4AB

<!-- Using HEX -->
<div style="background-color: #fae4ab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(250, 228, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(250, 228, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(43, 89%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fae4ab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fae4ab; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #fae4ab; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #fae4ab;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #fae4ab; color: #fff; padding: 16px; border-radius: 8px;">
  #FAE4AB
</div>
#FAE4AB
On Black Background
#FAE4AB
On White Background
#FAE4AB

Related Colors of #FAE4AB

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