Color: #FBAD7C

#FBAD7C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 52.64, x: 0.4573, and y: 0.3944.

Color Code #FBAD7C

#FBAD7Crgb(251, 173, 124)
HEX
#FBAD7C
RGB
rgb(251, 173, 124)
HSL
hsl(23, 94%, 74%)
HSV
hsv(23, 51%, 98%)
CMYK
0%, 31%, 51%, 2%
XYZ
X: 61.04, Y: 52.64, Z: 19.80
Lab
L: 77.66, a: 25.60, b: 37.22
Name

Shades of Color #FBAD7C

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

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

#FBAD7Crgb(251, 173, 124)

About #FBAD7C Color Code

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

  • HEX: #FBAD7C
  • RGB: rgb(251, 173, 124)
  • HSL: hsl(23, 94%, 74%)
  • HSV: hsv(23, 51%, 98%)
  • CMYK: 0.00% cyan, 31.00% magenta, 51.00% yellow, 2.00% black
  • XYZ: 61.04, 52.64, 19.80
  • Yxy: 52.64, 0.4573, 0.3944
  • Hunter Lab: 77.66, 25.60, 37.22
  • CIE-Lab: 77.66, 25.60, 37.22

In the XYZ color space, this color is represented as X: 61.04, Y: 52.64, Z: 19.80. The Yxy representation further refines this as Y: 52.64, x: 0.4573, and y: 0.3944.

In the Hunter Lab color space, this color is represented as L: 77.66, a: 25.60, and b: 37.22. Similarly, in the CIE-Lab color space, it is represented as L: 77.66, a: 25.60, and b: 37.22.

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

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

Analogous Colors of #FBAD7C

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

Split Complementary Colors of #FBAD7C

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

Tetradic Colors of #FBAD7C

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

Monochromatic Colors of #FBAD7C

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

Complementary Color of #FBAD7C

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

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

HTML Examples of #FBAD7C

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

Related Colors of #FBAD7C

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