Color: #FAB78C

#FAB78C Color Information

#FAB78C is a light color. The closest websafe version is #FAB78C. A complement of this color would be #89CFFA, perceived brightness is 0.78, and the grayscale version is #C3C3C3.

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

In a RGB color space, #FAB78C is composed of 98% red, 72% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 44% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 56.81, x: 0.4387, and y: 0.3914.

Color Code #FAB78C

#FAB78Crgb(250, 183, 140)
HEX
#FAB78C
RGB
rgb(250, 183, 140)
HSL
hsl(23, 92%, 76%)
HSV
hsv(23, 44%, 98%)
CMYK
0%, 27%, 44%, 2%
XYZ
X: 63.67, Y: 56.81, Z: 24.66
Lab
L: 80.07, a: 21.31, b: 31.93
Name

Shades of Color #FAB78C

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

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

#FAB78Crgb(250, 183, 140)

About #FAB78C Color Code

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

  • HEX: #FAB78C
  • RGB: rgb(250, 183, 140)
  • HSL: hsl(23, 92%, 76%)
  • HSV: hsv(23, 44%, 98%)
  • CMYK: 0.00% cyan, 27.00% magenta, 44.00% yellow, 2.00% black
  • XYZ: 63.67, 56.81, 24.66
  • Yxy: 56.81, 0.4387, 0.3914
  • Hunter Lab: 80.07, 21.31, 31.93
  • CIE-Lab: 80.07, 21.31, 31.93

In the XYZ color space, this color is represented as X: 63.67, Y: 56.81, Z: 24.66. The Yxy representation further refines this as Y: 56.81, x: 0.4387, and y: 0.3914.

In the Hunter Lab color space, this color is represented as L: 80.07, a: 21.31, and b: 31.93. Similarly, in the CIE-Lab color space, it is represented as L: 80.07, a: 21.31, and b: 31.93.

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

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

Analogous Colors of #FAB78C

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

Monochromatic Colors of #FAB78C

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

Complementary Color of #FAB78C

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

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

HTML Examples of #FAB78C

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

Related Colors of #FAB78C

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