Color Hex Logo

#faeccd Color Hex

#FAECCD
(250,236,205)
0 Favorites   0 Comments

Color spaces of #faeccd

RGB 250236205
HSL0.110.820.89
HSV41°18°98°
CMYK 0.000.060.18   0.02
XYZ80.439284.722769.8711
Yxy84.72270.34220.3605
Hunter Lab92.0449-5.085319.4246
CIE-Lab93.7635-0.170816.7394

#faeccd color RGB value is (250,236,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 11001101
Octal 372 354 315
Decimal 250 236 205
Hex FA EC CD

RGB Percentages of Color #faeccd

%36.18
%34.15
%29.67

CMYK Percentages of Color #faeccd

%0
%6
%18
%2

Triadic Colors of #faeccd

#faeccd #cdfaec #eccdfa

Analogous Colors of #faeccd

#faeccd #f2facd #fad6cd

Monochromatic Colors of #faeccd

#faeccd

Complementary Color

#faeccd #cddbfa

#faeccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeccd Color CSS Codes

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

#faeccd Text Font Color

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

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


#faeccd Background Color

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

This div background color is #faeccd


#faeccd Border Color

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

This div border color is #faeccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeccd

Related Colors


Comments

No comments written yet.

Please login to write comment.