Color: #FE9AFB

#FE9AFB Color Information

#FE9AFB is a light color. The closest websafe version is #FE9AFB. A complement of this color would be #9AFE9D, perceived brightness is 0.76, and the grayscale version is #CCCCCC.

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

In a RGB color space, #FE9AFB is composed of 100% red, 60% green and 98% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 39% magenta, 1% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 51.07, x: 0.3582, and y: 0.2633.

Color Code #FE9AFB

#FE9AFBrgb(254, 154, 251)
HEX
#FE9AFB
RGB
rgb(254, 154, 251)
HSL
hsl(302, 98%, 80%)
HSV
hsv(302, 39%, 100%)
CMYK
0%, 39%, 1%, 0%
XYZ
X: 69.47, Y: 51.07, Z: 73.41
Lab
L: 76.72, a: 48.58, b: -32.49
Name

Shades of Color #FE9AFB

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

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

#FE9AFBrgb(254, 154, 251)

About #FE9AFB Color Code

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

  • HEX: #FE9AFB
  • RGB: rgb(254, 154, 251)
  • HSL: hsl(302, 98%, 80%)
  • HSV: hsv(302, 39%, 100%)
  • CMYK: 0.00% cyan, 39.00% magenta, 100.00% yellow, 0.00% black
  • XYZ: 69.47, 51.07, 73.41
  • Yxy: 51.07, 0.3582, 0.2633
  • Hunter Lab: 76.72, 48.58, -32.49
  • CIE-Lab: 76.72, 48.58, -32.49

In the XYZ color space, this color is represented as X: 69.47, Y: 51.07, Z: 73.41. The Yxy representation further refines this as Y: 51.07, x: 0.3582, and y: 0.2633.

In the Hunter Lab color space, this color is represented as L: 76.72, a: 48.58, and b: -32.49. Similarly, in the CIE-Lab color space, it is represented as L: 76.72, a: 48.58, and b: -32.49.

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

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

Analogous Colors of #FE9AFB

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

Split Complementary Colors of #FE9AFB

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

Tetradic Colors of #FE9AFB

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

Monochromatic Colors of #FE9AFB

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

Complementary Color of #FE9AFB

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

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

HTML Examples of #FE9AFB

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

Related Colors of #FE9AFB

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