Color Hex Logo

#facda0 Color Hex

#FACDA0
(250,205,160)
0 Favorites   0 Comments

Color spaces of #facda0

RGB 250205160
HSL0.080.900.80
HSV30°36°98°
CMYK 0.000.180.36   0.02
XYZ67.600866.524742.5353
Yxy66.52470.38270.3766
Hunter Lab81.56275.209726.1739
CIE-Lab85.26349.834728.3878

#facda0 color RGB value is (250,205,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 10100000
Octal 372 315 240
Decimal 250 205 160
Hex FA CD A0

RGB Percentages of Color #facda0

%40.65
%33.33
%26.02

CMYK Percentages of Color #facda0

%0
%18
%36
%2

Triadic Colors of #facda0

#facda0 #a0facd #cda0fa

Analogous Colors of #facda0

#facda0 #fafaa0 #faa0a0

Monochromatic Colors of #facda0

#facda0

Complementary Color

#facda0 #a0cdfa

#facda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facda0 Color CSS Codes

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

#facda0 Text Font Color

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

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


#facda0 Background Color

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

This div background color is #facda0


#facda0 Border Color

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

This div border color is #facda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facda0

Related Colors


Comments

No comments written yet.

Please login to write comment.