Color: #FEBAB5

#FEBAB5 Color Information

#FEBAB5 is a light color. The closest websafe version is #FEBAB5. A complement of this color would be #B4F9FE, perceived brightness is 0.81, and the grayscale version is #DADADA.

In the HSL color space, this color has a hue angle of 4°,a saturation of 97%, and a lightness of 85%.The HSV representation shows a hue of 4°, a saturation of 29%, and a value of 100%.

In a RGB color space, #FEBAB5 is composed of 100% red, 73% green and 71% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 29% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 60.05, x: 0.4093, and y: 0.3576.

Color Code #FEBAB5

#FEBAB5rgb(254, 186, 181)
HEX
#FEBAB5
RGB
rgb(254, 186, 181)
HSL
hsl(4, 97%, 85%)
HSV
hsv(4, 29%, 100%)
CMYK
0%, 27%, 29%, 0%
XYZ
X: 68.74, Y: 60.05, Z: 39.15
Lab
L: 81.87, a: 24.82, b: 12.75
Name

Shades of Color #FEBAB5

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

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

#FEBAB5rgb(254, 186, 181)

About #FEBAB5 Color Code

In the HSL color space, this color has a hue angle of 4°, a saturation of 97%, and a lightness of 85%. The HSV representation shows a hue of 4°, a saturation of 29%, and a value of 100%.

  • HEX: #FEBAB5
  • RGB: rgb(254, 186, 181)
  • HSL: hsl(4, 97%, 85%)
  • HSV: hsv(4, 29%, 100%)
  • CMYK: 0.00% cyan, 27.00% magenta, 29.00% yellow, 0.00% black
  • XYZ: 68.74, 60.05, 39.15
  • Yxy: 60.05, 0.4093, 0.3576
  • Hunter Lab: 81.87, 24.82, 12.75
  • CIE-Lab: 81.87, 24.82, 12.75

In the XYZ color space, this color is represented as X: 68.74, Y: 60.05, Z: 39.15. The Yxy representation further refines this as Y: 60.05, x: 0.4093, and y: 0.3576.

In the Hunter Lab color space, this color is represented as L: 81.87, a: 24.82, and b: 12.75. Similarly, in the CIE-Lab color space, it is represented as L: 81.87, a: 24.82, and b: 12.75.

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

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

Analogous Colors of #FEBAB5

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

Split Complementary Colors of #FEBAB5

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

Tetradic Colors of #FEBAB5

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

Monochromatic Colors of #FEBAB5

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

Complementary Color of #FEBAB5

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

/* Using HEX */
body {
  background-color: #febab5;
}
/* Using RGB */
body {
  background-color: rgb(254, 186, 181);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 186, 181, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(4, 97%, 85%);
}
/* Text color */
p {
  color: #febab5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #febab5;
}
/* Border color */
.box {
  border: 4px solid #febab5;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #febab5;
}
Text Shadow Preview
/* Background with text */
div {
  background: #febab5;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FEBAB5
On Black Background
#FEBAB5
On White Background
#FEBAB5

HTML Examples of #FEBAB5

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

Related Colors of #FEBAB5

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