Color Hex Logo

#fbfdfa Color Hex

#FBFDFA
(251,253,250)
0 Favorites   0 Comments

Color spaces of #fbfdfa

RGB 251253250
HSL0.280.430.99
HSV100°99°
CMYK 0.010.000.01   0.01
XYZ92.164397.6619104.4355
Yxy97.66190.31320.3319
Hunter Lab98.8240-6.47116.5202
CIE-Lab99.0888-1.17921.1900

#fbfdfa color RGB value is (251,253,250).

#fbfdfa hex color red value is 251, green value is 253 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fbfdfa hue: 0.28 , saturation: 0.43 and the lightness value of fbfdfa is 0.99.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 11111010
Octal 373 375 372
Decimal 251 253 250
Hex FB FD FA

RGB Percentages of Color #fbfdfa

%33.29
%33.55
%33.16

CMYK Percentages of Color #fbfdfa

%1
%0
%1
%1

Triadic Colors of #fbfdfa

#fbfdfa #fafbfd #fdfafb

Analogous Colors of #fbfdfa

#fbfdfa #fafdfb #fdfdfa

Monochromatic Colors of #fbfdfa

#fbfdfa

Complementary Color

#fbfdfa #fcfafd

#fbfdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfdfa Color CSS Codes

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

#fbfdfa Text Font Color

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

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


#fbfdfa Background Color

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

This div background color is #fbfdfa


#fbfdfa Border Color

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

This div border color is #fbfdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfdfa

Related Colors

#fbfdfa Color Palettes


Comments

No comments written yet.

Please login to write comment.