Color Hex Logo

#faeecd Color Hex

#FAEECD
(250,238,205)
0 Favorites   0 Comments

Color spaces of #faeecd

RGB 250238205
HSL0.120.820.89
HSV44°18°98°
CMYK 0.000.050.18   0.02
XYZ81.018385.880870.0641
Yxy85.88080.34190.3624
Hunter Lab92.6719-6.122420.0444
CIE-Lab94.2614-1.184617.4391

#faeecd color RGB value is (250,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 11001101
Octal 372 356 315
Decimal 250 238 205
Hex FA EE CD

RGB Percentages of Color #faeecd

%36.08
%34.34
%29.58

CMYK Percentages of Color #faeecd

%0
%5
%18
%2

Triadic Colors of #faeecd

#faeecd #cdfaee #eecdfa

Analogous Colors of #faeecd

#faeecd #f0facd #fad8cd

Monochromatic Colors of #faeecd

#faeecd

Complementary Color

#faeecd #cdd9fa

#faeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeecd Color CSS Codes

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

#faeecd Text Font Color

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

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


#faeecd Background Color

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

This div background color is #faeecd


#faeecd Border Color

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

This div border color is #faeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeecd


Comments

No comments written yet.

Please login to write comment.