Color Hex Logo

#fafef1 Color Hex

#FAFEF1
(250,254,241)
0 Favorites   0 Comments

Color spaces of #fafef1

RGB 250254241
HSL0.220.870.97
HSV78°100°
CMYK 0.020.000.05   0.00
XYZ90.743397.558597.2671
Yxy97.55850.31780.3416
Hunter Lab98.7717-8.859410.7534
CIE-Lab99.0482-3.56075.7401

#fafef1 color RGB value is (250,254,241).

#fafef1 hex color red value is 250, green value is 254 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #fafef1 hue: 0.22 , saturation: 0.87 and the lightness value of fafef1 is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 11110001
Octal 372 376 361
Decimal 250 254 241
Hex FA FE F1

RGB Percentages of Color #fafef1

%33.56
%34.09
%32.35

CMYK Percentages of Color #fafef1

%2
%0
%5
%0

Triadic Colors of #fafef1

#fafef1 #f1fafe #fef1fa

Analogous Colors of #fafef1

#fafef1 #f4fef1 #fefcf1

Monochromatic Colors of #fafef1

#fafef1

Complementary Color

#fafef1 #f5f1fe

#fafef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafef1 Color CSS Codes

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

#fafef1 Text Font Color

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

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


#fafef1 Background Color

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

This div background color is #fafef1


#fafef1 Border Color

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

This div border color is #fafef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafef1

Related Colors


Comments

No comments written yet.

Please login to write comment.