Color: #F6BAFC
#F6BAFC Color Information
#F6BAFC is a light color. The closest websafe version is #F6BAFC. A complement of this color would be #C0FCBA, perceived brightness is 0.83, and the grayscale version is #DBDBDB.
In the HSL color space, this color has a hue angle of 295°,a saturation of 92%, and a lightness of 86%.The HSV representation shows a hue of 295°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F6BAFC is composed of 96% red, 73% green and 99% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 26% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 61.61, x: 0.3474, and y: 0.2931.
Color Code #F6BAFC
Shades of Color #F6BAFC
Shades are created by darkening the original color #F6BAFC 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 #F6BAFC
Tints are created by lightening the original color #F6BAFC 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 #F6BAFC Color Code
In the HSL color space, this color has a hue angle of 295°, a saturation of 92%, and a lightness of 86%. The HSV representation shows a hue of 295°, a saturation of 26%, and a value of 99%.
- HEX: #F6BAFC
- RGB: rgb(246, 186, 252)
- HSL: hsl(295, 92%, 86%)
- HSV: hsv(295, 26%, 99%)
- CMYK: 2.00% cyan, 26.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 73.02, 61.61, 75.57
- Yxy: 61.61, 0.3474, 0.2931
- Hunter Lab: 82.70, 30.31, -24.04
- CIE-Lab: 82.70, 30.31, -24.04
In the XYZ color space, this color is represented as X: 73.02, Y: 61.61, Z: 75.57. The Yxy representation further refines this as Y: 61.61, x: 0.3474, and y: 0.2931.
In the Hunter Lab color space, this color is represented as L: 82.70, a: 30.31, and b: -24.04. Similarly, in the CIE-Lab color space, it is represented as L: 82.70, a: 30.31, and b: -24.04.
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 #F6BAFC
Triadic colors are three colors evenly spaced around the color wheel, including #F6BAFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F6BAFC
Monochromatic colors are variations of #F6BAFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F6BAFC
The complementary color of #F6BAFC 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 #F6BAFC
/* Using HEX */ body { background-color: #f6bafc; }
/* Using RGB */ body { background-color: rgb(246, 186, 252); }
/* Using RGB with opacity */ body { background-color: rgba(246, 186, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(295, 92%, 86%); }
/* Text color */ p { color: #f6bafc; }
/* Box shadow */ div { box-shadow: 4px 4px #f6bafc; }
HTML Examples of #F6BAFC
<!-- Using HEX --> <div style="background-color: #f6bafc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(246, 186, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(246, 186, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(295, 92%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f6bafc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f6bafc; width: 100px; height: 100px;"></div>
Related Colors of #F6BAFC
These colors are similar to #F6BAFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.