Color: #FAFEFA

#FAFEFA Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 98.12, x: 0.3453, and y: 0.3622.

Color Code #FAFEFA

#FAFEFArgb(250, 254, 250)
HEX
#FAFEFA
RGB
rgb(250, 254, 250)
HSL
hsl(120, 67%, 99%)
HSV
hsv(120, 2%, 100%)
CMYK
2%, 0%, 2%, 0%
XYZ
X: 93.53, Y: 98.12, Z: 79.23
Lab
L: 99.27, a: -1.89, b: 1.43
Name

Shades of Color #FAFEFA

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

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

#FAFEFArgb(250, 254, 250)

About #FAFEFA Color Code

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

  • HEX: #FAFEFA
  • RGB: rgb(250, 254, 250)
  • HSL: hsl(120, 67%, 99%)
  • HSV: hsv(120, 2%, 100%)
  • CMYK: 2.00% cyan, 0.00% magenta, 2.00% yellow, 0.00% black
  • XYZ: 93.53, 98.12, 79.23
  • Yxy: 98.12, 0.3453, 0.3622
  • Hunter Lab: 99.27, -1.89, 1.43
  • CIE-Lab: 99.27, -1.89, 1.43

In the XYZ color space, this color is represented as X: 93.53, Y: 98.12, Z: 79.23. The Yxy representation further refines this as Y: 98.12, x: 0.3453, and y: 0.3622.

In the Hunter Lab color space, this color is represented as L: 99.27, a: -1.89, and b: 1.43. Similarly, in the CIE-Lab color space, it is represented as L: 99.27, a: -1.89, and b: 1.43.

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

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

Analogous Colors of #FAFEFA

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

Split Complementary Colors of #FAFEFA

Split complementary colors are two colors adjacent to the complementary color of #FAFEFA. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FAFEFA

Tetradic colors form a rectangle on the color wheel, including #FAFEFA. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FAFEFA

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

Complementary Color of #FAFEFA

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

/* Using HEX */
body {
  background-color: #fafefa;
}
/* Using RGB */
body {
  background-color: rgb(250, 254, 250);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 254, 250, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(120, 67%, 99%);
}
/* Text color */
p {
  color: #fafefa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fafefa;
}
/* Border color */
.box {
  border: 4px solid #fafefa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fafefa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fafefa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FAFEFA
On Black Background
#FAFEFA
On White Background
#FAFEFA

HTML Examples of #FAFEFA

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

Related Colors of #FAFEFA

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