Color Hex Logo

#fcdcbb Color Hex

#FCDCBB
(252,220,187)
0 Favorites   0 Comments

Color spaces of #fcdcbb

RGB 252220187
HSL0.080.920.86
HSV30°26°99°
CMYK 0.000.130.26   0.01
XYZ74.707775.469757.6433
Yxy75.46970.35950.3631
Hunter Lab86.87331.474921.4704
CIE-Lab89.61266.210420.2977

#fcdcbb color RGB value is (252,220,187).

#fcdcbb hex color red value is 252, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fcdcbb hue: 0.08 , saturation: 0.92 and the lightness value of fcdcbb is 0.86.

The process color (four color CMYK) of #fcdcbb color hex is 0.00, 0.13, 0.26, 0.01. Web safe color of #fcdcbb is #ffcccc. Color #fcdcbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 10111011
Octal 374 334 273
Decimal 252 220 187
Hex FC DC BB

RGB Percentages of Color #fcdcbb

%38.24
%33.38
%28.38

CMYK Percentages of Color #fcdcbb

%0
%13
%26
%1

Triadic Colors of #fcdcbb

#fcdcbb #bbfcdc #dcbbfc

Analogous Colors of #fcdcbb

#fcdcbb #fcfcbb #fcbcbb

Monochromatic Colors of #fcdcbb

#fcdcbb

Complementary Color

#fcdcbb #bbdbfc

#fcdcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcbb Color CSS Codes

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

#fcdcbb Text Font Color

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

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


#fcdcbb Background Color

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

This div background color is #fcdcbb


#fcdcbb Border Color

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

This div border color is #fcdcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcbb


Comments

No comments written yet.

Please login to write comment.