Color Hex Logo

#fcb697 Color Hex

#FCB697
(252,182,151)
0 Favorites   0 Comments

Color spaces of #fcb697

RGB 252182151
HSL0.050.940.79
HSV18°40°99°
CMYK 0.000.280.40   0.01
XYZ62.458756.385736.8698
Yxy56.38570.40110.3621
Hunter Lab75.090417.064523.4516
CIE-Lab79.832821.626025.8277

#fcb697 color RGB value is (252,182,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 10010111
Octal 374 266 227
Decimal 252 182 151
Hex FC B6 97

RGB Percentages of Color #fcb697

%43.08
%31.11
%25.81

CMYK Percentages of Color #fcb697

%0
%28
%40
%1

Triadic Colors of #fcb697

#fcb697 #97fcb6 #b697fc

Analogous Colors of #fcb697

#fcb697 #fce997 #fc97ab

Monochromatic Colors of #fcb697

#fcb697

Complementary Color

#fcb697 #97ddfc

#fcb697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb697 Color CSS Codes

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

#fcb697 Text Font Color

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

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


#fcb697 Background Color

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

This div background color is #fcb697


#fcb697 Border Color

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

This div border color is #fcb697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb697


Comments

No comments written yet.

Please login to write comment.