Color: #FEB0DD

#FEB0DD Color Information

#FEB0DD is a light color. The closest websafe version is #FEB0DD. A complement of this color would be #AFFED0, perceived brightness is 0.80, and the grayscale version is #D7D7D7.

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

In a RGB color space, #FEB0DD is composed of 100% red, 69% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 13% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 57.56, x: 0.3797, and y: 0.3110.

Color Code #FEB0DD

#FEB0DDrgb(254, 176, 221)
HEX
#FEB0DD
RGB
rgb(254, 176, 221)
HSL
hsl(325, 97%, 84%)
HSV
hsv(325, 31%, 100%)
CMYK
0%, 31%, 13%, 0%
XYZ
X: 70.28, Y: 57.56, Z: 57.24
Lab
L: 80.49, a: 34.06, b: -10.67
Name

Shades of Color #FEB0DD

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

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

#FEB0DDrgb(254, 176, 221)

About #FEB0DD Color Code

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

  • HEX: #FEB0DD
  • RGB: rgb(254, 176, 221)
  • HSL: hsl(325, 97%, 84%)
  • HSV: hsv(325, 31%, 100%)
  • CMYK: 0.00% cyan, 31.00% magenta, 13.00% yellow, 0.00% black
  • XYZ: 70.28, 57.56, 57.24
  • Yxy: 57.56, 0.3797, 0.3110
  • Hunter Lab: 80.49, 34.06, -10.67
  • CIE-Lab: 80.49, 34.06, -10.67

In the XYZ color space, this color is represented as X: 70.28, Y: 57.56, Z: 57.24. The Yxy representation further refines this as Y: 57.56, x: 0.3797, and y: 0.3110.

In the Hunter Lab color space, this color is represented as L: 80.49, a: 34.06, and b: -10.67. Similarly, in the CIE-Lab color space, it is represented as L: 80.49, a: 34.06, and b: -10.67.

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

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

Analogous Colors of #FEB0DD

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

Split Complementary Colors of #FEB0DD

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

Tetradic Colors of #FEB0DD

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

Monochromatic Colors of #FEB0DD

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

Complementary Color of #FEB0DD

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

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

HTML Examples of #FEB0DD

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

Related Colors of #FEB0DD

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