Color Hex Logo

#fcceae Color Hex

#FCCEAE
(252,206,174)
0 Favorites   0 Comments

Color spaces of #fcceae

RGB 252206174
HSL0.070.930.84
HSV25°31°99°
CMYK 0.000.180.31   0.01
XYZ69.856267.894149.4674
Yxy67.89410.37310.3626
Hunter Lab82.39797.134522.0839
CIE-Lab85.953511.769422.0314

#fcceae color RGB value is (252,206,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 10101110
Octal 374 316 256
Decimal 252 206 174
Hex FC CE AE

RGB Percentages of Color #fcceae

%39.87
%32.59
%27.53

CMYK Percentages of Color #fcceae

%0
%18
%31
%1

Triadic Colors of #fcceae

#fcceae #aefcce #ceaefc

Analogous Colors of #fcceae

#fcceae #fcf5ae #fcaeb5

Monochromatic Colors of #fcceae

#fcceae

Complementary Color

#fcceae #aedcfc

#fcceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcceae Color CSS Codes

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

#fcceae Text Font Color

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

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


#fcceae Background Color

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

This div background color is #fcceae


#fcceae Border Color

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

This div border color is #fcceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcceae


Comments

No comments written yet.

Please login to write comment.