Color Hex Logo

#fcbcb2 Color Hex

#FCBCB2
(252,188,178)
0 Favorites   0 Comments

Color spaces of #fcbcb2

RGB 252188178
HSL0.020.930.84
HSV29°99°
CMYK 0.000.250.29   0.01
XYZ66.164059.876250.1895
Yxy59.87620.37540.3398
Hunter Lab77.379717.213015.7095
CIE-Lab81.770921.703914.0755

#fcbcb2 color RGB value is (252,188,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10110010
Octal 374 274 262
Decimal 252 188 178
Hex FC BC B2

RGB Percentages of Color #fcbcb2

%40.78
%30.42
%28.80

CMYK Percentages of Color #fcbcb2

%0
%25
%29
%1

Triadic Colors of #fcbcb2

#fcbcb2 #b2fcbc #bcb2fc

Analogous Colors of #fcbcb2

#fcbcb2 #fce1b2 #fcb2cd

Monochromatic Colors of #fcbcb2

#fcbcb2

Complementary Color

#fcbcb2 #b2f2fc

#fcbcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcb2 Color CSS Codes

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

#fcbcb2 Text Font Color

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

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


#fcbcb2 Background Color

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

This div background color is #fcbcb2


#fcbcb2 Border Color

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

This div border color is #fcbcb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcb2


Comments

No comments written yet.

Please login to write comment.