Color: #FF96CF

#FF96CF Color Information

#FF96CF is a light color. The closest websafe version is #FF96CF. A complement of this color would be #94FFC4, perceived brightness is 0.74, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 327°,a saturation of 99%, and a lightness of 79%.The HSV representation shows a hue of 327°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 47.90, x: 0.3990, and y: 0.2973.

Color Code #FF96CF

HEX
#FF96CF
RGB
rgb(255, 150, 207)
HSL
hsl(327, 100%, 79%)
HSV
hsv(327, 41%, 100%)
CMYK
0%, 41%, 19%, 0%
XYZ
X: 64.28, Y: 47.90, Z: 48.92
Lab
L: 74.76, a: 45.58, b: -11.52
Name

Shades of Color #FF96CF

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

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

About #FF96CF Color Code

In the HSL color space, this color has a hue angle of 327°, a saturation of 100%, and a lightness of 79%. The HSV representation shows a hue of 327°, a saturation of 41%, and a value of 100%.

  • HEX: #FF96CF
  • RGB: rgb(255, 150, 207)
  • HSL: hsl(327, 100%, 79%)
  • HSV: hsv(327, 41%, 100%)
  • CMYK: 0.00% cyan, 41.00% magenta, 19.00% yellow, 0.00% black
  • XYZ: 64.28, 47.90, 48.92
  • Yxy: 47.90, 0.3990, 0.2973
  • Hunter Lab: 74.76, 45.58, -11.52
  • CIE-Lab: 74.76, 45.58, -11.52

In the XYZ color space, this color is represented as X: 64.28, Y: 47.90, Z: 48.92. The Yxy representation further refines this as Y: 47.90, x: 0.3990, and y: 0.2973.

In the Hunter Lab color space, this color is represented as L: 74.76, a: 45.58, and b: -11.52. Similarly, in the CIE-Lab color space, it is represented as L: 74.76, a: 45.58, and b: -11.52.

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

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

Analogous Colors of #FF96CF

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

Monochromatic Colors of #FF96CF

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

Complementary Color of #FF96CF

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

/* Using HEX */
body {
  background-color: #ff96cf;
}
/* Using RGB */
body {
  background-color: rgb(255, 150, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 150, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(327, 100%, 79%);
}
/* Text color */
p {
  color: #ff96cf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ff96cf;
}

HTML Examples of #FF96CF

<!-- Using HEX -->
<div style="background-color: #ff96cf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(255, 150, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(255, 150, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(327, 100%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ff96cf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ff96cf; width: 100px; height: 100px;"></div>

Related Colors of #FF96CF

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