Color: #FCECFD

#FCECFD Color Information

#FCECFD is a light color. The closest websafe version is #FCECFD. A complement of this color would be #EEFDED, perceived brightness is 0.95, and the grayscale version is #F4F4F4.

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

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

In the Yxy color space, this color is represented as Y: 87.75, x: 0.3466, and y: 0.3425.

Color Code #FCECFD

#FCECFDrgb(252, 236, 253)
HEX
#FCECFD
RGB
rgb(252, 236, 253)
HSL
hsl(296, 81%, 96%)
HSV
hsv(296, 7%, 99%)
CMYK
0%, 7%, 0%, 1%
XYZ
X: 88.80, Y: 87.75, Z: 79.65
Lab
L: 95.05, a: 7.79, b: -6.18
Name

Shades of Color #FCECFD

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

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

#FCECFDrgb(252, 236, 253)

About #FCECFD Color Code

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

  • HEX: #FCECFD
  • RGB: rgb(252, 236, 253)
  • HSL: hsl(296, 81%, 96%)
  • HSV: hsv(296, 7%, 99%)
  • CMYK: 0.00% cyan, 7.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 88.80, 87.75, 79.65
  • Yxy: 87.75, 0.3466, 0.3425
  • Hunter Lab: 95.05, 7.79, -6.18
  • CIE-Lab: 95.05, 7.79, -6.18

In the XYZ color space, this color is represented as X: 88.80, Y: 87.75, Z: 79.65. The Yxy representation further refines this as Y: 87.75, x: 0.3466, and y: 0.3425.

In the Hunter Lab color space, this color is represented as L: 95.05, a: 7.79, and b: -6.18. Similarly, in the CIE-Lab color space, it is represented as L: 95.05, a: 7.79, and b: -6.18.

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

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

Analogous Colors of #FCECFD

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

Monochromatic Colors of #FCECFD

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

Complementary Color of #FCECFD

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

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

HTML Examples of #FCECFD

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

Related Colors of #FCECFD

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