Color: #FAADB0

#FAADB0 Color Information

#FAADB0 is a light color. The closest websafe version is #FAADB0. A complement of this color would be #ADFAF8, perceived brightness is 0.77, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 358°,a saturation of 89%, and a lightness of 83%.The HSV representation shows a hue of 358°, a saturation of 31%, and a value of 98%.

In a RGB color space, #FAADB0 is composed of 98% red, 68% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 30% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 53.86, x: 0.4148, and y: 0.3492.

Color Code #FAADB0

#FAADB0rgb(250, 173, 176)
HEX
#FAADB0
RGB
rgb(250, 173, 176)
HSL
hsl(358, 89%, 83%)
HSV
hsv(358, 31%, 98%)
CMYK
0%, 31%, 30%, 2%
XYZ
X: 63.99, Y: 53.86, Z: 36.40
Lab
L: 78.38, a: 29.32, b: 10.49
Name

Shades of Color #FAADB0

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

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

#FAADB0rgb(250, 173, 176)

About #FAADB0 Color Code

In the HSL color space, this color has a hue angle of 358°, a saturation of 89%, and a lightness of 83%. The HSV representation shows a hue of 358°, a saturation of 31%, and a value of 98%.

  • HEX: #FAADB0
  • RGB: rgb(250, 173, 176)
  • HSL: hsl(358, 89%, 83%)
  • HSV: hsv(358, 31%, 98%)
  • CMYK: 0.00% cyan, 31.00% magenta, 30.00% yellow, 2.00% black
  • XYZ: 63.99, 53.86, 36.40
  • Yxy: 53.86, 0.4148, 0.3492
  • Hunter Lab: 78.38, 29.32, 10.49
  • CIE-Lab: 78.38, 29.32, 10.49

In the XYZ color space, this color is represented as X: 63.99, Y: 53.86, Z: 36.40. The Yxy representation further refines this as Y: 53.86, x: 0.4148, and y: 0.3492.

In the Hunter Lab color space, this color is represented as L: 78.38, a: 29.32, and b: 10.49. Similarly, in the CIE-Lab color space, it is represented as L: 78.38, a: 29.32, and b: 10.49.

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

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

Analogous Colors of #FAADB0

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

Monochromatic Colors of #FAADB0

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

Complementary Color of #FAADB0

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

/* Using HEX */
body {
  background-color: #faadb0;
}
/* Using RGB */
body {
  background-color: rgb(250, 173, 176);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 173, 176, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(358, 89%, 83%);
}
/* Text color */
p {
  color: #faadb0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #faadb0;
}
/* Border color */
.box {
  border: 4px solid #faadb0;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #faadb0;
}
Text Shadow Preview
/* Background with text */
div {
  background: #faadb0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FAADB0
On Black Background
#FAADB0
On White Background
#FAADB0

HTML Examples of #FAADB0

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

Related Colors of #FAADB0

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