Color Hex Logo

#fcbcb1 Color Hex

#FCBCB1
(252,188,177)
0 Favorites   0 Comments

Color spaces of #fcbcb1

RGB 252188177
HSL0.020.930.84
HSV30°99°
CMYK 0.000.250.30   0.01
XYZ66.063959.836249.6626
Yxy59.83620.37630.3408
Hunter Lab77.353917.078316.0824
CIE-Lab81.749121.574214.5805

#fcbcb1 color RGB value is (252,188,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10110001
Octal 374 274 261
Decimal 252 188 177
Hex FC BC B1

RGB Percentages of Color #fcbcb1

%40.84
%30.47
%28.69

CMYK Percentages of Color #fcbcb1

%0
%25
%30
%1

Triadic Colors of #fcbcb1

#fcbcb1 #b1fcbc #bcb1fc

Analogous Colors of #fcbcb1

#fcbcb1 #fce2b1 #fcb1cc

Monochromatic Colors of #fcbcb1

#fcbcb1

Complementary Color

#fcbcb1 #b1f1fc

#fcbcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcb1 Color CSS Codes

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

#fcbcb1 Text Font Color

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

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


#fcbcb1 Background Color

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

This div background color is #fcbcb1


#fcbcb1 Border Color

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

This div border color is #fcbcb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcb1


Comments

No comments written yet.

Please login to write comment.