Color Hex Logo

#fcbc9c Color Hex

#FCBC9C
(252,188,156)
0 Favorites   0 Comments

Color spaces of #fcbc9c

RGB 252188156
HSL0.060.940.80
HSV20°38°99°
CMYK 0.000.250.38   0.01
XYZ64.128959.062239.4727
Yxy59.06220.39420.3631
Hunter Lab76.851914.458023.3438
CIE-Lab81.325819.031625.1956

#fcbc9c color RGB value is (252,188,156).

#fcbc9c hex color red value is 252, green value is 188 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fcbc9c hue: 0.06 , saturation: 0.94 and the lightness value of fcbc9c is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10011100
Octal 374 274 234
Decimal 252 188 156
Hex FC BC 9C

RGB Percentages of Color #fcbc9c

%42.28
%31.54
%26.17

CMYK Percentages of Color #fcbc9c

%0
%25
%38
%1

Triadic Colors of #fcbc9c

#fcbc9c #9cfcbc #bc9cfc

Analogous Colors of #fcbc9c

#fcbc9c #fcec9c #fc9cac

Monochromatic Colors of #fcbc9c

#fcbc9c

Complementary Color

#fcbc9c #9cdcfc

#fcbc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc9c Color CSS Codes

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

#fcbc9c Text Font Color

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

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


#fcbc9c Background Color

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

This div background color is #fcbc9c


#fcbc9c Border Color

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

This div border color is #fcbc9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc9c

Related Colors


Comments

No comments written yet.

Please login to write comment.