Color Hex Logo

#fcabac Color Hex

#FCABAC
(252,171,172)
0 Favorites   0 Comments

Color spaces of #fcabac

RGB 252171172
HSL1.000.930.83
HSV359°32°99°
CMYK 0.000.320.32   0.01
XYZ62.154252.799845.9452
Yxy52.79980.38630.3282
Hunter Lab72.663525.522613.3753
CIE-Lab77.756729.867511.6383

#fcabac color RGB value is (252,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 10101100
Octal 374 253 254
Decimal 252 171 172
Hex FC AB AC

RGB Percentages of Color #fcabac

%42.35
%28.74
%28.91

CMYK Percentages of Color #fcabac

%0
%32
%32
%1

Triadic Colors of #fcabac

#fcabac #acfcab #abacfc

Analogous Colors of #fcabac

#fcabac #fcd3ab #fcabd5

Monochromatic Colors of #fcabac

#fcabac

Complementary Color

#fcabac #abfcfb

#fcabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabac Color CSS Codes

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

#fcabac Text Font Color

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

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


#fcabac Background Color

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

This div background color is #fcabac


#fcabac Border Color

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

This div border color is #fcabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabac


Comments

No comments written yet.

Please login to write comment.