Color Hex Logo

#fcb696 Color Hex

#FCB696
(252,182,150)
0 Favorites   0 Comments

Color spaces of #fcb696

RGB 252182150
HSL0.050.940.79
HSV19°40°99°
CMYK 0.000.280.40   0.01
XYZ62.377956.353436.4438
Yxy56.35340.40200.3632
Hunter Lab75.068916.952623.7646
CIE-Lab79.814521.517426.3351

#fcb696 color RGB value is (252,182,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 10010110
Octal 374 266 226
Decimal 252 182 150
Hex FC B6 96

RGB Percentages of Color #fcb696

%43.15
%31.16
%25.68

CMYK Percentages of Color #fcb696

%0
%28
%40
%1

Triadic Colors of #fcb696

#fcb696 #96fcb6 #b696fc

Analogous Colors of #fcb696

#fcb696 #fce996 #fc96a9

Monochromatic Colors of #fcb696

#fcb696

Complementary Color

#fcb696 #96dcfc

#fcb696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb696 Color CSS Codes

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

#fcb696 Text Font Color

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

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


#fcb696 Background Color

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

This div background color is #fcb696


#fcb696 Border Color

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

This div border color is #fcb696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb696


Comments

No comments written yet.

Please login to write comment.