Color: #FF827E

#FF827E Color Information

#FF827E is a light color. The closest websafe version is #FF827E. A complement of this color would be #80FBFF, perceived brightness is 0.65, and the grayscale version is #BFBFBF.

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

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

In the Yxy color space, this color is represented as Y: 39.52, x: 0.4877, and y: 0.3492.

Color Code #FF827E

#FF827Ergb(255, 130, 126)
HEX
#FF827E
RGB
rgb(255, 130, 126)
HSL
hsl(2, 100%, 75%)
HSV
hsv(2, 51%, 100%)
CMYK
0%, 49%, 51%, 0%
XYZ
X: 55.19, Y: 39.52, Z: 18.46
Lab
L: 69.12, a: 48.22, b: 25.35
Name

Shades of Color #FF827E

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

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

#FF827Ergb(255, 130, 126)

About #FF827E Color Code

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

  • HEX: #FF827E
  • RGB: rgb(255, 130, 126)
  • HSL: hsl(2, 100%, 75%)
  • HSV: hsv(2, 51%, 100%)
  • CMYK: 0.00% cyan, 49.00% magenta, 51.00% yellow, 0.00% black
  • XYZ: 55.19, 39.52, 18.46
  • Yxy: 39.52, 0.4877, 0.3492
  • Hunter Lab: 69.12, 48.22, 25.35
  • CIE-Lab: 69.12, 48.22, 25.35

In the XYZ color space, this color is represented as X: 55.19, Y: 39.52, Z: 18.46. The Yxy representation further refines this as Y: 39.52, x: 0.4877, and y: 0.3492.

In the Hunter Lab color space, this color is represented as L: 69.12, a: 48.22, and b: 25.35. Similarly, in the CIE-Lab color space, it is represented as L: 69.12, a: 48.22, and b: 25.35.

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

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

Analogous Colors of #FF827E

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

Monochromatic Colors of #FF827E

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

Complementary Color of #FF827E

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

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

HTML Examples of #FF827E

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

Related Colors of #FF827E

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