Color Hex Logo

#fcad9e Color Hex

#FCAD9E
(252,173,158)
0 Favorites   0 Comments

Color spaces of #fcad9e

RGB 252173158
HSL0.030.940.80
HSV10°37°99°
CMYK 0.000.310.37   0.01
XYZ61.260053.051239.3589
Yxy53.05120.39860.3452
Hunter Lab72.836322.666618.9465
CIE-Lab77.905227.135819.4353

#fcad9e color RGB value is (252,173,158).

#fcad9e hex color red value is 252, green value is 173 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fcad9e hue: 0.03 , saturation: 0.94 and the lightness value of fcad9e is 0.80.

The process color (four color CMYK) of #fcad9e color hex is 0.00, 0.31, 0.37, 0.01. Web safe color of #fcad9e is #ff9999. Color #fcad9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 10011110
Octal 374 255 236
Decimal 252 173 158
Hex FC AD 9E

RGB Percentages of Color #fcad9e

%43.22
%29.67
%27.10

CMYK Percentages of Color #fcad9e

%0
%31
%37
%1

Triadic Colors of #fcad9e

#fcad9e #9efcad #ad9efc

Analogous Colors of #fcad9e

#fcad9e #fcdc9e #fc9ebe

Monochromatic Colors of #fcad9e

#fcad9e

Complementary Color

#fcad9e #9eedfc

#fcad9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad9e Color CSS Codes

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

#fcad9e Text Font Color

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

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


#fcad9e Background Color

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

This div background color is #fcad9e


#fcad9e Border Color

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

This div border color is #fcad9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,173,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcad9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcad9e;
  -webkit-box-shadow: 1px 1px 3px 2px #fcad9e;
  box-shadow:         1px 1px 3px 2px #fcad9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,173,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad9e


Comments

No comments written yet.

Please login to write comment.