Color Hex Logo

#fcc29f Color Hex

#FCC29F
(252,194,159)
0 Favorites   0 Comments

Color spaces of #fcc29f

RGB 252194159
HSL0.060.940.81
HSV23°37°99°
CMYK 0.000.230.37   0.01
XYZ65.694761.782241.2636
Yxy61.78220.38930.3661
Hunter Lab78.601711.636123.8956
CIE-Lab82.797516.228725.6081

#fcc29f color RGB value is (252,194,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 10011111
Octal 374 302 237
Decimal 252 194 159
Hex FC C2 9F

RGB Percentages of Color #fcc29f

%41.65
%32.07
%26.28

CMYK Percentages of Color #fcc29f

%0
%23
%37
%1

Triadic Colors of #fcc29f

#fcc29f #9ffcc2 #c29ffc

Analogous Colors of #fcc29f

#fcc29f #fcf19f #fc9fab

Monochromatic Colors of #fcc29f

#fcc29f

Complementary Color

#fcc29f #9fd9fc

#fcc29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc29f Color CSS Codes

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

#fcc29f Text Font Color

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

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


#fcc29f Background Color

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

This div background color is #fcc29f


#fcc29f Border Color

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

This div border color is #fcc29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc29f

Related Colors


Comments

No comments written yet.

Please login to write comment.