Color: #FCCAAF

#FCCAAF Color Information

#FCCAAF is a light color. The closest websafe version is #FCCAAF. A complement of this color would be #B0E2FC, perceived brightness is 0.84, and the grayscale version is #D6D6D6.

In the HSL color space, this color has a hue angle of 21°,a saturation of 93%, and a lightness of 84%.The HSV representation shows a hue of 21°, a saturation of 31%, and a value of 99%.

In a RGB color space, #FCCAAF is composed of 99% red, 79% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 31% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 66.60, x: 0.4061, and y: 0.3792.

Color Code #FCCAAF

#FCCAAFrgb(252, 202, 175)
HEX
#FCCAAF
RGB
rgb(252, 202, 175)
HSL
hsl(21, 93%, 84%)
HSV
hsv(21, 31%, 99%)
CMYK
0%, 20%, 31%, 1%
XYZ
X: 71.33, Y: 66.60, Z: 37.71
Lab
L: 85.30, a: 15.56, b: 20.61
Name

Shades of Color #FCCAAF

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

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

#FCCAAFrgb(252, 202, 175)

About #FCCAAF Color Code

In the HSL color space, this color has a hue angle of 21°, a saturation of 93%, and a lightness of 84%. The HSV representation shows a hue of 21°, a saturation of 31%, and a value of 99%.

  • HEX: #FCCAAF
  • RGB: rgb(252, 202, 175)
  • HSL: hsl(21, 93%, 84%)
  • HSV: hsv(21, 31%, 99%)
  • CMYK: 0.00% cyan, 20.00% magenta, 31.00% yellow, 100.00% black
  • XYZ: 71.33, 66.60, 37.71
  • Yxy: 66.60, 0.4061, 0.3792
  • Hunter Lab: 85.30, 15.56, 20.61
  • CIE-Lab: 85.30, 15.56, 20.61

In the XYZ color space, this color is represented as X: 71.33, Y: 66.60, Z: 37.71. The Yxy representation further refines this as Y: 66.60, x: 0.4061, and y: 0.3792.

In the Hunter Lab color space, this color is represented as L: 85.30, a: 15.56, and b: 20.61. Similarly, in the CIE-Lab color space, it is represented as L: 85.30, a: 15.56, and b: 20.61.

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

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

Analogous Colors of #FCCAAF

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

Split Complementary Colors of #FCCAAF

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

Tetradic Colors of #FCCAAF

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

Monochromatic Colors of #FCCAAF

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

Complementary Color of #FCCAAF

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

/* Using HEX */
body {
  background-color: #fccaaf;
}
/* Using RGB */
body {
  background-color: rgb(252, 202, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(252, 202, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 93%, 84%);
}
/* Text color */
p {
  color: #fccaaf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fccaaf;
}
/* Border color */
.box {
  border: 4px solid #fccaaf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fccaaf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fccaaf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FCCAAF
On Black Background
#FCCAAF
On White Background
#FCCAAF

HTML Examples of #FCCAAF

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

Related Colors of #FCCAAF

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