Color: #F28ECC
#F28ECC Color Information
#F28ECC is a light color. The closest websafe version is #F28ECC. A complement of this color would be #8DF2B3, perceived brightness is 0.70, and the grayscale version is #C0C0C0.
In the HSL color space, this color has a hue angle of 323°,a saturation of 79%, and a lightness of 75%.The HSV representation shows a hue of 323°, a saturation of 41%, and a value of 95%.
In a RGB color space, #F28ECC is composed of 95% red, 56% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 41% magenta, 16% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 42.81, x: 0.3915, and y: 0.2901.
Color Code #F28ECC
Shades of Color #F28ECC
Shades are created by darkening the original color #F28ECC 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 #F28ECC
Tints are created by lightening the original color #F28ECC 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 #F28ECC Color Code
In the HSL color space, this color has a hue angle of 323°, a saturation of 79%, and a lightness of 75%. The HSV representation shows a hue of 323°, a saturation of 41%, and a value of 95%.
- HEX: #F28ECC
- RGB: rgb(242, 142, 204)
- HSL: hsl(323, 79%, 75%)
- HSV: hsv(323, 41%, 95%)
- CMYK: 0.00% cyan, 41.00% magenta, 16.00% yellow, 5.00% black
- XYZ: 57.78, 42.81, 46.99
- Yxy: 42.81, 0.3915, 0.2901
- Hunter Lab: 71.42, 44.70, -15.04
- CIE-Lab: 71.42, 44.70, -15.04
In the XYZ color space, this color is represented as X: 57.78, Y: 42.81, Z: 46.99. The Yxy representation further refines this as Y: 42.81, x: 0.3915, and y: 0.2901.
In the Hunter Lab color space, this color is represented as L: 71.42, a: 44.70, and b: -15.04. Similarly, in the CIE-Lab color space, it is represented as L: 71.42, a: 44.70, and b: -15.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 #F28ECC
Triadic colors are three colors evenly spaced around the color wheel, including #F28ECC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F28ECC
Monochromatic colors are variations of #F28ECC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F28ECC
The complementary color of #F28ECC 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 #F28ECC
/* Using HEX */ body { background-color: #f28ecc; }
/* Using RGB */ body { background-color: rgb(242, 142, 204); }
/* Using RGB with opacity */ body { background-color: rgba(242, 142, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(323, 79%, 75%); }
/* Text color */ p { color: #f28ecc; }
/* Box shadow */ div { box-shadow: 4px 4px #f28ecc; }
/* Border color */ .box { border: 4px solid #f28ecc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f28ecc; }
/* Background with text */ div { background: #f28ecc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F28ECC
<!-- Using HEX --> <div style="background-color: #f28ecc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(242, 142, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(242, 142, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(323, 79%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f28ecc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f28ecc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f28ecc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f28ecc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f28ecc; color: #fff; padding: 16px; border-radius: 8px;"> #F28ECC </div>
Related Colors of #F28ECC
These colors are similar to #F28ECC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.