Color Hex Logo

#fcbcb3 Color Hex

#FCBCB3
(252,188,179)
0 Favorites   0 Comments

Color spaces of #fcbcb3

RGB 252188179
HSL0.020.920.85
HSV29°99°
CMYK 0.000.250.29   0.01
XYZ66.264859.916650.7203
Yxy59.91660.37460.3387
Hunter Lab77.405817.348315.3342
CIE-Lab81.792821.834013.5707

#fcbcb3 color RGB value is (252,188,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10110011
Octal 374 274 263
Decimal 252 188 179
Hex FC BC B3

RGB Percentages of Color #fcbcb3

%40.71
%30.37
%28.92

CMYK Percentages of Color #fcbcb3

%0
%25
%29
%1

Triadic Colors of #fcbcb3

#fcbcb3 #b3fcbc #bcb3fc

Analogous Colors of #fcbcb3

#fcbcb3 #fce1b3 #fcb3cf

Monochromatic Colors of #fcbcb3

#fcbcb3

Complementary Color

#fcbcb3 #b3f3fc

#fcbcb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcb3 Color CSS Codes

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

#fcbcb3 Text Font Color

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

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


#fcbcb3 Background Color

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

This div background color is #fcbcb3


#fcbcb3 Border Color

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

This div border color is #fcbcb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcb3

Related Colors


Comments

No comments written yet.

Please login to write comment.