Color: #FDA4FE

#FDA4FE Color Information

#FDA4FE is a light color. The closest websafe version is #FDA4FE. A complement of this color would be #A6FEA4, perceived brightness is 0.79, and the grayscale version is #D1D1D1.

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

In a RGB color space, #FDA4FE is composed of 99% red, 64% green and 100% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 54.48, x: 0.3538, and y: 0.2703.

Color Code #FDA4FE

#FDA4FErgb(253, 164, 254)
HEX
#FDA4FE
RGB
rgb(253, 164, 254)
HSL
hsl(299, 98%, 82%)
HSV
hsv(299, 35%, 100%)
CMYK
0%, 35%, 0%, 0%
XYZ
X: 71.31, Y: 54.48, Z: 75.76
Lab
L: 78.74, a: 43.80, b: -31.03
Name

Shades of Color #FDA4FE

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

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

#FDA4FErgb(253, 164, 254)

About #FDA4FE Color Code

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

  • HEX: #FDA4FE
  • RGB: rgb(253, 164, 254)
  • HSL: hsl(299, 98%, 82%)
  • HSV: hsv(299, 35%, 100%)
  • CMYK: 0.00% cyan, 35.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 71.31, 54.48, 75.76
  • Yxy: 54.48, 0.3538, 0.2703
  • Hunter Lab: 78.74, 43.80, -31.03
  • CIE-Lab: 78.74, 43.80, -31.03

In the XYZ color space, this color is represented as X: 71.31, Y: 54.48, Z: 75.76. The Yxy representation further refines this as Y: 54.48, x: 0.3538, and y: 0.2703.

In the Hunter Lab color space, this color is represented as L: 78.74, a: 43.80, and b: -31.03. Similarly, in the CIE-Lab color space, it is represented as L: 78.74, a: 43.80, and b: -31.03.

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

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

Analogous Colors of #FDA4FE

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

Monochromatic Colors of #FDA4FE

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

Complementary Color of #FDA4FE

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

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

HTML Examples of #FDA4FE

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

Related Colors of #FDA4FE

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