Color Hex Logo

#faedd5 Color Hex

#FAEDD5
(250,237,213)
0 Favorites   0 Comments

Color spaces of #faedd5

RGB 250237213
HSL0.110.790.91
HSV39°15°98°
CMYK 0.000.050.15   0.02
XYZ81.718885.696575.1848
Yxy85.69650.33680.3532
Hunter Lab92.5724-4.429816.6470
CIE-Lab94.18240.518113.1951

#faedd5 color RGB value is (250,237,213).

#faedd5 hex color red value is 250, green value is 237 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #faedd5 hue: 0.11 , saturation: 0.79 and the lightness value of faedd5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11010101
Octal 372 355 325
Decimal 250 237 213
Hex FA ED D5

RGB Percentages of Color #faedd5

%35.71
%33.86
%30.43

CMYK Percentages of Color #faedd5

%0
%5
%15
%2

Triadic Colors of #faedd5

#faedd5 #d5faed #edd5fa

Analogous Colors of #faedd5

#faedd5 #f5fad5 #fadbd5

Monochromatic Colors of #faedd5

#faedd5

Complementary Color

#faedd5 #d5e2fa

#faedd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedd5 Color CSS Codes

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

#faedd5 Text Font Color

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

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


#faedd5 Background Color

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

This div background color is #faedd5


#faedd5 Border Color

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

This div border color is #faedd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedd5


Comments

No comments written yet.

Please login to write comment.