Color: #FFFABC
#FFFABC Color Information
#FFFABC is a light color. The closest websafe version is #FFFABC. A complement of this color would be #BDC1FF, perceived brightness is 0.96, and the grayscale version is #DEDEDE.
In the HSL color space, this color has a hue angle of 56°,a saturation of 99%, and a lightness of 87%.The HSV representation shows a hue of 56°, a saturation of 26%, and a value of 100%.
In a RGB color space, #FFFABC is composed of 100% red, 98% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 26% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 93.83, x: 0.3842, and y: 0.4115.
Color Code #FFFABC
Shades of Color #FFFABC
Shades are created by darkening the original color #FFFABC 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 #FFFABC
Tints are created by lightening the original color #FFFABC 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 #FFFABC Color Code
In the HSL color space, this color has a hue angle of 56°, a saturation of 100%, and a lightness of 87%. The HSV representation shows a hue of 56°, a saturation of 26%, and a value of 100%.
- HEX: #FFFABC
- RGB: rgb(255, 250, 188)
- HSL: hsl(56, 100%, 87%)
- HSV: hsv(56, 26%, 100%)
- CMYK: 0.00% cyan, 2.00% magenta, 26.00% yellow, 0.00% black
- XYZ: 87.61, 93.83, 46.59
- Yxy: 93.83, 0.3842, 0.4115
- Hunter Lab: 97.56, -5.21, 30.50
- CIE-Lab: 97.56, -5.21, 30.50
In the XYZ color space, this color is represented as X: 87.61, Y: 93.83, Z: 46.59. The Yxy representation further refines this as Y: 93.83, x: 0.3842, and y: 0.4115.
In the Hunter Lab color space, this color is represented as L: 97.56, a: -5.21, and b: 30.50. Similarly, in the CIE-Lab color space, it is represented as L: 97.56, a: -5.21, and b: 30.50.
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 #FFFABC
Triadic colors are three colors evenly spaced around the color wheel, including #FFFABC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FFFABC
Split complementary colors are two colors adjacent to the complementary color of #FFFABC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FFFABC
Monochromatic colors are variations of #FFFABC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FFFABC
The complementary color of #FFFABC 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 #FFFABC
/* Using HEX */ body { background-color: #fffabc; }
/* Using RGB */ body { background-color: rgb(255, 250, 188); }
/* Using RGB with opacity */ body { background-color: rgba(255, 250, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(56, 100%, 87%); }
/* Text color */ p { color: #fffabc; }
/* Box shadow */ div { box-shadow: 4px 4px #fffabc; }
/* Border color */ .box { border: 4px solid #fffabc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fffabc; }
/* Background with text */ div { background: #fffabc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FFFABC
<!-- Using HEX --> <div style="background-color: #fffabc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(255, 250, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(255, 250, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(56, 100%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fffabc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fffabc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fffabc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fffabc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fffabc; color: #fff; padding: 16px; border-radius: 8px;"> #FFFABC </div>
Related Colors of #FFFABC
These colors are similar to #FFFABC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.