Color Hex Logo

#fcc2ac Color Hex

#FCC2AC
(252,194,172)
0 Favorites   0 Comments

Color spaces of #fcc2ac

RGB 252194172
HSL0.050.930.83
HSV17°32°99°
CMYK 0.000.230.32   0.01
XYZ66.883162.257647.5215
Yxy62.25760.37860.3524
Hunter Lab78.903513.225719.5236
CIE-Lab83.050217.789019.0689

#fcc2ac color RGB value is (252,194,172).

#fcc2ac hex color red value is 252, green value is 194 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fcc2ac hue: 0.05 , saturation: 0.93 and the lightness value of fcc2ac is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 10101100
Octal 374 302 254
Decimal 252 194 172
Hex FC C2 AC

RGB Percentages of Color #fcc2ac

%40.78
%31.39
%27.83

CMYK Percentages of Color #fcc2ac

%0
%23
%32
%1

Triadic Colors of #fcc2ac

#fcc2ac #acfcc2 #c2acfc

Analogous Colors of #fcc2ac

#fcc2ac #fceaac #fcacbe

Monochromatic Colors of #fcc2ac

#fcc2ac

Complementary Color

#fcc2ac #ace6fc

#fcc2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc2ac Color CSS Codes

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

#fcc2ac Text Font Color

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

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


#fcc2ac Background Color

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

This div background color is #fcc2ac


#fcc2ac Border Color

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

This div border color is #fcc2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc2ac


Comments

No comments written yet.

Please login to write comment.