Color Hex Logo

#fcc7aa Color Hex

#FCC7AA
(252,199,170)
0 Favorites   0 Comments

Color spaces of #fcc7aa

RGB 252199170
HSL0.060.930.83
HSV21°33°99°
CMYK 0.000.210.33   0.01
XYZ67.824064.444646.8945
Yxy64.44460.37860.3597
Hunter Lab80.277410.323921.5596
CIE-Lab84.196714.922921.7158

#fcc7aa color RGB value is (252,199,170).

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

The process color (four color CMYK) of #fcc7aa color hex is 0.00, 0.21, 0.33, 0.01. Web safe color of #fcc7aa is #ffcc99. Color #fcc7aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 10101010
Octal 374 307 252
Decimal 252 199 170
Hex FC C7 AA

RGB Percentages of Color #fcc7aa

%40.58
%32.05
%27.38

CMYK Percentages of Color #fcc7aa

%0
%21
%33
%1

Triadic Colors of #fcc7aa

#fcc7aa #aafcc7 #c7aafc

Analogous Colors of #fcc7aa

#fcc7aa #fcf0aa #fcaab6

Monochromatic Colors of #fcc7aa

#fcc7aa

Complementary Color

#fcc7aa #aadffc

#fcc7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc7aa Color CSS Codes

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

#fcc7aa Text Font Color

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

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


#fcc7aa Background Color

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

This div background color is #fcc7aa


#fcc7aa Border Color

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

This div border color is #fcc7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc7aa


Comments

No comments written yet.

Please login to write comment.