Color Hex Logo

#fca393 Color Hex

#FCA393
(252,163,147)
0 Favorites   0 Comments

Color spaces of #fca393

RGB 252163147
HSL0.030.950.78
HSV42°99°
CMYK 0.000.350.42   0.01
XYZ58.508548.996433.9773
Yxy48.99640.41350.3463
Hunter Lab69.997426.706720.2184
CIE-Lab75.449131.157022.0147

#fca393 color RGB value is (252,163,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 10010011
Octal 374 243 223
Decimal 252 163 147
Hex FC A3 93

RGB Percentages of Color #fca393

%44.84
%29.00
%26.16

CMYK Percentages of Color #fca393

%0
%35
%42
%1

Triadic Colors of #fca393

#fca393 #93fca3 #a393fc

Analogous Colors of #fca393

#fca393 #fcd893 #fc93b8

Monochromatic Colors of #fca393

#fca393

Complementary Color

#fca393 #93ecfc

#fca393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca393 Color CSS Codes

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

#fca393 Text Font Color

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

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


#fca393 Background Color

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

This div background color is #fca393


#fca393 Border Color

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

This div border color is #fca393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca393


Comments

No comments written yet.

Please login to write comment.