Color: #F0ADEC
#F0ADEC Color Information
#F0ADEC is a light color. The closest websafe version is #F0ADEC. A complement of this color would be #ADF0B2, perceived brightness is 0.79, and the grayscale version is #CFCFCF.
In the HSL color space, this color has a hue angle of 304°,a saturation of 69%, and a lightness of 81%.The HSV representation shows a hue of 304°, a saturation of 28%, and a value of 94%.
In a RGB color space, #F0ADEC is composed of 94% red, 68% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 2% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 54.43, x: 0.3559, and y: 0.2931.
Color Code #F0ADEC
Shades of Color #F0ADEC
Shades are created by darkening the original color #F0ADEC 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 #F0ADEC
Tints are created by lightening the original color #F0ADEC 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 #F0ADEC Color Code
In the HSL color space, this color has a hue angle of 304°, a saturation of 69%, and a lightness of 81%. The HSV representation shows a hue of 304°, a saturation of 28%, and a value of 94%.
- HEX: #F0ADEC
- RGB: rgb(240, 173, 236)
- HSL: hsl(304, 69%, 81%)
- HSV: hsv(304, 28%, 94%)
- CMYK: 0.00% cyan, 28.00% magenta, 2.00% yellow, 6.00% black
- XYZ: 66.09, 54.43, 65.18
- Yxy: 54.43, 0.3559, 0.2931
- Hunter Lab: 78.71, 32.61, -21.58
- CIE-Lab: 78.71, 32.61, -21.58
In the XYZ color space, this color is represented as X: 66.09, Y: 54.43, Z: 65.18. The Yxy representation further refines this as Y: 54.43, x: 0.3559, and y: 0.2931.
In the Hunter Lab color space, this color is represented as L: 78.71, a: 32.61, and b: -21.58. Similarly, in the CIE-Lab color space, it is represented as L: 78.71, a: 32.61, and b: -21.58.
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 #F0ADEC
Triadic colors are three colors evenly spaced around the color wheel, including #F0ADEC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F0ADEC
Monochromatic colors are variations of #F0ADEC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F0ADEC
The complementary color of #F0ADEC 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 #F0ADEC
/* Using HEX */ body { background-color: #f0adec; }
/* Using RGB */ body { background-color: rgb(240, 173, 236); }
/* Using RGB with opacity */ body { background-color: rgba(240, 173, 236, 0.5); }
/* Using HSL */ body { background-color: hsl(304, 69%, 81%); }
/* Text color */ p { color: #f0adec; }
/* Box shadow */ div { box-shadow: 4px 4px #f0adec; }
/* Border color */ .box { border: 4px solid #f0adec; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f0adec; }
/* Background with text */ div { background: #f0adec; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F0ADEC
<!-- Using HEX --> <div style="background-color: #f0adec; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(240, 173, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(240, 173, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(304, 69%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f0adec;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f0adec; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f0adec; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f0adec;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f0adec; color: #fff; padding: 16px; border-radius: 8px;"> #F0ADEC </div>
Related Colors of #F0ADEC
These colors are similar to #F0ADEC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.