Color Hex Logo

#fca991 Color Hex

#FCA991
(252,169,145)
0 Favorites   0 Comments

Color spaces of #fca991

RGB 252169145
HSL0.040.950.78
HSV13°42°99°
CMYK 0.000.330.42   0.01
XYZ59.443751.115733.5214
Yxy51.11570.41260.3548
Hunter Lab71.495223.294622.2478
CIE-Lab76.749027.807924.8654

#fca991 color RGB value is (252,169,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 10010001
Octal 374 251 221
Decimal 252 169 145
Hex FC A9 91

RGB Percentages of Color #fca991

%44.52
%29.86
%25.62

CMYK Percentages of Color #fca991

%0
%33
%42
%1

Triadic Colors of #fca991

#fca991 #91fca9 #a991fc

Analogous Colors of #fca991

#fca991 #fcdf91 #fc91af

Monochromatic Colors of #fca991

#fca991

Complementary Color

#fca991 #91e4fc

#fca991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca991 Color CSS Codes

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

#fca991 Text Font Color

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

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


#fca991 Background Color

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

This div background color is #fca991


#fca991 Border Color

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

This div border color is #fca991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca991


Comments

No comments written yet.

Please login to write comment.