Color: #FDACEC

#FDACEC Color Information

#FDACEC is a light color. The closest websafe version is #FDACEC. A complement of this color would be #AAFDBC, perceived brightness is 0.80, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 313°,a saturation of 95%, and a lightness of 83%.The HSV representation shows a hue of 313°, a saturation of 32%, and a value of 99%.

In a RGB color space, #FDACEC is composed of 99% red, 67% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 7% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 56.51, x: 0.3674, and y: 0.2935.

Color Code #FDACEC

#FDACECrgb(253, 172, 236)
HEX
#FDACEC
RGB
rgb(253, 172, 236)
HSL
hsl(313, 95%, 83%)
HSV
hsv(313, 32%, 99%)
CMYK
0%, 32%, 7%, 1%
XYZ
X: 70.72, Y: 56.51, Z: 65.28
Lab
L: 79.91, a: 37.53, b: -19.61
Name

Shades of Color #FDACEC

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

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

#FDACECrgb(253, 172, 236)

About #FDACEC Color Code

In the HSL color space, this color has a hue angle of 313°, a saturation of 95%, and a lightness of 83%. The HSV representation shows a hue of 313°, a saturation of 32%, and a value of 99%.

  • HEX: #FDACEC
  • RGB: rgb(253, 172, 236)
  • HSL: hsl(313, 95%, 83%)
  • HSV: hsv(313, 32%, 99%)
  • CMYK: 0.00% cyan, 32.00% magenta, 7.00% yellow, 100.00% black
  • XYZ: 70.72, 56.51, 65.28
  • Yxy: 56.51, 0.3674, 0.2935
  • Hunter Lab: 79.91, 37.53, -19.61
  • CIE-Lab: 79.91, 37.53, -19.61

In the XYZ color space, this color is represented as X: 70.72, Y: 56.51, Z: 65.28. The Yxy representation further refines this as Y: 56.51, x: 0.3674, and y: 0.2935.

In the Hunter Lab color space, this color is represented as L: 79.91, a: 37.53, and b: -19.61. Similarly, in the CIE-Lab color space, it is represented as L: 79.91, a: 37.53, and b: -19.61.

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

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

Analogous Colors of #FDACEC

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

Split Complementary Colors of #FDACEC

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

Tetradic Colors of #FDACEC

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

Monochromatic Colors of #FDACEC

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

Complementary Color of #FDACEC

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

/* Using HEX */
body {
  background-color: #fdacec;
}
/* Using RGB */
body {
  background-color: rgb(253, 172, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 172, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(313, 95%, 83%);
}
/* Text color */
p {
  color: #fdacec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fdacec;
}
/* Border color */
.box {
  border: 4px solid #fdacec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fdacec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fdacec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FDACEC
On Black Background
#FDACEC
On White Background
#FDACEC

HTML Examples of #FDACEC

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

Related Colors of #FDACEC

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