Color: #F1BBDD

#F1BBDD Color Information

#F1BBDD is a light color. The closest websafe version is #F1BBDD. A complement of this color would be #BBF1CF, perceived brightness is 0.81, and the grayscale version is #D6D6D6.

In the HSL color space, this color has a hue angle of 322°,a saturation of 66%, and a lightness of 84%.The HSV representation shows a hue of 322°, a saturation of 22%, and a value of 95%.

In a RGB color space, #F1BBDD is composed of 95% red, 73% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 8% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 59.58, x: 0.3665, and y: 0.3219.

Color Code #F1BBDD

#F1BBDDrgb(241, 187, 221)
HEX
#F1BBDD
RGB
rgb(241, 187, 221)
HSL
hsl(322, 66%, 84%)
HSV
hsv(322, 22%, 95%)
CMYK
0%, 22%, 8%, 5%
XYZ
X: 67.84, Y: 59.58, Z: 57.69
Lab
L: 81.61, a: 23.98, b: -9.21
Name

Shades of Color #F1BBDD

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

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

#F1BBDDrgb(241, 187, 221)

About #F1BBDD Color Code

In the HSL color space, this color has a hue angle of 322°, a saturation of 66%, and a lightness of 84%. The HSV representation shows a hue of 322°, a saturation of 22%, and a value of 95%.

  • HEX: #F1BBDD
  • RGB: rgb(241, 187, 221)
  • HSL: hsl(322, 66%, 84%)
  • HSV: hsv(322, 22%, 95%)
  • CMYK: 0.00% cyan, 22.00% magenta, 8.00% yellow, 5.00% black
  • XYZ: 67.84, 59.58, 57.69
  • Yxy: 59.58, 0.3665, 0.3219
  • Hunter Lab: 81.61, 23.98, -9.21
  • CIE-Lab: 81.61, 23.98, -9.21

In the XYZ color space, this color is represented as X: 67.84, Y: 59.58, Z: 57.69. The Yxy representation further refines this as Y: 59.58, x: 0.3665, and y: 0.3219.

In the Hunter Lab color space, this color is represented as L: 81.61, a: 23.98, and b: -9.21. Similarly, in the CIE-Lab color space, it is represented as L: 81.61, a: 23.98, and b: -9.21.

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

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

Analogous Colors of #F1BBDD

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

Split Complementary Colors of #F1BBDD

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

Tetradic Colors of #F1BBDD

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

Monochromatic Colors of #F1BBDD

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

Complementary Color of #F1BBDD

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

/* Using HEX */
body {
  background-color: #f1bbdd;
}
/* Using RGB */
body {
  background-color: rgb(241, 187, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(241, 187, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(322, 66%, 84%);
}
/* Text color */
p {
  color: #f1bbdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f1bbdd;
}
/* Border color */
.box {
  border: 4px solid #f1bbdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f1bbdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f1bbdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F1BBDD
On Black Background
#F1BBDD
On White Background
#F1BBDD

HTML Examples of #F1BBDD

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

Related Colors of #F1BBDD

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