Color Hex Logo

#fcc6aa Color Hex

#FCC6AA
(252,198,170)
0 Favorites   0 Comments

Color spaces of #fcc6aa

RGB 252198170
HSL0.060.930.83
HSV20°33°99°
CMYK 0.000.210.33   0.01
XYZ67.594763.985946.8181
Yxy63.98590.37890.3587
Hunter Lab79.991210.852721.2919
CIE-Lab83.958415.445921.3870

#fcc6aa color RGB value is (252,198,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 10101010
Octal 374 306 252
Decimal 252 198 170
Hex FC C6 AA

RGB Percentages of Color #fcc6aa

%40.65
%31.94
%27.42

CMYK Percentages of Color #fcc6aa

%0
%21
%33
%1

Triadic Colors of #fcc6aa

#fcc6aa #aafcc6 #c6aafc

Analogous Colors of #fcc6aa

#fcc6aa #fcefaa #fcaab7

Monochromatic Colors of #fcc6aa

#fcc6aa

Complementary Color

#fcc6aa #aae0fc

#fcc6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc6aa Color CSS Codes

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

#fcc6aa Text Font Color

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

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


#fcc6aa Background Color

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

This div background color is #fcc6aa


#fcc6aa Border Color

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

This div border color is #fcc6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc6aa

Related Colors


Comments

No comments written yet.

Please login to write comment.