Color Hex Logo

#fcd4ab Color Hex

#FCD4AB
(252,212,171)
0 Favorites   0 Comments

Color spaces of #fcd4ab

RGB 252212171
HSL0.080.930.83
HSV30°32°99°
CMYK 0.000.160.32   0.01
XYZ71.039170.722748.4348
Yxy70.72270.37350.3718
Hunter Lab84.09683.615024.7202
CIE-Lab87.35018.282125.5168

#fcd4ab color RGB value is (252,212,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 10101011
Octal 374 324 253
Decimal 252 212 171
Hex FC D4 AB

RGB Percentages of Color #fcd4ab

%39.69
%33.39
%26.93

CMYK Percentages of Color #fcd4ab

%0
%16
%32
%1

Triadic Colors of #fcd4ab

#fcd4ab #abfcd4 #d4abfc

Analogous Colors of #fcd4ab

#fcd4ab #fcfcab #fcacab

Monochromatic Colors of #fcd4ab

#fcd4ab

Complementary Color

#fcd4ab #abd3fc

#fcd4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd4ab Color CSS Codes

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

#fcd4ab Text Font Color

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

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


#fcd4ab Background Color

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

This div background color is #fcd4ab


#fcd4ab Border Color

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

This div border color is #fcd4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd4ab

Related Colors

#fcd4ab Color Palettes


Comments

No comments written yet.

Please login to write comment.