Color Hex Logo

#faefe5 Color Hex

#FAEFE5
(250,239,229)
0 Favorites   0 Comments

Color spaces of #faefe5

RGB 250239229
HSL0.080.680.94
HSV29°98°
CMYK 0.000.040.08   0.02
XYZ84.433787.714186.6091
Yxy87.71410.32630.3390
Hunter Lab93.6558-2.974210.7301
CIE-Lab95.04042.02776.1395

#faefe5 color RGB value is (250,239,229).

#faefe5 hex color red value is 250, green value is 239 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #faefe5 hue: 0.08 , saturation: 0.68 and the lightness value of faefe5 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11100101
Octal 372 357 345
Decimal 250 239 229
Hex FA EF E5

RGB Percentages of Color #faefe5

%34.82
%33.29
%31.89

CMYK Percentages of Color #faefe5

%0
%4
%8
%2

Triadic Colors of #faefe5

#faefe5 #e5faef #efe5fa

Analogous Colors of #faefe5

#faefe5 #fafae5 #fae5e6

Monochromatic Colors of #faefe5

#faefe5

Complementary Color

#faefe5 #e5f0fa

#faefe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefe5 Color CSS Codes

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

#faefe5 Text Font Color

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

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


#faefe5 Background Color

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

This div background color is #faefe5


#faefe5 Border Color

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

This div border color is #faefe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefe5


Comments

No comments written yet.

Please login to write comment.