Color: #FA68CC

#FA68CC Color Information

#FA68CC is a light color. The closest websafe version is #FA68CC. A complement of this color would be #66FA95, perceived brightness is 0.62, and the grayscale version is #B1B1B1.

In the HSL color space, this color has a hue angle of 319°,a saturation of 94%, and a lightness of 69%.The HSV representation shows a hue of 319°, a saturation of 58%, and a value of 98%.

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

In the Yxy color space, this color is represented as Y: 34.85, x: 0.4083, and y: 0.2557.

Color Code #FA68CC

#FA68CCrgb(250, 104, 204)
HEX
#FA68CC
RGB
rgb(250, 104, 204)
HSL
hsl(319, 94%, 69%)
HSV
hsv(319, 58%, 98%)
CMYK
0%, 58%, 18%, 2%
XYZ
X: 55.66, Y: 34.85, Z: 45.80
Lab
L: 65.64, a: 64.44, b: -23.61
Name

Shades of Color #FA68CC

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

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

#FA68CCrgb(250, 104, 204)

About #FA68CC Color Code

In the HSL color space, this color has a hue angle of 319°, a saturation of 94%, and a lightness of 69%. The HSV representation shows a hue of 319°, a saturation of 58%, and a value of 98%.

  • HEX: #FA68CC
  • RGB: rgb(250, 104, 204)
  • HSL: hsl(319, 94%, 69%)
  • HSV: hsv(319, 58%, 98%)
  • CMYK: 0.00% cyan, 58.00% magenta, 18.00% yellow, 2.00% black
  • XYZ: 55.66, 34.85, 45.80
  • Yxy: 34.85, 0.4083, 0.2557
  • Hunter Lab: 65.64, 64.44, -23.61
  • CIE-Lab: 65.64, 64.44, -23.61

In the XYZ color space, this color is represented as X: 55.66, Y: 34.85, Z: 45.80. The Yxy representation further refines this as Y: 34.85, x: 0.4083, and y: 0.2557.

In the Hunter Lab color space, this color is represented as L: 65.64, a: 64.44, and b: -23.61. Similarly, in the CIE-Lab color space, it is represented as L: 65.64, a: 64.44, and b: -23.61.

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

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

Analogous Colors of #FA68CC

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

Monochromatic Colors of #FA68CC

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

Complementary Color of #FA68CC

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

/* Using HEX */
body {
  background-color: #fa68cc;
}
/* Using RGB */
body {
  background-color: rgb(250, 104, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 104, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(319, 94%, 69%);
}
/* Text color */
p {
  color: #fa68cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fa68cc;
}
/* Border color */
.box {
  border: 4px solid #fa68cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fa68cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fa68cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FA68CC
On Black Background
#FA68CC
On White Background
#FA68CC

HTML Examples of #FA68CC

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

Related Colors of #FA68CC

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