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