Color Hex Logo

#fcdcbc Color Hex

#FCDCBC
(252,220,188)
0 Favorites   0 Comments

Color spaces of #fcdcbc

RGB 252220188
HSL0.080.910.86
HSV30°25°99°
CMYK 0.000.130.25   0.01
XYZ74.815275.512758.2092
Yxy75.51270.35880.3621
Hunter Lab86.89801.608721.1129
CIE-Lab89.63266.345219.8045

#fcdcbc color RGB value is (252,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 10111100
Octal 374 334 274
Decimal 252 220 188
Hex FC DC BC

RGB Percentages of Color #fcdcbc

%38.18
%33.33
%28.48

CMYK Percentages of Color #fcdcbc

%0
%13
%25
%1

Triadic Colors of #fcdcbc

#fcdcbc #bcfcdc #dcbcfc

Analogous Colors of #fcdcbc

#fcdcbc #fcfcbc #fcbcbc

Monochromatic Colors of #fcdcbc

#fcdcbc

Complementary Color

#fcdcbc #bcdcfc

#fcdcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcbc Color CSS Codes

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

#fcdcbc Text Font Color

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

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


#fcdcbc Background Color

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

This div background color is #fcdcbc


#fcdcbc Border Color

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

This div border color is #fcdcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcbc

#fcdcbc Color Palettes


Comments

No comments written yet.

Please login to write comment.