Color: #FAAB7C

#FAAB7C Color Information

#FAAB7C is a light color. The closest websafe version is #FAAB7C. A complement of this color would be #7ACBFA, perceived brightness is 0.74, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 22°,a saturation of 93%, and a lightness of 73%.The HSV representation shows a hue of 22°, a saturation of 50%, and a value of 98%.

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

In the Yxy color space, this color is represented as Y: 51.69, x: 0.4578, and y: 0.3927.

Color Code #FAAB7C

#FAAB7Crgb(250, 171, 124)
HEX
#FAAB7C
RGB
rgb(250, 171, 124)
HSL
hsl(22, 93%, 73%)
HSV
hsv(22, 50%, 98%)
CMYK
0%, 32%, 50%, 2%
XYZ
X: 60.25, Y: 51.69, Z: 19.68
Lab
L: 77.09, a: 26.20, b: 36.48
Name

Shades of Color #FAAB7C

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

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

#FAAB7Crgb(250, 171, 124)

About #FAAB7C Color Code

In the HSL color space, this color has a hue angle of 22°, a saturation of 93%, and a lightness of 73%. The HSV representation shows a hue of 22°, a saturation of 50%, and a value of 98%.

  • HEX: #FAAB7C
  • RGB: rgb(250, 171, 124)
  • HSL: hsl(22, 93%, 73%)
  • HSV: hsv(22, 50%, 98%)
  • CMYK: 0.00% cyan, 32.00% magenta, 50.00% yellow, 2.00% black
  • XYZ: 60.25, 51.69, 19.68
  • Yxy: 51.69, 0.4578, 0.3927
  • Hunter Lab: 77.09, 26.20, 36.48
  • CIE-Lab: 77.09, 26.20, 36.48

In the XYZ color space, this color is represented as X: 60.25, Y: 51.69, Z: 19.68. The Yxy representation further refines this as Y: 51.69, x: 0.4578, and y: 0.3927.

In the Hunter Lab color space, this color is represented as L: 77.09, a: 26.20, and b: 36.48. Similarly, in the CIE-Lab color space, it is represented as L: 77.09, a: 26.20, and b: 36.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 #FAAB7C

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

Analogous Colors of #FAAB7C

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

Split Complementary Colors of #FAAB7C

Split complementary colors are two colors adjacent to the complementary color of #FAAB7C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FAAB7C

Tetradic colors form a rectangle on the color wheel, including #FAAB7C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FAAB7C

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

Complementary Color of #FAAB7C

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

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

HTML Examples of #FAAB7C

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

Related Colors of #FAAB7C

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