Color: #F0BCCF

#F0BCCF Color Information

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

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

In a RGB color space, #F0BCCF is composed of 94% red, 74% green and 81% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 14% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 59.22, x: 0.3763, and y: 0.3362.

Color Code #F0BCCF

#F0BCCFrgb(240, 188, 207)
HEX
#F0BCCF
RGB
rgb(240, 188, 207)
HSL
hsl(338, 63%, 84%)
HSV
hsv(338, 22%, 94%)
CMYK
0%, 22%, 14%, 6%
XYZ
X: 66.29, Y: 59.22, Z: 50.66
Lab
L: 81.41, a: 21.41, b: -2.02
Name

Shades of Color #F0BCCF

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

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

#F0BCCFrgb(240, 188, 207)

About #F0BCCF Color Code

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

  • HEX: #F0BCCF
  • RGB: rgb(240, 188, 207)
  • HSL: hsl(338, 63%, 84%)
  • HSV: hsv(338, 22%, 94%)
  • CMYK: 0.00% cyan, 22.00% magenta, 14.00% yellow, 6.00% black
  • XYZ: 66.29, 59.22, 50.66
  • Yxy: 59.22, 0.3763, 0.3362
  • Hunter Lab: 81.41, 21.41, -2.02
  • CIE-Lab: 81.41, 21.41, -2.02

In the XYZ color space, this color is represented as X: 66.29, Y: 59.22, Z: 50.66. The Yxy representation further refines this as Y: 59.22, x: 0.3763, and y: 0.3362.

In the Hunter Lab color space, this color is represented as L: 81.41, a: 21.41, and b: -2.02. Similarly, in the CIE-Lab color space, it is represented as L: 81.41, a: 21.41, and b: -2.02.

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

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

Analogous Colors of #F0BCCF

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

Monochromatic Colors of #F0BCCF

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

Complementary Color of #F0BCCF

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

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

HTML Examples of #F0BCCF

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

Related Colors of #F0BCCF

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