Color: #FAFAD2
#FAFAD2 Color Information
#FAFAD2 is a light color. The closest websafe version is #FAFAD2. A complement of this color would be #D1D1FA, perceived brightness is 0.96, and the grayscale version is #E6E6E6.
In the HSL color space, this color has a hue angle of 60°,a saturation of 80%, and a lightness of 90%.The HSV representation shows a hue of 60°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FAFAD2 is composed of 98% red, 98% green and 82% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 16% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 93.71, x: 0.3685, and y: 0.3936.
Color Code #FAFAD2
Shades of Color #FAFAD2
Shades are created by darkening the original color #FAFAD2 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 #FAFAD2
Tints are created by lightening the original color #FAFAD2 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 #FAFAD2 Color Code
In the HSL color space, this color has a hue angle of 60°, a saturation of 80%, and a lightness of 90%. The HSV representation shows a hue of 60°, a saturation of 16%, and a value of 98%.
- HEX: #FAFAD2
- RGB: rgb(250, 250, 210)
- HSL: hsl(60, 80%, 90%)
- HSV: hsv(60, 16%, 98%)
- CMYK: 0.00% cyan, 0.00% magenta, 16.00% yellow, 2.00% black
- XYZ: 87.72, 93.71, 56.64
- Yxy: 93.71, 0.3685, 0.3936
- Hunter Lab: 97.51, -4.81, 19.29
- CIE-Lab: 97.51, -4.81, 19.29
In the XYZ color space, this color is represented as X: 87.72, Y: 93.71, Z: 56.64. The Yxy representation further refines this as Y: 93.71, x: 0.3685, and y: 0.3936.
In the Hunter Lab color space, this color is represented as L: 97.51, a: -4.81, and b: 19.29. Similarly, in the CIE-Lab color space, it is represented as L: 97.51, a: -4.81, and b: 19.29.
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 #FAFAD2
Triadic colors are three colors evenly spaced around the color wheel, including #FAFAD2. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FAFAD2
Monochromatic colors are variations of #FAFAD2, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FAFAD2
The complementary color of #FAFAD2 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 #FAFAD2
/* Using HEX */ body { background-color: #fafad2; }
/* Using RGB */ body { background-color: rgb(250, 250, 210); }
/* Using RGB with opacity */ body { background-color: rgba(250, 250, 210, 0.5); }
/* Using HSL */ body { background-color: hsl(60, 80%, 90%); }
/* Text color */ p { color: #fafad2; }
/* Box shadow */ div { box-shadow: 4px 4px #fafad2; }
HTML Examples of #FAFAD2
<!-- Using HEX --> <div style="background-color: #fafad2; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(250, 250, 210); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(250, 250, 210, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(60, 80%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fafad2;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fafad2; width: 100px; height: 100px;"></div>
Related Colors of #FAFAD2
These colors are similar to #FAFAD2, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.