Color: #F896CC

#F896CC Color Information

#F896CC is a light color. The closest websafe version is #F896CC. A complement of this color would be #96F8C2, perceived brightness is 0.73, and the grayscale version is #C7C7C7.

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

In a RGB color space, #F896CC is composed of 97% red, 59% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 18% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 46.41, x: 0.3953, and y: 0.2992.

Color Code #F896CC

HEX
#F896CC
RGB
rgb(248, 150, 204)
HSL
hsl(327, 88%, 78%)
HSV
hsv(327, 40%, 97%)
CMYK
0%, 40%, 18%, 3%
XYZ
X: 61.32, Y: 46.41, Z: 47.39
Lab
L: 73.81, a: 42.85, b: -11.40
Name

Shades of Color #F896CC

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

Tints are created by lightening the original color #F896CC 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 #F896CC Color Code

In the HSL color space, this color has a hue angle of 327°, a saturation of 88%, and a lightness of 78%. The HSV representation shows a hue of 327°, a saturation of 40%, and a value of 97%.

  • HEX: #F896CC
  • RGB: rgb(248, 150, 204)
  • HSL: hsl(327, 88%, 78%)
  • HSV: hsv(327, 40%, 97%)
  • CMYK: 0.00% cyan, 40.00% magenta, 18.00% yellow, 3.00% black
  • XYZ: 61.32, 46.41, 47.39
  • Yxy: 46.41, 0.3953, 0.2992
  • Hunter Lab: 73.81, 42.85, -11.40
  • CIE-Lab: 73.81, 42.85, -11.40

In the XYZ color space, this color is represented as X: 61.32, Y: 46.41, Z: 47.39. The Yxy representation further refines this as Y: 46.41, x: 0.3953, and y: 0.2992.

In the Hunter Lab color space, this color is represented as L: 73.81, a: 42.85, and b: -11.40. Similarly, in the CIE-Lab color space, it is represented as L: 73.81, a: 42.85, and b: -11.40.

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

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

Analogous Colors of #F896CC

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

Monochromatic Colors of #F896CC

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

Complementary Color of #F896CC

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

/* Using HEX */
body {
  background-color: #f896cc;
}
/* Using RGB */
body {
  background-color: rgb(248, 150, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(248, 150, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(327, 88%, 78%);
}
/* Text color */
p {
  color: #f896cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f896cc;
}

HTML Examples of #F896CC

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

Related Colors of #F896CC

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