Color: #FFFAFC

#FFFAFC Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 96.68, x: 0.3479, and y: 0.3565.

Color Code #FFFAFC

HEX
#FFFAFC
RGB
rgb(255, 250, 252)
HSL
hsl(336, 100%, 99%)
HSV
hsv(336, 2%, 100%)
CMYK
0%, 2%, 1%, 0%
XYZ
X: 94.35, Y: 96.68, Z: 80.20
Lab
L: 98.70, a: 1.98, b: -0.34
Name

Shades of Color #FFFAFC

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

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

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

  • HEX: #FFFAFC
  • RGB: rgb(255, 250, 252)
  • HSL: hsl(336, 100%, 99%)
  • HSV: hsv(336, 2%, 100%)
  • CMYK: 0.00% cyan, 2.00% magenta, 100.00% yellow, 0.00% black
  • XYZ: 94.35, 96.68, 80.20
  • Yxy: 96.68, 0.3479, 0.3565
  • Hunter Lab: 98.70, 1.98, -0.34
  • CIE-Lab: 98.70, 1.98, -0.34

In the XYZ color space, this color is represented as X: 94.35, Y: 96.68, Z: 80.20. The Yxy representation further refines this as Y: 96.68, x: 0.3479, and y: 0.3565.

In the Hunter Lab color space, this color is represented as L: 98.70, a: 1.98, and b: -0.34. Similarly, in the CIE-Lab color space, it is represented as L: 98.70, a: 1.98, and b: -0.34.

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

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

Analogous Colors of #FFFAFC

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

Monochromatic Colors of #FFFAFC

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

Complementary Color of #FFFAFC

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

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

HTML Examples of #FFFAFC

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

Related Colors of #FFFAFC

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