Color Hex Logo

#fcccab Color Hex

#FCCCAB
(252,204,171)
0 Favorites   0 Comments

Color spaces of #fcccab

RGB 252204171
HSL0.070.930.83
HSV24°32°99°
CMYK 0.000.190.32   0.01
XYZ69.088466.821547.7846
Yxy66.82150.37610.3638
Hunter Lab81.74447.811122.5625
CIE-Lab85.413712.436622.8644

#fcccab color RGB value is (252,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 10101011
Octal 374 314 253
Decimal 252 204 171
Hex FC CC AB

RGB Percentages of Color #fcccab

%40.19
%32.54
%27.27

CMYK Percentages of Color #fcccab

%0
%19
%32
%1

Triadic Colors of #fcccab

#fcccab #abfccc #ccabfc

Analogous Colors of #fcccab

#fcccab #fcf5ab #fcabb3

Monochromatic Colors of #fcccab

#fcccab

Complementary Color

#fcccab #abdbfc

#fcccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccab Color CSS Codes

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

#fcccab Text Font Color

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

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


#fcccab Background Color

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

This div background color is #fcccab


#fcccab Border Color

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

This div border color is #fcccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccab


Comments

No comments written yet.

Please login to write comment.