Color: #F7DCED

#F7DCED Color Information

#F7DCED is a light color. The closest websafe version is #F7DCED. A complement of this color would be #DEF7E7, perceived brightness is 0.90, and the grayscale version is #EAEAEA.

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

In a RGB color space, #F7DCED is composed of 97% red, 86% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 4% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 77.14, x: 0.3549, and y: 0.3412.

Color Code #F7DCED

HEX
#F7DCED
RGB
rgb(247, 220, 237)
HSL
hsl(322, 63%, 92%)
HSV
hsv(322, 11%, 97%)
CMYK
0%, 11%, 4%, 3%
XYZ
X: 80.24, Y: 77.14, Z: 68.73
Lab
L: 90.38, a: 11.74, b: -4.75
Name

Shades of Color #F7DCED

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

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

In the HSL color space, this color has a hue angle of 322°, a saturation of 63%, and a lightness of 92%. The HSV representation shows a hue of 322°, a saturation of 11%, and a value of 97%.

  • HEX: #F7DCED
  • RGB: rgb(247, 220, 237)
  • HSL: hsl(322, 63%, 92%)
  • HSV: hsv(322, 11%, 97%)
  • CMYK: 0.00% cyan, 11.00% magenta, 4.00% yellow, 3.00% black
  • XYZ: 80.24, 77.14, 68.73
  • Yxy: 77.14, 0.3549, 0.3412
  • Hunter Lab: 90.38, 11.74, -4.75
  • CIE-Lab: 90.38, 11.74, -4.75

In the XYZ color space, this color is represented as X: 80.24, Y: 77.14, Z: 68.73. The Yxy representation further refines this as Y: 77.14, x: 0.3549, and y: 0.3412.

In the Hunter Lab color space, this color is represented as L: 90.38, a: 11.74, and b: -4.75. Similarly, in the CIE-Lab color space, it is represented as L: 90.38, a: 11.74, and b: -4.75.

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

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

Analogous Colors of #F7DCED

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

Monochromatic Colors of #F7DCED

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

Complementary Color of #F7DCED

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

/* Using HEX */
body {
  background-color: #f7dced;
}
/* Using RGB */
body {
  background-color: rgb(247, 220, 237);
}
/* Using RGB with opacity */
body {
  background-color: rgba(247, 220, 237, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(322, 63%, 92%);
}
/* Text color */
p {
  color: #f7dced;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f7dced;
}

HTML Examples of #F7DCED

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

Related Colors of #F7DCED

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