Color: #FE9CBB

#FE9CBB Color Information

#FE9CBB is a light color. The closest websafe version is #FE9CBB. A complement of this color would be #9AFEDE, perceived brightness is 0.74, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 341°,a saturation of 98%, and a lightness of 80%.The HSV representation shows a hue of 341°, a saturation of 39%, and a value of 100%.

In a RGB color space, #FE9CBB is composed of 100% red, 61% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 39% magenta, 26% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 48.90, x: 0.4150, and y: 0.3214.

Color Code #FE9CBB

#FE9CBBrgb(254, 156, 187)
HEX
#FE9CBB
RGB
rgb(254, 156, 187)
HSL
hsl(341, 98%, 80%)
HSV
hsv(341, 39%, 100%)
CMYK
0%, 39%, 26%, 0%
XYZ
X: 63.13, Y: 48.90, Z: 40.10
Lab
L: 75.39, a: 40.26, b: 0.33
Name

Shades of Color #FE9CBB

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

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

#FE9CBBrgb(254, 156, 187)

About #FE9CBB Color Code

In the HSL color space, this color has a hue angle of 341°, a saturation of 98%, and a lightness of 80%. The HSV representation shows a hue of 341°, a saturation of 39%, and a value of 100%.

  • HEX: #FE9CBB
  • RGB: rgb(254, 156, 187)
  • HSL: hsl(341, 98%, 80%)
  • HSV: hsv(341, 39%, 100%)
  • CMYK: 0.00% cyan, 39.00% magenta, 26.00% yellow, 0.00% black
  • XYZ: 63.13, 48.90, 40.10
  • Yxy: 48.90, 0.4150, 0.3214
  • Hunter Lab: 75.39, 40.26, 0.33
  • CIE-Lab: 75.39, 40.26, 0.33

In the XYZ color space, this color is represented as X: 63.13, Y: 48.90, Z: 40.10. The Yxy representation further refines this as Y: 48.90, x: 0.4150, and y: 0.3214.

In the Hunter Lab color space, this color is represented as L: 75.39, a: 40.26, and b: 0.33. Similarly, in the CIE-Lab color space, it is represented as L: 75.39, a: 40.26, and b: 0.33.

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

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

Analogous Colors of #FE9CBB

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

Monochromatic Colors of #FE9CBB

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

Complementary Color of #FE9CBB

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

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

HTML Examples of #FE9CBB

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

Related Colors of #FE9CBB

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