Color Hex Logo

#fafaf1 Color Hex

#FAFAF1
(250,250,241)
0 Favorites   0 Comments

Color spaces of #fafaf1

RGB 250250241
HSL0.170.470.96
HSV60°98°
CMYK 0.000.000.04   0.02
XYZ89.487195.046196.8483
Yxy95.04610.31800.3378
Hunter Lab97.4916-6.76599.3453
CIE-Lab98.0520-1.54924.2994

#fafaf1 color RGB value is (250,250,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 11110001
Octal 372 372 361
Decimal 250 250 241
Hex FA FA F1

RGB Percentages of Color #fafaf1

%33.74
%33.74
%32.52

CMYK Percentages of Color #fafaf1

%0
%0
%4
%2

Triadic Colors of #fafaf1

#fafaf1 #f1fafa #faf1fa

Analogous Colors of #fafaf1

#fafaf1 #f6faf1 #faf6f1

Monochromatic Colors of #fafaf1

#fafaf1

Complementary Color

#fafaf1 #f1f1fa

#fafaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafaf1 Color CSS Codes

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

#fafaf1 Text Font Color

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

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


#fafaf1 Background Color

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

This div background color is #fafaf1


#fafaf1 Border Color

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

This div border color is #fafaf1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,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 #fafaf1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafaf1

Related Colors


Comments

No comments written yet.

Please login to write comment.