Color: #FFFCFD

#FFFCFD Color Information

#FFFCFD is a light color. The closest websafe version is #FFFCFD. A complement of this color would be #FAFFFD, perceived brightness is 0.99, and the grayscale version is #FDFDFD.

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

In a RGB color space, #FFFCFD is composed of 100% red, 99% green and 99% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 1% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 97.99, x: 0.3471, and y: 0.3574.

Color Code #FFFCFD

HEX
#FFFCFD
RGB
rgb(255, 252, 253)
HSL
hsl(340, 100%, 99%)
HSV
hsv(340, 100%, 100%)
CMYK
0%, 1%, 1%, 0%
XYZ
X: 95.15, Y: 97.99, Z: 81.00
Lab
L: 99.22, a: 1.16, b: -0.11
Name

Shades of Color #FFFCFD

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

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

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

  • HEX: #FFFCFD
  • RGB: rgb(255, 252, 253)
  • HSL: hsl(340, 100%, 99%)
  • HSV: hsv(340, 100%, 100%)
  • CMYK: 0.00% cyan, 100.00% magenta, 100.00% yellow, 0.00% black
  • XYZ: 95.15, 97.99, 81.00
  • Yxy: 97.99, 0.3471, 0.3574
  • Hunter Lab: 99.22, 1.16, -0.11
  • CIE-Lab: 99.22, 1.16, -0.11

In the XYZ color space, this color is represented as X: 95.15, Y: 97.99, Z: 81.00. The Yxy representation further refines this as Y: 97.99, x: 0.3471, and y: 0.3574.

In the Hunter Lab color space, this color is represented as L: 99.22, a: 1.16, and b: -0.11. Similarly, in the CIE-Lab color space, it is represented as L: 99.22, a: 1.16, and b: -0.11.

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

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

Analogous Colors of #FFFCFD

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

Monochromatic Colors of #FFFCFD

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

Complementary Color of #FFFCFD

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

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

HTML Examples of #FFFCFD

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

Related Colors of #FFFCFD

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