Color: #F5ABBE

#F5ABBE Color Information

#F5ABBE is a light color. The closest websafe version is #F5ABBE. A complement of this color would be #ADF5E3, perceived brightness is 0.77, and the grayscale version is #D0D0D0.

In the HSL color space, this color has a hue angle of 345°,a saturation of 79%, and a lightness of 82%.The HSV representation shows a hue of 345°, a saturation of 100%, and a value of 100%.

In a RGB color space, #F5ABBE is composed of 96% red, 67% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 22% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 52.63, x: 0.3992, and y: 0.3342.

Color Code #F5ABBE

HEX
#F5ABBE
RGB
rgb(245, 171, 190)
HSL
hsl(345, 79%, 82%)
HSV
hsv(345, 30%, 96%)
CMYK
0%, 30%, 22%, 4%
XYZ
X: 62.87, Y: 52.63, Z: 42.00
Lab
L: 77.66, a: 29.87, b: 1.79
Name

Shades of Color #F5ABBE

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

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

About #F5ABBE Color Code

In the HSL color space, this color has a hue angle of 345°, a saturation of 79%, and a lightness of 82%. The HSV representation shows a hue of 345°, a saturation of 30%, and a value of 96%.

  • HEX: #F5ABBE
  • RGB: rgb(245, 171, 190)
  • HSL: hsl(345, 79%, 82%)
  • HSV: hsv(345, 30%, 96%)
  • CMYK: 0.00% cyan, 30.00% magenta, 22.00% yellow, 4.00% black
  • XYZ: 62.87, 52.63, 42.00
  • Yxy: 52.63, 0.3992, 0.3342
  • Hunter Lab: 77.66, 29.87, 1.79
  • CIE-Lab: 77.66, 29.87, 1.79

In the XYZ color space, this color is represented as X: 62.87, Y: 52.63, Z: 42.00. The Yxy representation further refines this as Y: 52.63, x: 0.3992, and y: 0.3342.

In the Hunter Lab color space, this color is represented as L: 77.66, a: 29.87, and b: 1.79. Similarly, in the CIE-Lab color space, it is represented as L: 77.66, a: 29.87, and b: 1.79.

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

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

Analogous Colors of #F5ABBE

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

Monochromatic Colors of #F5ABBE

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

Complementary Color of #F5ABBE

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

/* Using HEX */
body {
  background-color: #f5abbe;
}
/* Using RGB */
body {
  background-color: rgb(245, 171, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(245, 171, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(345, 79%, 82%);
}
/* Text color */
p {
  color: #f5abbe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f5abbe;
}

HTML Examples of #F5ABBE

<!-- Using HEX -->
<div style="background-color: #f5abbe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(245, 171, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(245, 171, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(345, 79%, 82%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f5abbe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f5abbe; width: 100px; height: 100px;"></div>

Related Colors of #F5ABBE

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