Color Hex Logo

#fbfaf1 Color Hex

#FBFAF1
(251,250,241)
1 Favorites   1 Comments

Color spaces of #fbfaf1

RGB 251250241
HSL0.150.560.96
HSV54°98°
CMYK 0.000.000.04   0.02
XYZ89.846595.231396.8652
Yxy95.23130.31870.3378
Hunter Lab97.5865-6.43419.4588
CIE-Lab98.1260-1.21314.4158

#fbfaf1 color RGB value is (251,250,241).

#fbfaf1 hex color red value is 251, green value is 250 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #fbfaf1 hue: 0.15 , saturation: 0.56 and the lightness value of fbfaf1 is 0.96.

The process color (four color CMYK) of #fbfaf1 color hex is 0.00, 0.00, 0.04, 0.02. Web safe color of #fbfaf1 is #ffffff. Color #fbfaf1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 11110001
Octal 373 372 361
Decimal 251 250 241
Hex FB FA F1

RGB Percentages of Color #fbfaf1

%33.83
%33.69
%32.48

CMYK Percentages of Color #fbfaf1

%0
%0
%4
%2

Triadic Colors of #fbfaf1

#fbfaf1 #f1fbfa #faf1fb

Analogous Colors of #fbfaf1

#fbfaf1 #f7fbf1 #fbf5f1

Monochromatic Colors of #fbfaf1

#fbfaf1

Complementary Color

#fbfaf1 #f1f2fb

#fbfaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfaf1 Color CSS Codes

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

#fbfaf1 Text Font Color

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

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


#fbfaf1 Background Color

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

This div background color is #fbfaf1


#fbfaf1 Border Color

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

This div border color is #fbfaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfaf1

Related Colors

#fbfaf1 Color Palettes


Comments

9 Mar 2015, 19:45 kleurtjes

background menucard

Please login to write comment.