Color Hex Logo

#fcb1ac Color Hex

#FCB1AC
(252,177,172)
0 Favorites   0 Comments

Color spaces of #fcb1ac

RGB 252177172
HSL0.010.930.83
HSV32°99°
CMYK 0.000.300.32   0.01
XYZ63.313455.118346.3316
Yxy55.11830.38430.3345
Hunter Lab74.241722.302014.9684
CIE-Lab79.109426.718313.5512

#fcb1ac color RGB value is (252,177,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 10101100
Octal 374 261 254
Decimal 252 177 172
Hex FC B1 AC

RGB Percentages of Color #fcb1ac

%41.93
%29.45
%28.62

CMYK Percentages of Color #fcb1ac

%0
%30
%32
%1

Triadic Colors of #fcb1ac

#fcb1ac #acfcb1 #b1acfc

Analogous Colors of #fcb1ac

#fcb1ac #fcd9ac #fcaccf

Monochromatic Colors of #fcb1ac

#fcb1ac

Complementary Color

#fcb1ac #acf7fc

#fcb1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb1ac Color CSS Codes

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

#fcb1ac Text Font Color

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

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


#fcb1ac Background Color

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

This div background color is #fcb1ac


#fcb1ac Border Color

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

This div border color is #fcb1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb1ac


Comments

No comments written yet.

Please login to write comment.