Color: #F5FBCC

#F5FBCC Color Information

#F5FBCC is a light color. The closest websafe version is #F5FBCC. A complement of this color would be #D1CBFB, perceived brightness is 0.96, and the grayscale version is #E3E3E3.

In the HSL color space, this color has a hue angle of 68°,a saturation of 85%, and a lightness of 89%.The HSV representation shows a hue of 68°, a saturation of 19%, and a value of 98%.

In a RGB color space, #F5FBCC is composed of 96% red, 98% green and 80% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 0% magenta, 19% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 93.13, x: 0.3682, and y: 0.4006.

Color Code #F5FBCC

#F5FBCCrgb(245, 251, 204)
HEX
#F5FBCC
RGB
rgb(245, 251, 204)
HSL
hsl(68, 85%, 89%)
HSV
hsv(68, 19%, 98%)
CMYK
2%, 0%, 19%, 2%
XYZ
X: 85.60, Y: 93.13, Z: 53.76
Lab
L: 97.28, a: -7.73, b: 21.93
Name

Shades of Color #F5FBCC

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

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

#F5FBCCrgb(245, 251, 204)

About #F5FBCC Color Code

In the HSL color space, this color has a hue angle of 68°, a saturation of 85%, and a lightness of 89%. The HSV representation shows a hue of 68°, a saturation of 19%, and a value of 98%.

  • HEX: #F5FBCC
  • RGB: rgb(245, 251, 204)
  • HSL: hsl(68, 85%, 89%)
  • HSV: hsv(68, 19%, 98%)
  • CMYK: 2.00% cyan, 0.00% magenta, 19.00% yellow, 2.00% black
  • XYZ: 85.60, 93.13, 53.76
  • Yxy: 93.13, 0.3682, 0.4006
  • Hunter Lab: 97.28, -7.73, 21.93
  • CIE-Lab: 97.28, -7.73, 21.93

In the XYZ color space, this color is represented as X: 85.60, Y: 93.13, Z: 53.76. The Yxy representation further refines this as Y: 93.13, x: 0.3682, and y: 0.4006.

In the Hunter Lab color space, this color is represented as L: 97.28, a: -7.73, and b: 21.93. Similarly, in the CIE-Lab color space, it is represented as L: 97.28, a: -7.73, and b: 21.93.

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

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

Analogous Colors of #F5FBCC

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

Split Complementary Colors of #F5FBCC

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

Tetradic Colors of #F5FBCC

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

Monochromatic Colors of #F5FBCC

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

Complementary Color of #F5FBCC

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

/* Using HEX */
body {
  background-color: #f5fbcc;
}
/* Using RGB */
body {
  background-color: rgb(245, 251, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(245, 251, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(68, 85%, 89%);
}
/* Text color */
p {
  color: #f5fbcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f5fbcc;
}
/* Border color */
.box {
  border: 4px solid #f5fbcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f5fbcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f5fbcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F5FBCC
On Black Background
#F5FBCC
On White Background
#F5FBCC

HTML Examples of #F5FBCC

<!-- Using HEX -->
<div style="background-color: #f5fbcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(245, 251, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(245, 251, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(68, 85%, 89%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f5fbcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f5fbcc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f5fbcc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f5fbcc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f5fbcc; color: #fff; padding: 16px; border-radius: 8px;">
  #F5FBCC
</div>
#F5FBCC
On Black Background
#F5FBCC
On White Background
#F5FBCC

Related Colors of #F5FBCC

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