Color Hex Logo

#faedcd Color Hex

#FAEDCD
(250,237,205)
1 Favorites   0 Comments

Color spaces of #faedcd

RGB 250237205
HSL0.120.820.89
HSV43°18°98°
CMYK 0.000.050.18   0.02
XYZ80.728085.300169.9674
Yxy85.30010.34210.3614
Hunter Lab92.3581-5.603919.7345
CIE-Lab94.0123-0.677817.0892

#faedcd color RGB value is (250,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11001101
Octal 372 355 315
Decimal 250 237 205
Hex FA ED CD

RGB Percentages of Color #faedcd

%36.13
%34.25
%29.62

CMYK Percentages of Color #faedcd

%0
%5
%18
%2

Triadic Colors of #faedcd

#faedcd #cdfaed #edcdfa

Analogous Colors of #faedcd

#faedcd #f1facd #fad7cd

Monochromatic Colors of #faedcd

#faedcd

Complementary Color

#faedcd #cddafa

#faedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedcd Color CSS Codes

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

#faedcd Text Font Color

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

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


#faedcd Background Color

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

This div background color is #faedcd


#faedcd Border Color

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

This div border color is #faedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedcd

Related Colors


Comments

No comments written yet.

Please login to write comment.