Color: #F8ABCC
#F8ABCC Color Information
#F8ABCC is a light color. The closest websafe version is #F8ABCC. A complement of this color would be #AAF8D6, perceived brightness is 0.78, and the grayscale version is #D1D1D1.
In the HSL color space, this color has a hue angle of 334°,a saturation of 85%, and a lightness of 82%.The HSV representation shows a hue of 334°, a saturation of 31%, and a value of 97%.
In a RGB color space, #F8ABCC is composed of 97% red, 67% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 18% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 53.74, x: 0.3898, and y: 0.3211.
Color Code #F8ABCC
Shades of Color #F8ABCC
Shades are created by darkening the original color #F8ABCC 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 #F8ABCC
Tints are created by lightening the original color #F8ABCC 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 #F8ABCC Color Code
In the HSL color space, this color has a hue angle of 334°, a saturation of 85%, and a lightness of 82%. The HSV representation shows a hue of 334°, a saturation of 31%, and a value of 97%.
- HEX: #F8ABCC
- RGB: rgb(248, 171, 204)
- HSL: hsl(334, 85%, 82%)
- HSV: hsv(334, 31%, 97%)
- CMYK: 0.00% cyan, 31.00% magenta, 18.00% yellow, 3.00% black
- XYZ: 65.25, 53.74, 48.39
- Yxy: 53.74, 0.3898, 0.3211
- Hunter Lab: 78.31, 32.47, -4.79
- CIE-Lab: 78.31, 32.47, -4.79
In the XYZ color space, this color is represented as X: 65.25, Y: 53.74, Z: 48.39. The Yxy representation further refines this as Y: 53.74, x: 0.3898, and y: 0.3211.
In the Hunter Lab color space, this color is represented as L: 78.31, a: 32.47, and b: -4.79. Similarly, in the CIE-Lab color space, it is represented as L: 78.31, a: 32.47, and b: -4.79.
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 #F8ABCC
Triadic colors are three colors evenly spaced around the color wheel, including #F8ABCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F8ABCC
Monochromatic colors are variations of #F8ABCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F8ABCC
The complementary color of #F8ABCC 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 #F8ABCC
/* Using HEX */ body { background-color: #f8abcc; }
/* Using RGB */ body { background-color: rgb(248, 171, 204); }
/* Using RGB with opacity */ body { background-color: rgba(248, 171, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(334, 85%, 82%); }
/* Text color */ p { color: #f8abcc; }
/* Box shadow */ div { box-shadow: 4px 4px #f8abcc; }
/* Border color */ .box { border: 4px solid #f8abcc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f8abcc; }
/* Background with text */ div { background: #f8abcc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F8ABCC
<!-- Using HEX --> <div style="background-color: #f8abcc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(248, 171, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(248, 171, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(334, 85%, 82%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f8abcc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f8abcc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f8abcc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f8abcc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f8abcc; color: #fff; padding: 16px; border-radius: 8px;"> #F8ABCC </div>
Related Colors of #F8ABCC
These colors are similar to #F8ABCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.