Color Hex Logo

#fcbcac Color Hex

#FCBCAC
(252,188,172)
0 Favorites   0 Comments

Color spaces of #fcbcac

RGB 252188172
HSL0.030.930.83
HSV12°32°99°
CMYK 0.000.250.32   0.01
XYZ65.574559.640447.0853
Yxy59.64040.38060.3461
Hunter Lab77.227216.418817.9100
CIE-Lab81.642320.937817.1071

#fcbcac color RGB value is (252,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10101100
Octal 374 274 254
Decimal 252 188 172
Hex FC BC AC

RGB Percentages of Color #fcbcac

%41.18
%30.72
%28.10

CMYK Percentages of Color #fcbcac

%0
%25
%32
%1

Triadic Colors of #fcbcac

#fcbcac #acfcbc #bcacfc

Analogous Colors of #fcbcac

#fcbcac #fce4ac #fcacc4

Monochromatic Colors of #fcbcac

#fcbcac

Complementary Color

#fcbcac #acecfc

#fcbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcac Color CSS Codes

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

#fcbcac Text Font Color

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

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


#fcbcac Background Color

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

This div background color is #fcbcac


#fcbcac Border Color

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

This div border color is #fcbcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcac


Comments

No comments written yet.

Please login to write comment.