Color Hex Logo

#fcc3aa Color Hex

#FCC3AA
(252,195,170)
0 Favorites   0 Comments

Color spaces of #fcc3aa

RGB 252195170
HSL0.050.930.83
HSV18°33°99°
CMYK 0.000.230.33   0.01
XYZ66.915762.627946.5918
Yxy62.62790.37990.3556
Hunter Lab79.137812.441220.4899
CIE-Lab83.246217.016420.4026

#fcc3aa color RGB value is (252,195,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 10101010
Octal 374 303 252
Decimal 252 195 170
Hex FC C3 AA

RGB Percentages of Color #fcc3aa

%40.84
%31.60
%27.55

CMYK Percentages of Color #fcc3aa

%0
%23
%33
%1

Triadic Colors of #fcc3aa

#fcc3aa #aafcc3 #c3aafc

Analogous Colors of #fcc3aa

#fcc3aa #fcecaa #fcaaba

Monochromatic Colors of #fcc3aa

#fcc3aa

Complementary Color

#fcc3aa #aae3fc

#fcc3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc3aa Color CSS Codes

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

#fcc3aa Text Font Color

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

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


#fcc3aa Background Color

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

This div background color is #fcc3aa


#fcc3aa Border Color

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

This div border color is #fcc3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc3aa


Comments

No comments written yet.

Please login to write comment.