Color: #F28DDC
#F28DDC Color Information
#F28DDC is a light color. The closest websafe version is #F28DDC. A complement of this color would be #8CF2A2, perceived brightness is 0.71, and the grayscale version is #BFBFBF.
In the HSL color space, this color has a hue angle of 313°,a saturation of 80%, and a lightness of 75%.The HSV representation shows a hue of 313°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F28DDC is composed of 95% red, 55% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 42% magenta, 9% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 43.19, x: 0.3764, and y: 0.2745.
Color Code #F28DDC
Shades of Color #F28DDC
Shades are created by darkening the original color #F28DDC 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 #F28DDC
Tints are created by lightening the original color #F28DDC 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 #F28DDC Color Code
In the HSL color space, this color has a hue angle of 313°, a saturation of 80%, and a lightness of 75%. The HSV representation shows a hue of 313°, a saturation of 42%, and a value of 95%.
- HEX: #F28DDC
- RGB: rgb(242, 141, 220)
- HSL: hsl(313, 80%, 75%)
- HSV: hsv(313, 42%, 95%)
- CMYK: 0.00% cyan, 42.00% magenta, 9.00% yellow, 5.00% black
- XYZ: 59.22, 43.19, 54.94
- Yxy: 43.19, 0.3764, 0.2745
- Hunter Lab: 71.68, 47.06, -23.46
- CIE-Lab: 71.68, 47.06, -23.46
In the XYZ color space, this color is represented as X: 59.22, Y: 43.19, Z: 54.94. The Yxy representation further refines this as Y: 43.19, x: 0.3764, and y: 0.2745.
In the Hunter Lab color space, this color is represented as L: 71.68, a: 47.06, and b: -23.46. Similarly, in the CIE-Lab color space, it is represented as L: 71.68, a: 47.06, and b: -23.46.
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 #F28DDC
Triadic colors are three colors evenly spaced around the color wheel, including #F28DDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F28DDC
Monochromatic colors are variations of #F28DDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F28DDC
The complementary color of #F28DDC 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 #F28DDC
/* Using HEX */ body { background-color: #f28ddc; }
/* Using RGB */ body { background-color: rgb(242, 141, 220); }
/* Using RGB with opacity */ body { background-color: rgba(242, 141, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(313, 80%, 75%); }
/* Text color */ p { color: #f28ddc; }
/* Box shadow */ div { box-shadow: 4px 4px #f28ddc; }
HTML Examples of #F28DDC
<!-- Using HEX --> <div style="background-color: #f28ddc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(242, 141, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(242, 141, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(313, 80%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f28ddc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f28ddc; width: 100px; height: 100px;"></div>
Related Colors of #F28DDC
These colors are similar to #F28DDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.