Color: #F4BCDD

#F4BCDD Color Information

#F4BCDD is a light color. The closest websafe version is #F4BCDD. A complement of this color would be #BDF4D4, perceived brightness is 0.82, and the grayscale version is #D8D8D8.

In the HSL color space, this color has a hue angle of 325°,a saturation of 72%, and a lightness of 85%.The HSV representation shows a hue of 325°, a saturation of 23%, and a value of 96%.

In a RGB color space, #F4BCDD is composed of 96% red, 74% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 9% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 60.56, x: 0.3689, and y: 0.3230.

Color Code #F4BCDD

#F4BCDDrgb(244, 188, 221)
HEX
#F4BCDD
RGB
rgb(244, 188, 221)
HSL
hsl(325, 72%, 85%)
HSV
hsv(325, 23%, 96%)
CMYK
0%, 23%, 9%, 4%
XYZ
X: 69.16, Y: 60.56, Z: 57.78
Lab
L: 82.14, a: 24.54, b: -8.39
Name

Shades of Color #F4BCDD

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

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

#F4BCDDrgb(244, 188, 221)

About #F4BCDD Color Code

In the HSL color space, this color has a hue angle of 325°, a saturation of 72%, and a lightness of 85%. The HSV representation shows a hue of 325°, a saturation of 23%, and a value of 96%.

  • HEX: #F4BCDD
  • RGB: rgb(244, 188, 221)
  • HSL: hsl(325, 72%, 85%)
  • HSV: hsv(325, 23%, 96%)
  • CMYK: 0.00% cyan, 23.00% magenta, 9.00% yellow, 4.00% black
  • XYZ: 69.16, 60.56, 57.78
  • Yxy: 60.56, 0.3689, 0.3230
  • Hunter Lab: 82.14, 24.54, -8.39
  • CIE-Lab: 82.14, 24.54, -8.39

In the XYZ color space, this color is represented as X: 69.16, Y: 60.56, Z: 57.78. The Yxy representation further refines this as Y: 60.56, x: 0.3689, and y: 0.3230.

In the Hunter Lab color space, this color is represented as L: 82.14, a: 24.54, and b: -8.39. Similarly, in the CIE-Lab color space, it is represented as L: 82.14, a: 24.54, and b: -8.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 #F4BCDD

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

Analogous Colors of #F4BCDD

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

Split Complementary Colors of #F4BCDD

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

Tetradic Colors of #F4BCDD

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

Monochromatic Colors of #F4BCDD

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

Complementary Color of #F4BCDD

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

/* Using HEX */
body {
  background-color: #f4bcdd;
}
/* Using RGB */
body {
  background-color: rgb(244, 188, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(244, 188, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 72%, 85%);
}
/* Text color */
p {
  color: #f4bcdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f4bcdd;
}
/* Border color */
.box {
  border: 4px solid #f4bcdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f4bcdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f4bcdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F4BCDD
On Black Background
#F4BCDD
On White Background
#F4BCDD

HTML Examples of #F4BCDD

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

Related Colors of #F4BCDD

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