Color Hex Logo

#faeed1 Color Hex

#FAEED1
(250,238,209)
0 Favorites   0 Comments

Color spaces of #faeed1

RGB 250238209
HSL0.120.800.90
HSV42°16°98°
CMYK 0.000.050.16   0.02
XYZ81.507586.076572.6401
Yxy86.07650.33930.3583
Hunter Lab92.7774-5.543418.5231
CIE-Lab94.3450-0.593015.4927

#faeed1 color RGB value is (250,238,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 11010001
Octal 372 356 321
Decimal 250 238 209
Hex FA EE D1

RGB Percentages of Color #faeed1

%35.87
%34.15
%29.99

CMYK Percentages of Color #faeed1

%0
%5
%16
%2

Triadic Colors of #faeed1

#faeed1 #d1faee #eed1fa

Analogous Colors of #faeed1

#faeed1 #f2fad1 #fadad1

Monochromatic Colors of #faeed1

#faeed1

Complementary Color

#faeed1 #d1ddfa

#faeed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeed1 Color CSS Codes

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

#faeed1 Text Font Color

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

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


#faeed1 Background Color

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

This div background color is #faeed1


#faeed1 Border Color

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

This div border color is #faeed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeed1


Comments

No comments written yet.

Please login to write comment.