Color: #F3B4CC
#F3B4CC Color Information
#F3B4CC is a light color. The closest websafe version is #F3B4CC. A complement of this color would be #B4F3DB, perceived brightness is 0.79, and the grayscale version is #D3D3D3.
In the HSL color space, this color has a hue angle of 337°,a saturation of 72%, and a lightness of 83%.The HSV representation shows a hue of 337°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F3B4CC is composed of 95% red, 71% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 16% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 56.32, x: 0.3832, and y: 0.3305.
Color Code #F3B4CC
Shades of Color #F3B4CC
Shades are created by darkening the original color #F3B4CC 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 #F3B4CC
Tints are created by lightening the original color #F3B4CC 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 #F3B4CC Color Code
In the HSL color space, this color has a hue angle of 337°, a saturation of 72%, and a lightness of 83%. The HSV representation shows a hue of 337°, a saturation of 26%, and a value of 95%.
- HEX: #F3B4CC
- RGB: rgb(243, 180, 204)
- HSL: hsl(337, 72%, 83%)
- HSV: hsv(337, 26%, 95%)
- CMYK: 0.00% cyan, 26.00% magenta, 16.00% yellow, 5.00% black
- XYZ: 65.30, 56.32, 48.80
- Yxy: 56.32, 0.3832, 0.3305
- Hunter Lab: 79.80, 26.17, -2.71
- CIE-Lab: 79.80, 26.17, -2.71
In the XYZ color space, this color is represented as X: 65.30, Y: 56.32, Z: 48.80. The Yxy representation further refines this as Y: 56.32, x: 0.3832, and y: 0.3305.
In the Hunter Lab color space, this color is represented as L: 79.80, a: 26.17, and b: -2.71. Similarly, in the CIE-Lab color space, it is represented as L: 79.80, a: 26.17, and b: -2.71.
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 #F3B4CC
Triadic colors are three colors evenly spaced around the color wheel, including #F3B4CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F3B4CC
Monochromatic colors are variations of #F3B4CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F3B4CC
The complementary color of #F3B4CC 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 #F3B4CC
/* Using HEX */ body { background-color: #f3b4cc; }
/* Using RGB */ body { background-color: rgb(243, 180, 204); }
/* Using RGB with opacity */ body { background-color: rgba(243, 180, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(337, 72%, 83%); }
/* Text color */ p { color: #f3b4cc; }
/* Box shadow */ div { box-shadow: 4px 4px #f3b4cc; }
HTML Examples of #F3B4CC
<!-- Using HEX --> <div style="background-color: #f3b4cc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(243, 180, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(243, 180, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(337, 72%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f3b4cc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f3b4cc; width: 100px; height: 100px;"></div>
Related Colors of #F3B4CC
These colors are similar to #F3B4CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.