Color Hex Logo

#faedd1 Color Hex

#FAEDD1
(250,237,209)
0 Favorites   0 Comments

Color spaces of #faedd1

RGB 250237209
HSL0.110.800.90
HSV41°16°98°
CMYK 0.000.050.16   0.02
XYZ81.217285.495872.5433
Yxy85.49580.33950.3573
Hunter Lab92.4639-5.023518.2083
CIE-Lab94.0963-0.085715.1416

#faedd1 color RGB value is (250,237,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11010001
Octal 372 355 321
Decimal 250 237 209
Hex FA ED D1

RGB Percentages of Color #faedd1

%35.92
%34.05
%30.03

CMYK Percentages of Color #faedd1

%0
%5
%16
%2

Triadic Colors of #faedd1

#faedd1 #d1faed #edd1fa

Analogous Colors of #faedd1

#faedd1 #f3fad1 #fad9d1

Monochromatic Colors of #faedd1

#faedd1

Complementary Color

#faedd1 #d1defa

#faedd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedd1 Color CSS Codes

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

#faedd1 Text Font Color

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

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


#faedd1 Background Color

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

This div background color is #faedd1


#faedd1 Border Color

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

This div border color is #faedd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedd1

#faedd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.