Color Hex Logo

#fcc3ae Color Hex

#FCC3AE
(252,195,174)
0 Favorites   0 Comments

Color spaces of #fcc3ae

RGB 252195174
HSL0.040.930.84
HSV16°31°99°
CMYK 0.000.230.31   0.01
XYZ67.300062.781748.6154
Yxy62.78170.37660.3513
Hunter Lab79.234912.952019.0864
CIE-Lab83.327417.516418.3915

#fcc3ae color RGB value is (252,195,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 10101110
Octal 374 303 256
Decimal 252 195 174
Hex FC C3 AE

RGB Percentages of Color #fcc3ae

%40.58
%31.40
%28.02

CMYK Percentages of Color #fcc3ae

%0
%23
%31
%1

Triadic Colors of #fcc3ae

#fcc3ae #aefcc3 #c3aefc

Analogous Colors of #fcc3ae

#fcc3ae #fceaae #fcaec0

Monochromatic Colors of #fcc3ae

#fcc3ae

Complementary Color

#fcc3ae #aee7fc

#fcc3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc3ae Color CSS Codes

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

#fcc3ae Text Font Color

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

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


#fcc3ae Background Color

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

This div background color is #fcc3ae


#fcc3ae Border Color

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

This div border color is #fcc3ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc3ae


Comments

No comments written yet.

Please login to write comment.