Color Hex Logo

#fcaa8d Color Hex

#FCAA8D
(252,170,141)
0 Favorites   0 Comments

Color spaces of #fcaa8d

RGB 252170141
HSL0.040.950.77
HSV16°44°99°
CMYK 0.000.330.44   0.01
XYZ59.327351.368031.9874
Yxy51.36800.41580.3600
Hunter Lab71.671522.331423.7086
CIE-Lab76.901426.872027.2203

#fcaa8d color RGB value is (252,170,141).

#fcaa8d hex color red value is 252, green value is 170 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fcaa8d hue: 0.04 , saturation: 0.95 and the lightness value of fcaa8d is 0.77.

The process color (four color CMYK) of #fcaa8d color hex is 0.00, 0.33, 0.44, 0.01. Web safe color of #fcaa8d is #ff9999. Color #fcaa8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 10001101
Octal 374 252 215
Decimal 252 170 141
Hex FC AA 8D

RGB Percentages of Color #fcaa8d

%44.76
%30.20
%25.04

CMYK Percentages of Color #fcaa8d

%0
%33
%44
%1

Triadic Colors of #fcaa8d

#fcaa8d #8dfcaa #aa8dfc

Analogous Colors of #fcaa8d

#fcaa8d #fce28d #fc8da8

Monochromatic Colors of #fcaa8d

#fcaa8d

Complementary Color

#fcaa8d #8ddffc

#fcaa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa8d Color CSS Codes

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

#fcaa8d Text Font Color

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

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


#fcaa8d Background Color

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

This div background color is #fcaa8d


#fcaa8d Border Color

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

This div border color is #fcaa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa8d


Comments

No comments written yet.

Please login to write comment.