Color: #FFCADC

#FFCADC Color Information

#FFCADC is a light color. The closest websafe version is #FFCADC. A complement of this color would be #CCFFEE, perceived brightness is 0.86, and the grayscale version is #E4E4E4.

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

In a RGB color space, #FFCADC is composed of 100% red, 79% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 14% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 68.93, x: 0.3759, and y: 0.3383.

Color Code #FFCADC

HEX
#FFCADC
RGB
rgb(255, 202, 220)
HSL
hsl(340, 100%, 90%)
HSV
hsv(340, 21%, 100%)
CMYK
0%, 21%, 14%, 0%
XYZ
X: 76.59, Y: 68.93, Z: 58.24
Lab
L: 86.47, a: 21.38, b: -1.40
Name

Shades of Color #FFCADC

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

Tints are created by lightening the original color #FFCADC 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 #FFCADC Color Code

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

  • HEX: #FFCADC
  • RGB: rgb(255, 202, 220)
  • HSL: hsl(340, 100%, 90%)
  • HSV: hsv(340, 21%, 100%)
  • CMYK: 0.00% cyan, 21.00% magenta, 14.00% yellow, 0.00% black
  • XYZ: 76.59, 68.93, 58.24
  • Yxy: 68.93, 0.3759, 0.3383
  • Hunter Lab: 86.47, 21.38, -1.40
  • CIE-Lab: 86.47, 21.38, -1.40

In the XYZ color space, this color is represented as X: 76.59, Y: 68.93, Z: 58.24. The Yxy representation further refines this as Y: 68.93, x: 0.3759, and y: 0.3383.

In the Hunter Lab color space, this color is represented as L: 86.47, a: 21.38, and b: -1.40. Similarly, in the CIE-Lab color space, it is represented as L: 86.47, a: 21.38, and b: -1.40.

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

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

Analogous Colors of #FFCADC

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

Monochromatic Colors of #FFCADC

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

Complementary Color of #FFCADC

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

/* Using HEX */
body {
  background-color: #ffcadc;
}
/* Using RGB */
body {
  background-color: rgb(255, 202, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 202, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(340, 100%, 90%);
}
/* Text color */
p {
  color: #ffcadc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ffcadc;
}

HTML Examples of #FFCADC

<!-- Using HEX -->
<div style="background-color: #ffcadc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(255, 202, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(255, 202, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(340, 100%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ffcadc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ffcadc; width: 100px; height: 100px;"></div>

Related Colors of #FFCADC

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