Color Hex Logo

#fcb197 Color Hex

#FCB197
(252,177,151)
0 Favorites   0 Comments

Color spaces of #fcb197

RGB 252177151
HSL0.040.940.79
HSV15°40°99°
CMYK 0.000.300.40   0.01
XYZ61.452954.374136.5345
Yxy54.37410.40330.3569
Hunter Lab73.738819.716622.2414
CIE-Lab78.679424.251824.2628

#fcb197 color RGB value is (252,177,151).

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

The process color (four color CMYK) of #fcb197 color hex is 0.00, 0.30, 0.40, 0.01. Web safe color of #fcb197 is #ff9999. Color #fcb197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 10010111
Octal 374 261 227
Decimal 252 177 151
Hex FC B1 97

RGB Percentages of Color #fcb197

%43.45
%30.52
%26.03

CMYK Percentages of Color #fcb197

%0
%30
%40
%1

Triadic Colors of #fcb197

#fcb197 #97fcb1 #b197fc

Analogous Colors of #fcb197

#fcb197 #fce497 #fc97b0

Monochromatic Colors of #fcb197

#fcb197

Complementary Color

#fcb197 #97e2fc

#fcb197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb197 Color CSS Codes

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

#fcb197 Text Font Color

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

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


#fcb197 Background Color

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

This div background color is #fcb197


#fcb197 Border Color

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

This div border color is #fcb197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb197


Comments

No comments written yet.

Please login to write comment.