Color Hex Logo

#fcccb4 Color Hex

#FCCCB4
(252,204,180)
0 Favorites   0 Comments

Color spaces of #fcccb4

RGB 252204180
HSL0.060.920.85
HSV20°29°99°
CMYK 0.000.190.29   0.01
XYZ69.976067.176552.4582
Yxy67.17650.36910.3543
Hunter Lab81.96138.965619.4251
CIE-Lab85.593013.580918.3718

#fcccb4 color RGB value is (252,204,180).

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

The process color (four color CMYK) of #fcccb4 color hex is 0.00, 0.19, 0.29, 0.01. Web safe color of #fcccb4 is #ffcccc. Color #fcccb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 10110100
Octal 374 314 264
Decimal 252 204 180
Hex FC CC B4

RGB Percentages of Color #fcccb4

%39.62
%32.08
%28.30

CMYK Percentages of Color #fcccb4

%0
%19
%29
%1

Triadic Colors of #fcccb4

#fcccb4 #b4fccc #ccb4fc

Analogous Colors of #fcccb4

#fcccb4 #fcf0b4 #fcb4c0

Monochromatic Colors of #fcccb4

#fcccb4

Complementary Color

#fcccb4 #b4e4fc

#fcccb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccb4 Color CSS Codes

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

#fcccb4 Text Font Color

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

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


#fcccb4 Background Color

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

This div background color is #fcccb4


#fcccb4 Border Color

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

This div border color is #fcccb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccb4

#fcccb4 Color Palettes


Comments

No comments written yet.

Please login to write comment.