Color: #FAAC7C

#FAAC7C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 52.07, x: 0.4571, and y: 0.3937.

Color Code #FAAC7C

#FAAC7Crgb(250, 172, 124)
HEX
#FAAC7C
RGB
rgb(250, 172, 124)
HSL
hsl(23, 93%, 73%)
HSV
hsv(23, 50%, 98%)
CMYK
0%, 31%, 50%, 2%
XYZ
X: 60.46, Y: 52.07, Z: 19.73
Lab
L: 77.32, a: 25.71, b: 36.76
Name

Shades of Color #FAAC7C

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

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

#FAAC7Crgb(250, 172, 124)

About #FAAC7C Color Code

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

  • HEX: #FAAC7C
  • RGB: rgb(250, 172, 124)
  • HSL: hsl(23, 93%, 73%)
  • HSV: hsv(23, 50%, 98%)
  • CMYK: 0.00% cyan, 31.00% magenta, 50.00% yellow, 2.00% black
  • XYZ: 60.46, 52.07, 19.73
  • Yxy: 52.07, 0.4571, 0.3937
  • Hunter Lab: 77.32, 25.71, 36.76
  • CIE-Lab: 77.32, 25.71, 36.76

In the XYZ color space, this color is represented as X: 60.46, Y: 52.07, Z: 19.73. The Yxy representation further refines this as Y: 52.07, x: 0.4571, and y: 0.3937.

In the Hunter Lab color space, this color is represented as L: 77.32, a: 25.71, and b: 36.76. Similarly, in the CIE-Lab color space, it is represented as L: 77.32, a: 25.71, and b: 36.76.

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

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

Analogous Colors of #FAAC7C

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

Monochromatic Colors of #FAAC7C

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

Complementary Color of #FAAC7C

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

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

HTML Examples of #FAAC7C

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

Related Colors of #FAAC7C

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