Color: #FEBEFC

#FEBEFC Color Information

#FEBEFC is a light color. The closest websafe version is #FEBEFC. A complement of this color would be #BEFEC0, perceived brightness is 0.85, and the grayscale version is #DEDEDE.

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

In a RGB color space, #FEBEFC is composed of 100% red, 75% green and 99% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 1% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 64.87, x: 0.3535, and y: 0.2979.

Color Code #FEBEFC

#FEBEFCrgb(254, 190, 252)
HEX
#FEBEFC
RGB
rgb(254, 190, 252)
HSL
hsl(302, 97%, 87%)
HSV
hsv(302, 25%, 100%)
CMYK
0%, 25%, 1%, 0%
XYZ
X: 76.98, Y: 64.87, Z: 75.90
Lab
L: 84.41, a: 31.01, b: -21.37
Name

Shades of Color #FEBEFC

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

Tints are created by lightening the original color #FEBEFC 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.

#FEBEFCrgb(254, 190, 252)

About #FEBEFC Color Code

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

  • HEX: #FEBEFC
  • RGB: rgb(254, 190, 252)
  • HSL: hsl(302, 97%, 87%)
  • HSV: hsv(302, 25%, 100%)
  • CMYK: 0.00% cyan, 25.00% magenta, 100.00% yellow, 0.00% black
  • XYZ: 76.98, 64.87, 75.90
  • Yxy: 64.87, 0.3535, 0.2979
  • Hunter Lab: 84.41, 31.01, -21.37
  • CIE-Lab: 84.41, 31.01, -21.37

In the XYZ color space, this color is represented as X: 76.98, Y: 64.87, Z: 75.90. The Yxy representation further refines this as Y: 64.87, x: 0.3535, and y: 0.2979.

In the Hunter Lab color space, this color is represented as L: 84.41, a: 31.01, and b: -21.37. Similarly, in the CIE-Lab color space, it is represented as L: 84.41, a: 31.01, and b: -21.37.

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

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

Analogous Colors of #FEBEFC

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

Split Complementary Colors of #FEBEFC

Split complementary colors are two colors adjacent to the complementary color of #FEBEFC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FEBEFC

Tetradic colors form a rectangle on the color wheel, including #FEBEFC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FEBEFC

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

Complementary Color of #FEBEFC

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

/* Using HEX */
body {
  background-color: #febefc;
}
/* Using RGB */
body {
  background-color: rgb(254, 190, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 190, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(302, 97%, 87%);
}
/* Text color */
p {
  color: #febefc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #febefc;
}
/* Border color */
.box {
  border: 4px solid #febefc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #febefc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #febefc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FEBEFC
On Black Background
#FEBEFC
On White Background
#FEBEFC

HTML Examples of #FEBEFC

<!-- Using HEX -->
<div style="background-color: #febefc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(254, 190, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(254, 190, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(302, 97%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #febefc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #febefc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #febefc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #febefc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #febefc; color: #fff; padding: 16px; border-radius: 8px;">
  #FEBEFC
</div>
#FEBEFC
On Black Background
#FEBEFC
On White Background
#FEBEFC

Related Colors of #FEBEFC

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