Color: #FECFFC

#FECFFC Color Information

#FECFFC is a light color. The closest websafe version is #FECFFC. A complement of this color would be #CDFECF, perceived brightness is 0.89, and the grayscale version is #E7E7E7.

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

In a RGB color space, #FECFFC is composed of 100% red, 81% green and 99% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 1% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 72.68, x: 0.3517, and y: 0.3149.

Color Code #FECFFC

#FECFFCrgb(254, 207, 252)
HEX
#FECFFC
RGB
rgb(254, 207, 252)
HSL
hsl(303, 96%, 90%)
HSV
hsv(303, 19%, 100%)
CMYK
0%, 19%, 1%, 0%
XYZ
X: 81.17, Y: 72.68, Z: 76.96
Lab
L: 88.30, a: 22.56, b: -15.58
Name

Shades of Color #FECFFC

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

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

#FECFFCrgb(254, 207, 252)

About #FECFFC Color Code

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

  • HEX: #FECFFC
  • RGB: rgb(254, 207, 252)
  • HSL: hsl(303, 96%, 90%)
  • HSV: hsv(303, 19%, 100%)
  • CMYK: 0.00% cyan, 19.00% magenta, 100.00% yellow, 0.00% black
  • XYZ: 81.17, 72.68, 76.96
  • Yxy: 72.68, 0.3517, 0.3149
  • Hunter Lab: 88.30, 22.56, -15.58
  • CIE-Lab: 88.30, 22.56, -15.58

In the XYZ color space, this color is represented as X: 81.17, Y: 72.68, Z: 76.96. The Yxy representation further refines this as Y: 72.68, x: 0.3517, and y: 0.3149.

In the Hunter Lab color space, this color is represented as L: 88.30, a: 22.56, and b: -15.58. Similarly, in the CIE-Lab color space, it is represented as L: 88.30, a: 22.56, and b: -15.58.

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

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

Analogous Colors of #FECFFC

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

Monochromatic Colors of #FECFFC

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

Complementary Color of #FECFFC

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

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

HTML Examples of #FECFFC

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

Related Colors of #FECFFC

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