Color Hex Logo

#fcd496 Color Hex

#FCD496
(252,212,150)
0 Favorites   0 Comments

Color spaces of #fcd496

RGB 252212150
HSL0.100.940.79
HSV36°40°99°
CMYK 0.000.160.40   0.01
XYZ69.193469.984438.7156
Yxy69.98440.38900.3934
Hunter Lab83.65671.240231.1208
CIE-Lab86.98925.873435.8778

#fcd496 color RGB value is (252,212,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 10010110
Octal 374 324 226
Decimal 252 212 150
Hex FC D4 96

RGB Percentages of Color #fcd496

%41.04
%34.53
%24.43

CMYK Percentages of Color #fcd496

%0
%16
%40
%1

Triadic Colors of #fcd496

#fcd496 #96fcd4 #d496fc

Analogous Colors of #fcd496

#fcd496 #f1fc96 #fca196

Monochromatic Colors of #fcd496

#fcd496

Complementary Color

#fcd496 #96befc

#fcd496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd496 Color CSS Codes

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

#fcd496 Text Font Color

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

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


#fcd496 Background Color

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

This div background color is #fcd496


#fcd496 Border Color

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

This div border color is #fcd496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd496


Comments

No comments written yet.

Please login to write comment.