Color: #FCADDC
#FCADDC Color Information
#FCADDC is a light color. The closest websafe version is #FCADDC. A complement of this color would be #ABFCCC, perceived brightness is 0.79, and the grayscale version is #D5D5D5.
In the HSL color space, this color has a hue angle of 324°,a saturation of 93%, and a lightness of 83%.The HSV representation shows a hue of 324°, a saturation of 31%, and a value of 99%.
In a RGB color space, #FCADDC is composed of 99% red, 68% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 13% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 55.96, x: 0.3794, and y: 0.3087.
Color Code #FCADDC
Shades of Color #FCADDC
Shades are created by darkening the original color #FCADDC 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 #FCADDC
Tints are created by lightening the original color #FCADDC 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 #FCADDC Color Code
In the HSL color space, this color has a hue angle of 324°, a saturation of 93%, and a lightness of 83%. The HSV representation shows a hue of 324°, a saturation of 31%, and a value of 99%.
- HEX: #FCADDC
- RGB: rgb(252, 173, 220)
- HSL: hsl(324, 93%, 83%)
- HSV: hsv(324, 31%, 99%)
- CMYK: 0.00% cyan, 31.00% magenta, 13.00% yellow, 100.00% black
- XYZ: 68.78, 55.96, 56.53
- Yxy: 55.96, 0.3794, 0.3087
- Hunter Lab: 79.59, 34.73, -11.50
- CIE-Lab: 79.59, 34.73, -11.50
In the XYZ color space, this color is represented as X: 68.78, Y: 55.96, Z: 56.53. The Yxy representation further refines this as Y: 55.96, x: 0.3794, and y: 0.3087.
In the Hunter Lab color space, this color is represented as L: 79.59, a: 34.73, and b: -11.50. Similarly, in the CIE-Lab color space, it is represented as L: 79.59, a: 34.73, and b: -11.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 #FCADDC
Triadic colors are three colors evenly spaced around the color wheel, including #FCADDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FCADDC
Split complementary colors are two colors adjacent to the complementary color of #FCADDC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FCADDC
Monochromatic colors are variations of #FCADDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FCADDC
The complementary color of #FCADDC 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 #FCADDC
/* Using HEX */ body { background-color: #fcaddc; }
/* Using RGB */ body { background-color: rgb(252, 173, 220); }
/* Using RGB with opacity */ body { background-color: rgba(252, 173, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(324, 93%, 83%); }
/* Text color */ p { color: #fcaddc; }
/* Box shadow */ div { box-shadow: 4px 4px #fcaddc; }
/* Border color */ .box { border: 4px solid #fcaddc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fcaddc; }
/* Background with text */ div { background: #fcaddc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FCADDC
<!-- Using HEX --> <div style="background-color: #fcaddc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(252, 173, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(252, 173, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(324, 93%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fcaddc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fcaddc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fcaddc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fcaddc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fcaddc; color: #fff; padding: 16px; border-radius: 8px;"> #FCADDC </div>
Related Colors of #FCADDC
These colors are similar to #FCADDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.