Color: #FF997C

#FF997C Color Information

#FF997C is a light color. The closest websafe version is #FF997C. A complement of this color would be #7AE2FF, perceived brightness is 0.71, and the grayscale version is #BEBEBE.

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

In a RGB color space, #FF997C is composed of 100% red, 60% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 51% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 46.31, x: 0.4741, and y: 0.3736.

Color Code #FF997C

#FF997Crgb(255, 153, 124)
HEX
#FF997C
RGB
rgb(255, 153, 124)
HSL
hsl(13, 100%, 74%)
HSV
hsv(13, 51%, 100%)
CMYK
0%, 40%, 51%, 0%
XYZ
X: 58.76, Y: 46.31, Z: 18.88
Lab
L: 73.75, a: 37.07, b: 32.41
Name

Shades of Color #FF997C

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

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

#FF997Crgb(255, 153, 124)

About #FF997C Color Code

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

  • HEX: #FF997C
  • RGB: rgb(255, 153, 124)
  • HSL: hsl(13, 100%, 74%)
  • HSV: hsv(13, 51%, 100%)
  • CMYK: 0.00% cyan, 40.00% magenta, 51.00% yellow, 0.00% black
  • XYZ: 58.76, 46.31, 18.88
  • Yxy: 46.31, 0.4741, 0.3736
  • Hunter Lab: 73.75, 37.07, 32.41
  • CIE-Lab: 73.75, 37.07, 32.41

In the XYZ color space, this color is represented as X: 58.76, Y: 46.31, Z: 18.88. The Yxy representation further refines this as Y: 46.31, x: 0.4741, and y: 0.3736.

In the Hunter Lab color space, this color is represented as L: 73.75, a: 37.07, and b: 32.41. Similarly, in the CIE-Lab color space, it is represented as L: 73.75, a: 37.07, and b: 32.41.

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

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

Analogous Colors of #FF997C

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

Monochromatic Colors of #FF997C

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

Complementary Color of #FF997C

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

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

HTML Examples of #FF997C

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

Related Colors of #FF997C

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