Color Hex Logo

#fcdcc3 Color Hex

#FCDCC3
(252,220,195)
0 Favorites   0 Comments

Color spaces of #fcdcc3

RGB 252220195
HSL0.070.900.88
HSV26°23°99°
CMYK 0.000.130.23   0.01
XYZ75.588475.822062.2809
Yxy75.82200.35370.3548
Hunter Lab87.07582.568818.5460
CIE-Lab89.77667.309316.3530

#fcdcc3 color RGB value is (252,220,195).

#fcdcc3 hex color red value is 252, green value is 220 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fcdcc3 hue: 0.07 , saturation: 0.90 and the lightness value of fcdcc3 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11000011
Octal 374 334 303
Decimal 252 220 195
Hex FC DC C3

RGB Percentages of Color #fcdcc3

%37.78
%32.98
%29.24

CMYK Percentages of Color #fcdcc3

%0
%13
%23
%1

Triadic Colors of #fcdcc3

#fcdcc3 #c3fcdc #dcc3fc

Analogous Colors of #fcdcc3

#fcdcc3 #fcf9c3 #fcc3c7

Monochromatic Colors of #fcdcc3

#fcdcc3

Complementary Color

#fcdcc3 #c3e3fc

#fcdcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcc3 Color CSS Codes

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

#fcdcc3 Text Font Color

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

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


#fcdcc3 Background Color

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

This div background color is #fcdcc3


#fcdcc3 Border Color

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

This div border color is #fcdcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcc3

Related Colors


Comments

No comments written yet.

Please login to write comment.