Color: #F3CDFC
#F3CDFC Color Information
#F3CDFC is a light color. The closest websafe version is #F3CDFC. A complement of this color would be #D7FCCF, perceived brightness is 0.87, and the grayscale version is #E5E5E5.
In the HSL color space, this color has a hue angle of 289°,a saturation of 89%, and a lightness of 90%.The HSV representation shows a hue of 289°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F3CDFC is composed of 95% red, 80% green and 99% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 19% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 69.61, x: 0.3434, and y: 0.3124.
Color Code #F3CDFC
Shades of Color #F3CDFC
Shades are created by darkening the original color #F3CDFC 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 #F3CDFC
Tints are created by lightening the original color #F3CDFC 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 #F3CDFC Color Code
In the HSL color space, this color has a hue angle of 289°, a saturation of 89%, and a lightness of 90%. The HSV representation shows a hue of 289°, a saturation of 19%, and a value of 99%.
- HEX: #F3CDFC
- RGB: rgb(243, 205, 252)
- HSL: hsl(289, 89%, 90%)
- HSV: hsv(289, 19%, 99%)
- CMYK: 4.00% cyan, 19.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 76.52, 69.61, 76.70
- Yxy: 69.61, 0.3434, 0.3124
- Hunter Lab: 86.80, 19.79, -17.93
- CIE-Lab: 86.80, 19.79, -17.93
In the XYZ color space, this color is represented as X: 76.52, Y: 69.61, Z: 76.70. The Yxy representation further refines this as Y: 69.61, x: 0.3434, and y: 0.3124.
In the Hunter Lab color space, this color is represented as L: 86.80, a: 19.79, and b: -17.93. Similarly, in the CIE-Lab color space, it is represented as L: 86.80, a: 19.79, and b: -17.93.
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 #F3CDFC
Triadic colors are three colors evenly spaced around the color wheel, including #F3CDFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F3CDFC
Monochromatic colors are variations of #F3CDFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F3CDFC
The complementary color of #F3CDFC 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 #F3CDFC
/* Using HEX */ body { background-color: #f3cdfc; }
/* Using RGB */ body { background-color: rgb(243, 205, 252); }
/* Using RGB with opacity */ body { background-color: rgba(243, 205, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(289, 89%, 90%); }
/* Text color */ p { color: #f3cdfc; }
/* Box shadow */ div { box-shadow: 4px 4px #f3cdfc; }
HTML Examples of #F3CDFC
<!-- Using HEX --> <div style="background-color: #f3cdfc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(243, 205, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(243, 205, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(289, 89%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f3cdfc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f3cdfc; width: 100px; height: 100px;"></div>
Related Colors of #F3CDFC
These colors are similar to #F3CDFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.