Color: #F29E87

#F29E87 Color Information

#F29E87 is a light color. The closest websafe version is #F29E87. A complement of this color would be #88DBF2, perceived brightness is 0.71, and the grayscale version is #BCBCBC.

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

In a RGB color space, #F29E87 is composed of 95% red, 62% green and 53% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 44% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 45.74, x: 0.4502, and y: 0.3720.

Color Code #F29E87

#F29E87rgb(242, 158, 135)
HEX
#F29E87
RGB
rgb(242, 158, 135)
HSL
hsl(13, 80%, 74%)
HSV
hsv(13, 44%, 95%)
CMYK
0%, 35%, 44%, 5%
XYZ
X: 55.35, Y: 45.74, Z: 21.86
Lab
L: 73.37, a: 30.32, b: 25.65
Name

Shades of Color #F29E87

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

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

#F29E87rgb(242, 158, 135)

About #F29E87 Color Code

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

  • HEX: #F29E87
  • RGB: rgb(242, 158, 135)
  • HSL: hsl(13, 80%, 74%)
  • HSV: hsv(13, 44%, 95%)
  • CMYK: 0.00% cyan, 35.00% magenta, 44.00% yellow, 5.00% black
  • XYZ: 55.35, 45.74, 21.86
  • Yxy: 45.74, 0.4502, 0.3720
  • Hunter Lab: 73.37, 30.32, 25.65
  • CIE-Lab: 73.37, 30.32, 25.65

In the XYZ color space, this color is represented as X: 55.35, Y: 45.74, Z: 21.86. The Yxy representation further refines this as Y: 45.74, x: 0.4502, and y: 0.3720.

In the Hunter Lab color space, this color is represented as L: 73.37, a: 30.32, and b: 25.65. Similarly, in the CIE-Lab color space, it is represented as L: 73.37, a: 30.32, and b: 25.65.

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

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

Analogous Colors of #F29E87

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

Split Complementary Colors of #F29E87

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

Tetradic Colors of #F29E87

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

Monochromatic Colors of #F29E87

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

Complementary Color of #F29E87

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

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

HTML Examples of #F29E87

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

Related Colors of #F29E87

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