Color Hex Logo

#fcabc3 Color Hex

#FCABC3
(252,171,195)
0 Favorites   0 Comments

Color spaces of #fcabc3

RGB 252171195
HSL0.950.930.83
HSV342°32°99°
CMYK 0.000.320.23   0.01
XYZ64.558153.761458.6042
Yxy53.76140.36490.3039
Hunter Lab73.322228.85043.9368
CIE-Lab78.322432.9533-0.0622

#fcabc3 color RGB value is (252,171,195).

#fcabc3 hex color red value is 252, green value is 171 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fcabc3 hue: 0.95 , saturation: 0.93 and the lightness value of fcabc3 is 0.83.

The process color (four color CMYK) of #fcabc3 color hex is 0.00, 0.32, 0.23, 0.01. Web safe color of #fcabc3 is #ff99cc. Color #fcabc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11000011
Octal 374 253 303
Decimal 252 171 195
Hex FC AB C3

RGB Percentages of Color #fcabc3

%40.78
%27.67
%31.55

CMYK Percentages of Color #fcabc3

%0
%32
%23
%1

Triadic Colors of #fcabc3

#fcabc3 #c3fcab #abc3fc

Analogous Colors of #fcabc3

#fcabc3 #fcbcab #fcabec

Monochromatic Colors of #fcabc3

#fcabc3

Complementary Color

#fcabc3 #abfce4

#fcabc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabc3 Color CSS Codes

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

#fcabc3 Text Font Color

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

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


#fcabc3 Background Color

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

This div background color is #fcabc3


#fcabc3 Border Color

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

This div border color is #fcabc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabc3


Comments

No comments written yet.

Please login to write comment.