Color Hex Logo

#fcccb5 Color Hex

#FCCCB5
(252,204,181)
1 Favorites   0 Comments

Color spaces of #fcccb5

RGB 252204181
HSL0.050.920.85
HSV19°28°99°
CMYK 0.000.190.28   0.01
XYZ70.078267.217452.9968
Yxy67.21740.36830.3532
Hunter Lab81.98629.098019.0646
CIE-Lab85.613613.711817.8725

#fcccb5 color RGB value is (252,204,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 10110101
Octal 374 314 265
Decimal 252 204 181
Hex FC CC B5

RGB Percentages of Color #fcccb5

%39.56
%32.03
%28.41

CMYK Percentages of Color #fcccb5

%0
%19
%28
%1

Triadic Colors of #fcccb5

#fcccb5 #b5fccc #ccb5fc

Analogous Colors of #fcccb5

#fcccb5 #fcf0b5 #fcb5c2

Monochromatic Colors of #fcccb5

#fcccb5

Complementary Color

#fcccb5 #b5e5fc

#fcccb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccb5 Color CSS Codes

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

#fcccb5 Text Font Color

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

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


#fcccb5 Background Color

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

This div background color is #fcccb5


#fcccb5 Border Color

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

This div border color is #fcccb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccb5


Comments

No comments written yet.

Please login to write comment.