Color Hex Logo

#fca196 Color Hex

#FCA196
(252,161,150)
0 Favorites   0 Comments

Color spaces of #fca196

RGB 252161150
HSL0.020.940.79
HSV40°99°
CMYK 0.000.360.40   0.01
XYZ58.394848.387235.1161
Yxy48.38720.41150.3410
Hunter Lab69.560928.115118.7615
CIE-Lab75.068532.521819.8595

#fca196 color RGB value is (252,161,150).

#fca196 hex color red value is 252, green value is 161 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fca196 hue: 0.02 , saturation: 0.94 and the lightness value of fca196 is 0.79.

The process color (four color CMYK) of #fca196 color hex is 0.00, 0.36, 0.40, 0.01. Web safe color of #fca196 is #ff9999. Color #fca196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 10010110
Octal 374 241 226
Decimal 252 161 150
Hex FC A1 96

RGB Percentages of Color #fca196

%44.76
%28.60
%26.64

CMYK Percentages of Color #fca196

%0
%36
%40
%1

Triadic Colors of #fca196

#fca196 #96fca1 #a196fc

Analogous Colors of #fca196

#fca196 #fcd496 #fc96be

Monochromatic Colors of #fca196

#fca196

Complementary Color

#fca196 #96f1fc

#fca196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca196 Color CSS Codes

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

#fca196 Text Font Color

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

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


#fca196 Background Color

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

This div background color is #fca196


#fca196 Border Color

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

This div border color is #fca196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca196

Related Colors


Comments

No comments written yet.

Please login to write comment.