Color: #F6AFFC

#F6AFFC Color Information

#F6AFFC is a light color. The closest websafe version is #F6AFFC. A complement of this color would be #B7FCB0, perceived brightness is 0.80, and the grayscale version is #D6D6D6.

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

In a RGB color space, #F6AFFC is composed of 96% red, 69% green and 99% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 31% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 57.14, x: 0.3483, and y: 0.2819.

Color Code #F6AFFC

#F6AFFCrgb(246, 175, 252)
HEX
#F6AFFC
RGB
rgb(246, 175, 252)
HSL
hsl(295, 93%, 84%)
HSV
hsv(295, 31%, 99%)
CMYK
2%, 31%, 0%, 1%
XYZ
X: 70.62, Y: 57.14, Z: 74.97
Lab
L: 80.26, a: 35.80, b: -27.74
Name

Shades of Color #F6AFFC

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

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

#F6AFFCrgb(246, 175, 252)

About #F6AFFC Color Code

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

  • HEX: #F6AFFC
  • RGB: rgb(246, 175, 252)
  • HSL: hsl(295, 93%, 84%)
  • HSV: hsv(295, 31%, 99%)
  • CMYK: 2.00% cyan, 31.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 70.62, 57.14, 74.97
  • Yxy: 57.14, 0.3483, 0.2819
  • Hunter Lab: 80.26, 35.80, -27.74
  • CIE-Lab: 80.26, 35.80, -27.74

In the XYZ color space, this color is represented as X: 70.62, Y: 57.14, Z: 74.97. The Yxy representation further refines this as Y: 57.14, x: 0.3483, and y: 0.2819.

In the Hunter Lab color space, this color is represented as L: 80.26, a: 35.80, and b: -27.74. Similarly, in the CIE-Lab color space, it is represented as L: 80.26, a: 35.80, and b: -27.74.

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

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

Analogous Colors of #F6AFFC

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

Monochromatic Colors of #F6AFFC

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

Complementary Color of #F6AFFC

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

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

HTML Examples of #F6AFFC

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

Related Colors of #F6AFFC

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