Color: #FAB5CC

#FAB5CC Color Information

#FAB5CC is a light color. The closest websafe version is #FAB5CC. A complement of this color would be #B7FAE4, perceived brightness is 0.80, and the grayscale version is #D7D7D7.

In the HSL color space, this color has a hue angle of 340°,a saturation of 87%, and a lightness of 85%.The HSV representation shows a hue of 340°, a saturation of 28%, and a value of 98%.

In a RGB color space, #FAB5CC is composed of 98% red, 71% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 18% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 58.06, x: 0.3890, and y: 0.3315.

Color Code #FAB5CC

#FAB5CCrgb(250, 181, 204)
HEX
#FAB5CC
RGB
rgb(250, 181, 204)
HSL
hsl(340, 87%, 85%)
HSV
hsv(340, 28%, 98%)
CMYK
0%, 28%, 18%, 2%
XYZ
X: 68.12, Y: 58.06, Z: 48.94
Lab
L: 80.77, a: 28.20, b: -1.19
Name

Shades of Color #FAB5CC

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

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

#FAB5CCrgb(250, 181, 204)

About #FAB5CC Color Code

In the HSL color space, this color has a hue angle of 340°, a saturation of 87%, and a lightness of 85%. The HSV representation shows a hue of 340°, a saturation of 28%, and a value of 98%.

  • HEX: #FAB5CC
  • RGB: rgb(250, 181, 204)
  • HSL: hsl(340, 87%, 85%)
  • HSV: hsv(340, 28%, 98%)
  • CMYK: 0.00% cyan, 28.00% magenta, 18.00% yellow, 2.00% black
  • XYZ: 68.12, 58.06, 48.94
  • Yxy: 58.06, 0.3890, 0.3315
  • Hunter Lab: 80.77, 28.20, -1.19
  • CIE-Lab: 80.77, 28.20, -1.19

In the XYZ color space, this color is represented as X: 68.12, Y: 58.06, Z: 48.94. The Yxy representation further refines this as Y: 58.06, x: 0.3890, and y: 0.3315.

In the Hunter Lab color space, this color is represented as L: 80.77, a: 28.20, and b: -1.19. Similarly, in the CIE-Lab color space, it is represented as L: 80.77, a: 28.20, and b: -1.19.

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

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

Analogous Colors of #FAB5CC

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

Split Complementary Colors of #FAB5CC

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

Tetradic Colors of #FAB5CC

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

Monochromatic Colors of #FAB5CC

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

Complementary Color of #FAB5CC

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

/* Using HEX */
body {
  background-color: #fab5cc;
}
/* Using RGB */
body {
  background-color: rgb(250, 181, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 181, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(340, 87%, 85%);
}
/* Text color */
p {
  color: #fab5cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fab5cc;
}
/* Border color */
.box {
  border: 4px solid #fab5cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fab5cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fab5cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FAB5CC
On Black Background
#FAB5CC
On White Background
#FAB5CC

HTML Examples of #FAB5CC

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

Related Colors of #FAB5CC

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