Color Hex Logo

#fcb69c Color Hex

#FCB69C
(252,182,156)
0 Favorites   0 Comments

Color spaces of #fcb69c

RGB 252182156
HSL0.050.940.80
HSV16°38°99°
CMYK 0.000.280.38   0.01
XYZ62.873656.551639.0543
Yxy56.55160.39670.3568
Hunter Lab75.200817.638221.8493
CIE-Lab79.926722.181723.2891

#fcb69c color RGB value is (252,182,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 10011100
Octal 374 266 234
Decimal 252 182 156
Hex FC B6 9C

RGB Percentages of Color #fcb69c

%42.71
%30.85
%26.44

CMYK Percentages of Color #fcb69c

%0
%28
%38
%1

Triadic Colors of #fcb69c

#fcb69c #9cfcb6 #b69cfc

Analogous Colors of #fcb69c

#fcb69c #fce69c #fc9cb2

Monochromatic Colors of #fcb69c

#fcb69c

Complementary Color

#fcb69c #9ce2fc

#fcb69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb69c Color CSS Codes

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

#fcb69c Text Font Color

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

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


#fcb69c Background Color

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

This div background color is #fcb69c


#fcb69c Border Color

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

This div border color is #fcb69c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb69c

Related Colors


Comments

No comments written yet.

Please login to write comment.