Color Hex Logo

#fcabc0 Color Hex

#FCABC0
(252,171,192)
0 Favorites   0 Comments

Color spaces of #fcabc0

RGB 252171192
HSL0.960.930.83
HSV344°32°99°
CMYK 0.000.320.24   0.01
XYZ64.222253.627056.8353
Yxy53.62700.36760.3070
Hunter Lab73.230528.38905.2454
CIE-Lab78.243732.52881.4558

#fcabc0 color RGB value is (252,171,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11000000
Octal 374 253 300
Decimal 252 171 192
Hex FC AB C0

RGB Percentages of Color #fcabc0

%40.98
%27.80
%31.22

CMYK Percentages of Color #fcabc0

%0
%32
%24
%1

Triadic Colors of #fcabc0

#fcabc0 #c0fcab #abc0fc

Analogous Colors of #fcabc0

#fcabc0 #fcbfab #fcabe9

Monochromatic Colors of #fcabc0

#fcabc0

Complementary Color

#fcabc0 #abfce7

#fcabc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabc0 Color CSS Codes

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

#fcabc0 Text Font Color

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

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


#fcabc0 Background Color

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

This div background color is #fcabc0


#fcabc0 Border Color

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

This div border color is #fcabc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabc0

Related Colors


Comments

No comments written yet.

Please login to write comment.