Color Hex Logo

#f9fbdd Color Hex

#F9FBDD
(249,251,221)
0 Favorites   0 Comments

Color spaces of #f9fbdd

RGB 249251221
HSL0.180.790.93
HSV64°12°98°
CMYK 0.010.000.12   0.02
XYZ86.615294.354682.0538
Yxy94.35460.32930.3587
Hunter Lab97.1363-10.822317.9115
CIE-Lab97.7747-5.653614.1613

#f9fbdd color RGB value is (249,251,221).

#f9fbdd hex color red value is 249, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f9fbdd hue: 0.18 , saturation: 0.79 and the lightness value of f9fbdd is 0.93.

The process color (four color CMYK) of #f9fbdd color hex is 0.01, 0.00, 0.12, 0.02. Web safe color of #f9fbdd is #ffffcc. Color #f9fbdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111011 11011101
Octal 371 373 335
Decimal 249 251 221
Hex F9 FB DD

RGB Percentages of Color #f9fbdd

%34.54
%34.81
%30.65

CMYK Percentages of Color #f9fbdd

%1
%0
%12
%2

Triadic Colors of #f9fbdd

#f9fbdd #ddf9fb #fbddf9

Analogous Colors of #f9fbdd

#f9fbdd #eafbdd #fbeedd

Monochromatic Colors of #f9fbdd

#f9fbdd

Complementary Color

#f9fbdd #dfddfb

#f9fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fbdd Color CSS Codes

.mybgcolor {background-color:#f9fbdd; } 
.myforecolor {color:#f9fbdd; }
.mybordercolor {border:3px solid #f9fbdd; }

#f9fbdd Text Font Color

<p style="color:#f9fbdd">Text here</p>

This sample text font color is #f9fbdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f9fbdd Background Color

<div style="background-color:#f9fbdd">
Div content here</div>

This div background color is #f9fbdd


#f9fbdd Border Color

<div style="border:3px solid #f9fbdd">
Div here</div>

This div border color is #f9fbdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,251,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9fbdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9fbdd;
  -webkit-box-shadow: 1px 1px 3px 2px #f9fbdd;
  box-shadow:         1px 1px 3px 2px #f9fbdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,251,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f9fbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f9fbdd;
  -webkit-box-shadow: 1px 1px 3px 2px #f9fbdd;
  box-shadow:         1px 1px 3px 2px #f9fbdd;">
Div content here</div>

This div box has shadow with color #f9fbdd


Comments

No comments written yet.

Please login to write comment.