Color: #F7BFDD

#F7BFDD Color Information

#F7BFDD is a light color. The closest websafe version is #F7BFDD. A complement of this color would be #BFF7D9, perceived brightness is 0.83, and the grayscale version is #DBDBDB.

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

In a RGB color space, #F7BFDD is composed of 97% red, 75% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 11% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 62.43, x: 0.3708, and y: 0.3262.

Color Code #F7BFDD

#F7BFDDrgb(247, 191, 221)
HEX
#F7BFDD
RGB
rgb(247, 191, 221)
HSL
hsl(328, 78%, 86%)
HSV
hsv(328, 23%, 97%)
CMYK
0%, 23%, 11%, 3%
XYZ
X: 70.97, Y: 62.43, Z: 57.99
Lab
L: 83.14, a: 24.11, b: -6.88
Name

Shades of Color #F7BFDD

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

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

#F7BFDDrgb(247, 191, 221)

About #F7BFDD Color Code

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

  • HEX: #F7BFDD
  • RGB: rgb(247, 191, 221)
  • HSL: hsl(328, 78%, 86%)
  • HSV: hsv(328, 23%, 97%)
  • CMYK: 0.00% cyan, 23.00% magenta, 11.00% yellow, 3.00% black
  • XYZ: 70.97, 62.43, 57.99
  • Yxy: 62.43, 0.3708, 0.3262
  • Hunter Lab: 83.14, 24.11, -6.88
  • CIE-Lab: 83.14, 24.11, -6.88

In the XYZ color space, this color is represented as X: 70.97, Y: 62.43, Z: 57.99. The Yxy representation further refines this as Y: 62.43, x: 0.3708, and y: 0.3262.

In the Hunter Lab color space, this color is represented as L: 83.14, a: 24.11, and b: -6.88. Similarly, in the CIE-Lab color space, it is represented as L: 83.14, a: 24.11, and b: -6.88.

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

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

Analogous Colors of #F7BFDD

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

Monochromatic Colors of #F7BFDD

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

Complementary Color of #F7BFDD

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

/* Using HEX */
body {
  background-color: #f7bfdd;
}
/* Using RGB */
body {
  background-color: rgb(247, 191, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(247, 191, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(328, 78%, 86%);
}
/* Text color */
p {
  color: #f7bfdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f7bfdd;
}
/* Border color */
.box {
  border: 4px solid #f7bfdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f7bfdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f7bfdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F7BFDD
On Black Background
#F7BFDD
On White Background
#F7BFDD

HTML Examples of #F7BFDD

<!-- Using HEX -->
<div style="background-color: #f7bfdd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(247, 191, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(247, 191, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(328, 78%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f7bfdd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f7bfdd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f7bfdd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f7bfdd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f7bfdd; color: #fff; padding: 16px; border-radius: 8px;">
  #F7BFDD
</div>
#F7BFDD
On Black Background
#F7BFDD
On White Background
#F7BFDD

Related Colors of #F7BFDD

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