Color Hex Logo

#fafae1 Color Hex

#FAFAE1
(250,250,225)
0 Favorites   0 Comments

Color spaces of #fafae1

RGB 250250225
HSL0.170.710.93
HSV60°10°98°
CMYK 0.000.000.10   0.02
XYZ87.200694.131584.8074
Yxy94.13150.32760.3537
Hunter Lab97.0214-9.355716.0890
CIE-Lab97.6850-4.177111.9930

#fafae1 color RGB value is (250,250,225).

#fafae1 hex color red value is 250, green value is 250 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #fafae1 hue: 0.17 , saturation: 0.71 and the lightness value of fafae1 is 0.93.

The process color (four color CMYK) of #fafae1 color hex is 0.00, 0.00, 0.10, 0.02. Web safe color of #fafae1 is #ffffcc. Color #fafae1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 11100001
Octal 372 372 341
Decimal 250 250 225
Hex FA FA E1

RGB Percentages of Color #fafae1

%34.48
%34.48
%31.03

CMYK Percentages of Color #fafae1

%0
%0
%10
%2

Triadic Colors of #fafae1

#fafae1 #e1fafa #fae1fa

Analogous Colors of #fafae1

#fafae1 #eefae1 #faeee1

Monochromatic Colors of #fafae1

#fafae1

Complementary Color

#fafae1 #e1e1fa

#fafae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafae1 Color CSS Codes

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

#fafae1 Text Font Color

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

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


#fafae1 Background Color

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

This div background color is #fafae1


#fafae1 Border Color

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

This div border color is #fafae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafae1

Related Colors


Comments

No comments written yet.

Please login to write comment.