Color: #F7BFDC

#F7BFDC Color Information

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

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

In a RGB color space, #F7BFDC is composed of 97% red, 75% green and 86% 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.38, x: 0.3716, and y: 0.3271.

Color Code #F7BFDC

#F7BFDCrgb(247, 191, 220)
HEX
#F7BFDC
RGB
rgb(247, 191, 220)
HSL
hsl(329, 78%, 86%)
HSV
hsv(329, 23%, 97%)
CMYK
0%, 23%, 11%, 3%
XYZ
X: 70.86, Y: 62.38, Z: 57.47
Lab
L: 83.12, a: 23.99, b: -6.39
Name

Shades of Color #F7BFDC

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

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

#F7BFDCrgb(247, 191, 220)

About #F7BFDC Color Code

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

  • HEX: #F7BFDC
  • RGB: rgb(247, 191, 220)
  • HSL: hsl(329, 78%, 86%)
  • HSV: hsv(329, 23%, 97%)
  • CMYK: 0.00% cyan, 23.00% magenta, 11.00% yellow, 3.00% black
  • XYZ: 70.86, 62.38, 57.47
  • Yxy: 62.38, 0.3716, 0.3271
  • Hunter Lab: 83.12, 23.99, -6.39
  • CIE-Lab: 83.12, 23.99, -6.39

In the XYZ color space, this color is represented as X: 70.86, Y: 62.38, Z: 57.47. The Yxy representation further refines this as Y: 62.38, x: 0.3716, and y: 0.3271.

In the Hunter Lab color space, this color is represented as L: 83.12, a: 23.99, and b: -6.39. Similarly, in the CIE-Lab color space, it is represented as L: 83.12, a: 23.99, and b: -6.39.

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

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

Analogous Colors of #F7BFDC

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

Monochromatic Colors of #F7BFDC

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

Complementary Color of #F7BFDC

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

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

HTML Examples of #F7BFDC

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

Related Colors of #F7BFDC

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