Color Hex Logo

#fcd49f Color Hex

#FCD49F
(252,212,159)
0 Favorites   0 Comments

Color spaces of #fcd49f

RGB 252212159
HSL0.090.940.81
HSV34°37°99°
CMYK 0.000.160.37   0.01
XYZ69.946470.285642.6808
Yxy70.28560.38240.3843
Hunter Lab83.83652.212128.5013
CIE-Lab87.13676.863231.4513

#fcd49f color RGB value is (252,212,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 10011111
Octal 374 324 237
Decimal 252 212 159
Hex FC D4 9F

RGB Percentages of Color #fcd49f

%40.45
%34.03
%25.52

CMYK Percentages of Color #fcd49f

%0
%16
%37
%1

Triadic Colors of #fcd49f

#fcd49f #9ffcd4 #d49ffc

Analogous Colors of #fcd49f

#fcd49f #f6fc9f #fca69f

Monochromatic Colors of #fcd49f

#fcd49f

Complementary Color

#fcd49f #9fc7fc

#fcd49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd49f Color CSS Codes

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

#fcd49f Text Font Color

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

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


#fcd49f Background Color

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

This div background color is #fcd49f


#fcd49f Border Color

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

This div border color is #fcd49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd49f


Comments

No comments written yet.

Please login to write comment.