Color Hex Logo

#fcceac Color Hex

#FCCEAC
(252,206,172)
0 Favorites   0 Comments

Color spaces of #fcceac

RGB 252206172
HSL0.070.930.83
HSV26°32°99°
CMYK 0.000.180.32   0.01
XYZ69.662667.816648.4480
Yxy67.81660.37470.3647
Hunter Lab82.35086.883622.7646
CIE-Lab85.914711.519423.0280

#fcceac color RGB value is (252,206,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 10101100
Octal 374 316 254
Decimal 252 206 172
Hex FC CE AC

RGB Percentages of Color #fcceac

%40.00
%32.70
%27.30

CMYK Percentages of Color #fcceac

%0
%18
%32
%1

Triadic Colors of #fcceac

#fcceac #acfcce #ceacfc

Analogous Colors of #fcceac

#fcceac #fcf6ac #fcacb2

Monochromatic Colors of #fcceac

#fcceac

Complementary Color

#fcceac #acdafc

#fcceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcceac Color CSS Codes

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

#fcceac Text Font Color

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

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


#fcceac Background Color

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

This div background color is #fcceac


#fcceac Border Color

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

This div border color is #fcceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcceac

Related Colors


Comments

No comments written yet.

Please login to write comment.