Color: #FCACDF

#FCACDF Color Information

#FCACDF is a light color. The closest websafe version is #FCACDF. A complement of this color would be #ABFCC9, perceived brightness is 0.79, and the grayscale version is #D4D4D4.

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

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

In the Yxy color space, this color is represented as Y: 55.71, x: 0.3771, and y: 0.3050.

Color Code #FCACDF

#FCACDFrgb(252, 172, 223)
HEX
#FCACDF
RGB
rgb(252, 172, 223)
HSL
hsl(322, 93%, 83%)
HSV
hsv(322, 32%, 99%)
CMYK
0%, 32%, 12%, 1%
XYZ
X: 68.89, Y: 55.71, Z: 58.06
Lab
L: 79.45, a: 35.59, b: -13.32
Name

Shades of Color #FCACDF

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

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

#FCACDFrgb(252, 172, 223)

About #FCACDF Color Code

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

  • HEX: #FCACDF
  • RGB: rgb(252, 172, 223)
  • HSL: hsl(322, 93%, 83%)
  • HSV: hsv(322, 32%, 99%)
  • CMYK: 0.00% cyan, 32.00% magenta, 12.00% yellow, 100.00% black
  • XYZ: 68.89, 55.71, 58.06
  • Yxy: 55.71, 0.3771, 0.3050
  • Hunter Lab: 79.45, 35.59, -13.32
  • CIE-Lab: 79.45, 35.59, -13.32

In the XYZ color space, this color is represented as X: 68.89, Y: 55.71, Z: 58.06. The Yxy representation further refines this as Y: 55.71, x: 0.3771, and y: 0.3050.

In the Hunter Lab color space, this color is represented as L: 79.45, a: 35.59, and b: -13.32. Similarly, in the CIE-Lab color space, it is represented as L: 79.45, a: 35.59, and b: -13.32.

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

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

Analogous Colors of #FCACDF

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

Split Complementary Colors of #FCACDF

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

Tetradic Colors of #FCACDF

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

Monochromatic Colors of #FCACDF

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

Complementary Color of #FCACDF

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

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

HTML Examples of #FCACDF

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

Related Colors of #FCACDF

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