Color: #FE4ABB

#FE4ABB Color Information

#FE4ABB is a light color. The closest websafe version is #FE4ABB. A complement of this color would be #48FE8B, perceived brightness is 0.55, and the grayscale version is #A4A4A4.

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

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

In the Yxy color space, this color is represented as Y: 29.97, x: 0.4397, and y: 0.2488.

Color Code #FE4ABB

#FE4ABBrgb(254, 74, 187)
HEX
#FE4ABB
RGB
rgb(254, 74, 187)
HSL
hsl(322, 99%, 64%)
HSV
hsv(322, 71%, 100%)
CMYK
0%, 71%, 26%, 0%
XYZ
X: 52.97, Y: 29.97, Z: 37.54
Lab
L: 61.63, a: 74.87, b: -19.96
Name

Shades of Color #FE4ABB

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

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

#FE4ABBrgb(254, 74, 187)

About #FE4ABB Color Code

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

  • HEX: #FE4ABB
  • RGB: rgb(254, 74, 187)
  • HSL: hsl(322, 99%, 64%)
  • HSV: hsv(322, 71%, 100%)
  • CMYK: 0.00% cyan, 71.00% magenta, 26.00% yellow, 0.00% black
  • XYZ: 52.97, 29.97, 37.54
  • Yxy: 29.97, 0.4397, 0.2488
  • Hunter Lab: 61.63, 74.87, -19.96
  • CIE-Lab: 61.63, 74.87, -19.96

In the XYZ color space, this color is represented as X: 52.97, Y: 29.97, Z: 37.54. The Yxy representation further refines this as Y: 29.97, x: 0.4397, and y: 0.2488.

In the Hunter Lab color space, this color is represented as L: 61.63, a: 74.87, and b: -19.96. Similarly, in the CIE-Lab color space, it is represented as L: 61.63, a: 74.87, and b: -19.96.

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

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

Analogous Colors of #FE4ABB

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

Split Complementary Colors of #FE4ABB

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

Tetradic Colors of #FE4ABB

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

Monochromatic Colors of #FE4ABB

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

Complementary Color of #FE4ABB

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

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

HTML Examples of #FE4ABB

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

Related Colors of #FE4ABB

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