Color: #F1BCEC

#F1BCEC Color Information

#F1BCEC is a light color. The closest websafe version is #F1BCEC. A complement of this color would be #BCF1C1, perceived brightness is 0.82, and the grayscale version is #D7D7D7.

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

In a RGB color space, #F1BCEC is composed of 95% red, 74% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 2% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 60.71, x: 0.3549, and y: 0.3091.

Color Code #F1BCEC

#F1BCECrgb(241, 188, 236)
HEX
#F1BCEC
RGB
rgb(241, 188, 236)
HSL
hsl(306, 65%, 84%)
HSV
hsv(306, 22%, 95%)
CMYK
0%, 22%, 2%, 5%
XYZ
X: 69.72, Y: 60.71, Z: 66.01
Lab
L: 82.22, a: 25.42, b: -16.31
Name

Shades of Color #F1BCEC

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

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

#F1BCECrgb(241, 188, 236)

About #F1BCEC Color Code

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

  • HEX: #F1BCEC
  • RGB: rgb(241, 188, 236)
  • HSL: hsl(306, 65%, 84%)
  • HSV: hsv(306, 22%, 95%)
  • CMYK: 0.00% cyan, 22.00% magenta, 2.00% yellow, 5.00% black
  • XYZ: 69.72, 60.71, 66.01
  • Yxy: 60.71, 0.3549, 0.3091
  • Hunter Lab: 82.22, 25.42, -16.31
  • CIE-Lab: 82.22, 25.42, -16.31

In the XYZ color space, this color is represented as X: 69.72, Y: 60.71, Z: 66.01. The Yxy representation further refines this as Y: 60.71, x: 0.3549, and y: 0.3091.

In the Hunter Lab color space, this color is represented as L: 82.22, a: 25.42, and b: -16.31. Similarly, in the CIE-Lab color space, it is represented as L: 82.22, a: 25.42, and b: -16.31.

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

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

Analogous Colors of #F1BCEC

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

Monochromatic Colors of #F1BCEC

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

Complementary Color of #F1BCEC

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

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

HTML Examples of #F1BCEC

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

Related Colors of #F1BCEC

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