Color Hex Logo

#fcabc1 Color Hex

#FCABC1
(252,171,193)
0 Favorites   0 Comments

Color spaces of #fcabc1

RGB 252171193
HSL0.950.930.83
HSV344°32°99°
CMYK 0.000.320.23   0.01
XYZ64.333453.671557.4210
Yxy53.67150.36670.3059
Hunter Lab73.260828.54184.8118
CIE-Lab78.269832.66960.9494

#fcabc1 color RGB value is (252,171,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11000001
Octal 374 253 301
Decimal 252 171 193
Hex FC AB C1

RGB Percentages of Color #fcabc1

%40.91
%27.76
%31.33

CMYK Percentages of Color #fcabc1

%0
%32
%23
%1

Triadic Colors of #fcabc1

#fcabc1 #c1fcab #abc1fc

Analogous Colors of #fcabc1

#fcabc1 #fcbeab #fcabea

Monochromatic Colors of #fcabc1

#fcabc1

Complementary Color

#fcabc1 #abfce6

#fcabc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabc1 Color CSS Codes

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

#fcabc1 Text Font Color

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

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


#fcabc1 Background Color

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

This div background color is #fcabc1


#fcabc1 Border Color

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

This div border color is #fcabc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabc1


Comments

No comments written yet.

Please login to write comment.