Color: #FE0ADC

#FE0ADC Color Information

#FE0ADC is a dark color. The closest websafe version is #FE0ADC. A complement of this color would be #0BFE2C, perceived brightness is 0.42, and the grayscale version is #848484.

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

In a RGB color space, #FE0ADC is composed of 100% red, 4% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 96% magenta, 13% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 26.61, x: 0.4037, and y: 0.2005.

Color Code #FE0ADC

HEX
#FE0ADC
RGB
rgb(254, 10, 220)
HSL
hsl(308, 99%, 52%)
HSV
hsv(308, 96%, 100%)
CMYK
0%, 96%, 13%, 0%
XYZ
X: 53.58, Y: 26.61, Z: 52.52
Lab
L: 58.61, a: 89.46, b: -43.40
Name

Shades of Color #FE0ADC

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

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

About #FE0ADC Color Code

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

  • HEX: #FE0ADC
  • RGB: rgb(254, 10, 220)
  • HSL: hsl(308, 99%, 52%)
  • HSV: hsv(308, 96%, 100%)
  • CMYK: 0.00% cyan, 96.00% magenta, 13.00% yellow, 0.00% black
  • XYZ: 53.58, 26.61, 52.52
  • Yxy: 26.61, 0.4037, 0.2005
  • Hunter Lab: 58.61, 89.46, -43.40
  • CIE-Lab: 58.61, 89.46, -43.40

In the XYZ color space, this color is represented as X: 53.58, Y: 26.61, Z: 52.52. The Yxy representation further refines this as Y: 26.61, x: 0.4037, and y: 0.2005.

In the Hunter Lab color space, this color is represented as L: 58.61, a: 89.46, and b: -43.40. Similarly, in the CIE-Lab color space, it is represented as L: 58.61, a: 89.46, and b: -43.40.

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

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

Analogous Colors of #FE0ADC

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

Monochromatic Colors of #FE0ADC

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

Complementary Color of #FE0ADC

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

/* Using HEX */
body {
  background-color: #fe0adc;
}
/* Using RGB */
body {
  background-color: rgb(254, 10, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 10, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(308, 99%, 52%);
}
/* Text color */
p {
  color: #fe0adc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fe0adc;
}

HTML Examples of #FE0ADC

<!-- Using HEX -->
<div style="background-color: #fe0adc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(254, 10, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(254, 10, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(308, 99%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fe0adc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fe0adc; width: 100px; height: 100px;"></div>

Related Colors of #FE0ADC

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