Color: #F6ACFE

#F6ACFE Color Information

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

In the HSL color space, this color has a hue angle of 294°,a saturation of 98%, and a lightness of 84%.The HSV representation shows a hue of 294°, a saturation of 32%, and a value of 100%.

In a RGB color space, #F6ACFE is composed of 96% red, 67% green and 100% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 32% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 56.09, x: 0.3471, and y: 0.2771.

Color Code #F6ACFE

#F6ACFErgb(246, 172, 254)
HEX
#F6ACFE
RGB
rgb(246, 172, 254)
HSL
hsl(294, 98%, 84%)
HSV
hsv(294, 32%, 100%)
CMYK
3%, 32%, 0%, 0%
XYZ
X: 70.25, Y: 56.09, Z: 76.07
Lab
L: 79.66, a: 37.58, b: -29.71
Name

Shades of Color #F6ACFE

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

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

#F6ACFErgb(246, 172, 254)

About #F6ACFE Color Code

In the HSL color space, this color has a hue angle of 294°, a saturation of 98%, and a lightness of 84%. The HSV representation shows a hue of 294°, a saturation of 32%, and a value of 100%.

  • HEX: #F6ACFE
  • RGB: rgb(246, 172, 254)
  • HSL: hsl(294, 98%, 84%)
  • HSV: hsv(294, 32%, 100%)
  • CMYK: 3.00% cyan, 32.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 70.25, 56.09, 76.07
  • Yxy: 56.09, 0.3471, 0.2771
  • Hunter Lab: 79.66, 37.58, -29.71
  • CIE-Lab: 79.66, 37.58, -29.71

In the XYZ color space, this color is represented as X: 70.25, Y: 56.09, Z: 76.07. The Yxy representation further refines this as Y: 56.09, x: 0.3471, and y: 0.2771.

In the Hunter Lab color space, this color is represented as L: 79.66, a: 37.58, and b: -29.71. Similarly, in the CIE-Lab color space, it is represented as L: 79.66, a: 37.58, and b: -29.71.

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

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

Analogous Colors of #F6ACFE

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

Split Complementary Colors of #F6ACFE

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

Tetradic Colors of #F6ACFE

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

Monochromatic Colors of #F6ACFE

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

Complementary Color of #F6ACFE

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

/* Using HEX */
body {
  background-color: #f6acfe;
}
/* Using RGB */
body {
  background-color: rgb(246, 172, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(246, 172, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(294, 98%, 84%);
}
/* Text color */
p {
  color: #f6acfe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f6acfe;
}
/* Border color */
.box {
  border: 4px solid #f6acfe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f6acfe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f6acfe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F6ACFE
On Black Background
#F6ACFE
On White Background
#F6ACFE

HTML Examples of #F6ACFE

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

Related Colors of #F6ACFE

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