Color: #FEFBFC

#FEFBFC Color Information

#FEFBFC is a light color. The closest websafe version is #FEFBFC. A complement of this color would be #FBFEFD, perceived brightness is 0.99, and the grayscale version is #FCFCFC.

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

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

In the Yxy color space, this color is represented as Y: 97.11, x: 0.3471, and y: 0.3575.

Color Code #FEFBFC

HEX
#FEFBFC
RGB
rgb(254, 251, 252)
HSL
hsl(340, 60%, 99%)
HSV
hsv(340, 100%, 100%)
CMYK
0%, 1%, 1%, 0%
XYZ
X: 94.29, Y: 97.11, Z: 80.27
Lab
L: 98.87, a: 1.16, b: -0.11
Name

Shades of Color #FEFBFC

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

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

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

  • HEX: #FEFBFC
  • RGB: rgb(254, 251, 252)
  • HSL: hsl(340, 60%, 99%)
  • HSV: hsv(340, 100%, 100%)
  • CMYK: 0.00% cyan, 100.00% magenta, 100.00% yellow, 0.00% black
  • XYZ: 94.29, 97.11, 80.27
  • Yxy: 97.11, 0.3471, 0.3575
  • Hunter Lab: 98.87, 1.16, -0.11
  • CIE-Lab: 98.87, 1.16, -0.11

In the XYZ color space, this color is represented as X: 94.29, Y: 97.11, Z: 80.27. The Yxy representation further refines this as Y: 97.11, x: 0.3471, and y: 0.3575.

In the Hunter Lab color space, this color is represented as L: 98.87, a: 1.16, and b: -0.11. Similarly, in the CIE-Lab color space, it is represented as L: 98.87, a: 1.16, and b: -0.11.

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

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

Analogous Colors of #FEFBFC

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

Monochromatic Colors of #FEFBFC

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

Complementary Color of #FEFBFC

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

/* Using HEX */
body {
  background-color: #fefbfc;
}
/* Using RGB */
body {
  background-color: rgb(254, 251, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 251, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(340, 60%, 99%);
}
/* Text color */
p {
  color: #fefbfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fefbfc;
}

HTML Examples of #FEFBFC

<!-- Using HEX -->
<div style="background-color: #fefbfc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(254, 251, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(254, 251, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(340, 60%, 99%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fefbfc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fefbfc; width: 100px; height: 100px;"></div>

Related Colors of #FEFBFC

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