Color Hex Logo

#f9fafb Color Hex

#F9FAFB
(249,250,251)
1 Favorites   0 Comments

Color spaces of #f9fafb

RGB 249250251
HSL0.580.200.98
HSV210°98°
CMYK 0.010.000.00   0.02
XYZ90.665195.4760104.9169
Yxy95.47600.31150.3280
Hunter Lab97.7118-5.36864.7363
CIE-Lab98.2237-0.1483-0.6042

#f9fafb color RGB value is (249,250,251).

#f9fafb hex color red value is 249, green value is 250 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f9fafb hue: 0.58 , saturation: 0.20 and the lightness value of f9fafb is 0.98.

The process color (four color CMYK) of #f9fafb color hex is 0.01, 0.00, 0.00, 0.02. Web safe color of #f9fafb is #ffffff. Color #f9fafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111010 11111011
Octal 371 372 373
Decimal 249 250 251
Hex F9 FA FB

RGB Percentages of Color #f9fafb

%33.20
%33.33
%33.47

CMYK Percentages of Color #f9fafb

%1
%0
%0
%2

Triadic Colors of #f9fafb

#f9fafb #fbf9fa #fafbf9

Analogous Colors of #f9fafb

#f9fafb #f9f9fb #f9fbfb

Monochromatic Colors of #f9fafb

#f9fafb

Complementary Color

#f9fafb #fbfaf9

#f9fafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fafb Color CSS Codes

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

#f9fafb Text Font Color

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

This sample text font color is #f9fafb
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.


#f9fafb Background Color

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

This div background color is #f9fafb


#f9fafb Border Color

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

This div border color is #f9fafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fafb

Related Colors


Comments

No comments written yet.

Please login to write comment.