Color: #FACBFE

#FACBFE Color Information

#FACBFE is a light color. The closest websafe version is #FACBFE. A complement of this color would be #D1FECD, perceived brightness is 0.87, and the grayscale version is #E4E4E4.

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

In a RGB color space, #FACBFE is composed of 98% red, 80% green and 100% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 20% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 70.09, x: 0.3476, and y: 0.3090.

Color Code #FACBFE

#FACBFErgb(250, 203, 254)
HEX
#FACBFE
RGB
rgb(250, 203, 254)
HSL
hsl(295, 96%, 90%)
HSV
hsv(295, 20%, 100%)
CMYK
2%, 20%, 0%, 0%
XYZ
X: 78.86, Y: 70.09, Z: 77.91
Lab
L: 87.04, a: 23.45, b: -18.55
Name

Shades of Color #FACBFE

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

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

#FACBFErgb(250, 203, 254)

About #FACBFE Color Code

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

  • HEX: #FACBFE
  • RGB: rgb(250, 203, 254)
  • HSL: hsl(295, 96%, 90%)
  • HSV: hsv(295, 20%, 100%)
  • CMYK: 2.00% cyan, 20.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 78.86, 70.09, 77.91
  • Yxy: 70.09, 0.3476, 0.3090
  • Hunter Lab: 87.04, 23.45, -18.55
  • CIE-Lab: 87.04, 23.45, -18.55

In the XYZ color space, this color is represented as X: 78.86, Y: 70.09, Z: 77.91. The Yxy representation further refines this as Y: 70.09, x: 0.3476, and y: 0.3090.

In the Hunter Lab color space, this color is represented as L: 87.04, a: 23.45, and b: -18.55. Similarly, in the CIE-Lab color space, it is represented as L: 87.04, a: 23.45, and b: -18.55.

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

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

Analogous Colors of #FACBFE

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

Split Complementary Colors of #FACBFE

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

Tetradic Colors of #FACBFE

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

Monochromatic Colors of #FACBFE

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

Complementary Color of #FACBFE

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

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

HTML Examples of #FACBFE

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

Related Colors of #FACBFE

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