Color: #F97BBC

#F97BBC Color Information

#F97BBC is a light color. The closest websafe version is #F97BBC. A complement of this color would be #7BF9B8, perceived brightness is 0.66, and the grayscale version is #BABABA.

In the HSL color space, this color has a hue angle of 329°,a saturation of 91%, and a lightness of 73%.The HSV representation shows a hue of 329°, a saturation of 51%, and a value of 98%.

In a RGB color space, #F97BBC is composed of 98% red, 48% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 51% magenta, 24% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 38.33, x: 0.4201, and y: 0.2869.

Color Code #F97BBC

#F97BBCrgb(249, 123, 188)
HEX
#F97BBC
RGB
rgb(249, 123, 188)
HSL
hsl(329, 91%, 73%)
HSV
hsv(329, 51%, 98%)
CMYK
0%, 51%, 24%, 2%
XYZ
X: 56.13, Y: 38.33, Z: 39.16
Lab
L: 68.26, a: 54.30, b: -10.72
Name

Shades of Color #F97BBC

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

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

#F97BBCrgb(249, 123, 188)

About #F97BBC Color Code

In the HSL color space, this color has a hue angle of 329°, a saturation of 91%, and a lightness of 73%. The HSV representation shows a hue of 329°, a saturation of 51%, and a value of 98%.

  • HEX: #F97BBC
  • RGB: rgb(249, 123, 188)
  • HSL: hsl(329, 91%, 73%)
  • HSV: hsv(329, 51%, 98%)
  • CMYK: 0.00% cyan, 51.00% magenta, 24.00% yellow, 2.00% black
  • XYZ: 56.13, 38.33, 39.16
  • Yxy: 38.33, 0.4201, 0.2869
  • Hunter Lab: 68.26, 54.30, -10.72
  • CIE-Lab: 68.26, 54.30, -10.72

In the XYZ color space, this color is represented as X: 56.13, Y: 38.33, Z: 39.16. The Yxy representation further refines this as Y: 38.33, x: 0.4201, and y: 0.2869.

In the Hunter Lab color space, this color is represented as L: 68.26, a: 54.30, and b: -10.72. Similarly, in the CIE-Lab color space, it is represented as L: 68.26, a: 54.30, and b: -10.72.

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

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

Analogous Colors of #F97BBC

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

Split Complementary Colors of #F97BBC

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

Tetradic Colors of #F97BBC

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

Monochromatic Colors of #F97BBC

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

Complementary Color of #F97BBC

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

/* Using HEX */
body {
  background-color: #f97bbc;
}
/* Using RGB */
body {
  background-color: rgb(249, 123, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(249, 123, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(329, 91%, 73%);
}
/* Text color */
p {
  color: #f97bbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f97bbc;
}
/* Border color */
.box {
  border: 4px solid #f97bbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f97bbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f97bbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F97BBC
On Black Background
#F97BBC
On White Background
#F97BBC

HTML Examples of #F97BBC

<!-- Using HEX -->
<div style="background-color: #f97bbc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(249, 123, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(249, 123, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(329, 91%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f97bbc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f97bbc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f97bbc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f97bbc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f97bbc; color: #fff; padding: 16px; border-radius: 8px;">
  #F97BBC
</div>
#F97BBC
On Black Background
#F97BBC
On White Background
#F97BBC

Related Colors of #F97BBC

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