Color Hex Logo

#fcc6ae Color Hex

#FCC6AE
(252,198,174)
0 Favorites   0 Comments

Color spaces of #fcc6ae

RGB 252198174
HSL0.050.930.84
HSV18°31°99°
CMYK 0.000.210.31   0.01
XYZ67.978964.139648.8417
Yxy64.13960.37570.3544
Hunter Lab80.087211.360219.9027
CIE-Lab84.038415.945219.3806

#fcc6ae color RGB value is (252,198,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 10101110
Octal 374 306 256
Decimal 252 198 174
Hex FC C6 AE

RGB Percentages of Color #fcc6ae

%40.38
%31.73
%27.88

CMYK Percentages of Color #fcc6ae

%0
%21
%31
%1

Triadic Colors of #fcc6ae

#fcc6ae #aefcc6 #c6aefc

Analogous Colors of #fcc6ae

#fcc6ae #fcedae #fcaebd

Monochromatic Colors of #fcc6ae

#fcc6ae

Complementary Color

#fcc6ae #aee4fc

#fcc6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc6ae Color CSS Codes

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

#fcc6ae Text Font Color

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

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


#fcc6ae Background Color

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

This div background color is #fcc6ae


#fcc6ae Border Color

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

This div border color is #fcc6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc6ae


Comments

No comments written yet.

Please login to write comment.