Color Hex Logo

#fcccae Color Hex

#FCCCAE
(252,204,174)
0 Favorites   0 Comments

Color spaces of #fcccae

RGB 252204174
HSL0.060.930.84
HSV23°31°99°
CMYK 0.000.190.31   0.01
XYZ69.377766.937249.3080
Yxy66.93720.37380.3606
Hunter Lab81.81528.188121.5380
CIE-Lab85.472212.811121.3670

#fcccae color RGB value is (252,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 10101110
Octal 374 314 256
Decimal 252 204 174
Hex FC CC AE

RGB Percentages of Color #fcccae

%40.00
%32.38
%27.62

CMYK Percentages of Color #fcccae

%0
%19
%31
%1

Triadic Colors of #fcccae

#fcccae #aefccc #ccaefc

Analogous Colors of #fcccae

#fcccae #fcf3ae #fcaeb7

Monochromatic Colors of #fcccae

#fcccae

Complementary Color

#fcccae #aedefc

#fcccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccae Color CSS Codes

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

#fcccae Text Font Color

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

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


#fcccae Background Color

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

This div background color is #fcccae


#fcccae Border Color

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

This div border color is #fcccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccae


Comments

No comments written yet.

Please login to write comment.