Color Hex Logo

#fcc496 Color Hex

#FCC496
(252,196,150)
0 Favorites   0 Comments

Color spaces of #fcc496

RGB 252196150
HSL0.080.940.79
HSV27°40°99°
CMYK 0.000.220.40   0.01
XYZ65.389862.377337.4478
Yxy62.37730.39580.3776
Hunter Lab78.97939.572827.1733
CIE-Lab83.113714.180730.7596

#fcc496 color RGB value is (252,196,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000100 10010110
Octal 374 304 226
Decimal 252 196 150
Hex FC C4 96

RGB Percentages of Color #fcc496

%42.14
%32.78
%25.08

CMYK Percentages of Color #fcc496

%0
%22
%40
%1

Triadic Colors of #fcc496

#fcc496 #96fcc4 #c496fc

Analogous Colors of #fcc496

#fcc496 #fcf796 #fc969b

Monochromatic Colors of #fcc496

#fcc496

Complementary Color

#fcc496 #96cefc

#fcc496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc496 Color CSS Codes

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

#fcc496 Text Font Color

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

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


#fcc496 Background Color

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

This div background color is #fcc496


#fcc496 Border Color

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

This div border color is #fcc496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc496


Comments

No comments written yet.

Please login to write comment.