Color: #F0FDDC

#F0FDDC Color Information

#F0FDDC is a light color. The closest websafe version is #F0FDDC. A complement of this color would be #EADDFD, perceived brightness is 0.96, and the grayscale version is #ECECEC.

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

In a RGB color space, #F0FDDC is composed of 94% red, 99% green and 86% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 0% magenta, 13% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 94.14, x: 0.3555, and y: 0.3889.

Color Code #F0FDDC

#F0FDDCrgb(240, 253, 220)
HEX
#F0FDDC
RGB
rgb(240, 253, 220)
HSL
hsl(84, 89%, 93%)
HSV
hsv(84, 13%, 99%)
CMYK
5%, 0%, 13%, 1%
XYZ
X: 86.06, Y: 94.14, Z: 61.87
Lab
L: 97.69, a: -8.63, b: 14.33
Name

Shades of Color #F0FDDC

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

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

#F0FDDCrgb(240, 253, 220)

About #F0FDDC Color Code

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

  • HEX: #F0FDDC
  • RGB: rgb(240, 253, 220)
  • HSL: hsl(84, 89%, 93%)
  • HSV: hsv(84, 13%, 99%)
  • CMYK: 5.00% cyan, 0.00% magenta, 13.00% yellow, 100.00% black
  • XYZ: 86.06, 94.14, 61.87
  • Yxy: 94.14, 0.3555, 0.3889
  • Hunter Lab: 97.69, -8.63, 14.33
  • CIE-Lab: 97.69, -8.63, 14.33

In the XYZ color space, this color is represented as X: 86.06, Y: 94.14, Z: 61.87. The Yxy representation further refines this as Y: 94.14, x: 0.3555, and y: 0.3889.

In the Hunter Lab color space, this color is represented as L: 97.69, a: -8.63, and b: 14.33. Similarly, in the CIE-Lab color space, it is represented as L: 97.69, a: -8.63, and b: 14.33.

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

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

Analogous Colors of #F0FDDC

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

Monochromatic Colors of #F0FDDC

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

Complementary Color of #F0FDDC

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

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

HTML Examples of #F0FDDC

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

Related Colors of #F0FDDC

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