Color Hex Logo

#fca391 Color Hex

#FCA391
(252,163,145)
0 Favorites   0 Comments

Color spaces of #fca391

RGB 252163145
HSL0.030.950.78
HSV10°42°99°
CMYK 0.000.350.42   0.01
XYZ58.352948.934233.1578
Yxy48.93420.41550.3484
Hunter Lab69.953026.482220.8636
CIE-Lab75.410430.946523.0474

#fca391 color RGB value is (252,163,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 10010001
Octal 374 243 221
Decimal 252 163 145
Hex FC A3 91

RGB Percentages of Color #fca391

%45.00
%29.11
%25.89

CMYK Percentages of Color #fca391

%0
%35
%42
%1

Triadic Colors of #fca391

#fca391 #91fca3 #a391fc

Analogous Colors of #fca391

#fca391 #fcd991 #fc91b5

Monochromatic Colors of #fca391

#fca391

Complementary Color

#fca391 #91eafc

#fca391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca391 Color CSS Codes

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

#fca391 Text Font Color

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

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


#fca391 Background Color

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

This div background color is #fca391


#fca391 Border Color

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

This div border color is #fca391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca391


Comments

No comments written yet.

Please login to write comment.