Color: #F78DBC

#F78DBC Color Information

#F78DBC is a light color. The closest websafe version is #F78DBC. A complement of this color would be #8DF7C7, perceived brightness is 0.70, and the grayscale version is #C2C2C2.

In the HSL color space, this color has a hue angle of 333°,a saturation of 87%, and a lightness of 76%.The HSV representation shows a hue of 333°, a saturation of 100%, and a value of 100%.

In a RGB color space, #F78DBC is composed of 97% red, 55% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 43% magenta, 24% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 42.84, x: 0.4124, and y: 0.3046.

Color Code #F78DBC

HEX
#F78DBC
RGB
rgb(247, 141, 188)
HSL
hsl(333, 87%, 76%)
HSV
hsv(333, 43%, 97%)
CMYK
0%, 43%, 24%, 3%
XYZ
X: 58.01, Y: 42.84, Z: 39.80
Lab
L: 71.45, a: 45.18, b: -6.07
Name

Shades of Color #F78DBC

Shades are created by darkening the original color #F78DBC 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 #F78DBC

Tints are created by lightening the original color #F78DBC 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 #F78DBC Color Code

In the HSL color space, this color has a hue angle of 333°, a saturation of 87%, and a lightness of 76%. The HSV representation shows a hue of 333°, a saturation of 43%, and a value of 97%.

  • HEX: #F78DBC
  • RGB: rgb(247, 141, 188)
  • HSL: hsl(333, 87%, 76%)
  • HSV: hsv(333, 43%, 97%)
  • CMYK: 0.00% cyan, 43.00% magenta, 24.00% yellow, 3.00% black
  • XYZ: 58.01, 42.84, 39.80
  • Yxy: 42.84, 0.4124, 0.3046
  • Hunter Lab: 71.45, 45.18, -6.07
  • CIE-Lab: 71.45, 45.18, -6.07

In the XYZ color space, this color is represented as X: 58.01, Y: 42.84, Z: 39.80. The Yxy representation further refines this as Y: 42.84, x: 0.4124, and y: 0.3046.

In the Hunter Lab color space, this color is represented as L: 71.45, a: 45.18, and b: -6.07. Similarly, in the CIE-Lab color space, it is represented as L: 71.45, a: 45.18, and b: -6.07.

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 #F78DBC

Triadic colors are three colors evenly spaced around the color wheel, including #F78DBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #F78DBC

Analogous colors are adjacent to #F78DBC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #F78DBC

Monochromatic colors are variations of #F78DBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #F78DBC

The complementary color of #F78DBC 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 #F78DBC

/* Using HEX */
body {
  background-color: #f78dbc;
}
/* Using RGB */
body {
  background-color: rgb(247, 141, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(247, 141, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(333, 87%, 76%);
}
/* Text color */
p {
  color: #f78dbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f78dbc;
}

HTML Examples of #F78DBC

<!-- Using HEX -->
<div style="background-color: #f78dbc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(247, 141, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(247, 141, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(333, 87%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f78dbc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f78dbc; width: 100px; height: 100px;"></div>

Related Colors of #F78DBC

These colors are similar to #F78DBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.