Color Hex Logo

#fcab96 Color Hex

#FCAB96
(252,171,150)
0 Favorites   0 Comments

Color spaces of #fcab96

RGB 252171150
HSL0.030.940.79
HSV12°40°99°
CMYK 0.000.320.40   0.01
XYZ60.212852.023335.7221
Yxy52.02330.40700.3516
Hunter Lab72.127222.791821.1247
CIE-Lab77.294827.291922.9134

#fcab96 color RGB value is (252,171,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 10010110
Octal 374 253 226
Decimal 252 171 150
Hex FC AB 96

RGB Percentages of Color #fcab96

%43.98
%29.84
%26.18

CMYK Percentages of Color #fcab96

%0
%32
%40
%1

Triadic Colors of #fcab96

#fcab96 #96fcab #ab96fc

Analogous Colors of #fcab96

#fcab96 #fcde96 #fc96b4

Monochromatic Colors of #fcab96

#fcab96

Complementary Color

#fcab96 #96e7fc

#fcab96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab96 Color CSS Codes

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

#fcab96 Text Font Color

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

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


#fcab96 Background Color

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

This div background color is #fcab96


#fcab96 Border Color

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

This div border color is #fcab96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab96


Comments

No comments written yet.

Please login to write comment.