Color Hex Logo

#facd8d Color Hex

#FACD8D
(250,205,141)
0 Favorites   0 Comments

Color spaces of #facd8d

RGB 250205141
HSL0.100.920.77
HSV35°44°98°
CMYK 0.000.180.44   0.02
XYZ66.063465.909734.4392
Yxy65.90970.39700.3961
Hunter Lab81.18483.179431.6781
CIE-Lab84.95037.774537.7842

#facd8d color RGB value is (250,205,141).

#facd8d hex color red value is 250, green value is 205 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #facd8d hue: 0.10 , saturation: 0.92 and the lightness value of facd8d is 0.77.

The process color (four color CMYK) of #facd8d color hex is 0.00, 0.18, 0.44, 0.02. Web safe color of #facd8d is #ffcc99. Color #facd8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 10001101
Octal 372 315 215
Decimal 250 205 141
Hex FA CD 8D

RGB Percentages of Color #facd8d

%41.95
%34.40
%23.66

CMYK Percentages of Color #facd8d

%0
%18
%44
%2

Triadic Colors of #facd8d

#facd8d #8dfacd #cd8dfa

Analogous Colors of #facd8d

#facd8d #f1fa8d #fa978d

Monochromatic Colors of #facd8d

#facd8d

Complementary Color

#facd8d #8dbafa

#facd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd8d Color CSS Codes

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

#facd8d Text Font Color

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

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


#facd8d Background Color

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

This div background color is #facd8d


#facd8d Border Color

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

This div border color is #facd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd8d

Related Colors


Comments

No comments written yet.

Please login to write comment.