Color Hex Logo

#fcddc0 Color Hex

#FCDDC0
(252,221,192)
0 Favorites   0 Comments

Color spaces of #fcddc0

RGB 252221192
HSL0.080.910.87
HSV29°24°99°
CMYK 0.000.120.24   0.01
XYZ75.515876.214160.5999
Yxy76.21410.35570.3589
Hunter Lab87.30071.627719.9542
CIE-Lab89.95876.376418.1742

#fcddc0 color RGB value is (252,221,192).

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

The process color (four color CMYK) of #fcddc0 color hex is 0.00, 0.12, 0.24, 0.01. Web safe color of #fcddc0 is #ffcccc. Color #fcddc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11000000
Octal 374 335 300
Decimal 252 221 192
Hex FC DD C0

RGB Percentages of Color #fcddc0

%37.89
%33.23
%28.87

CMYK Percentages of Color #fcddc0

%0
%12
%24
%1

Triadic Colors of #fcddc0

#fcddc0 #c0fcdd #ddc0fc

Analogous Colors of #fcddc0

#fcddc0 #fcfbc0 #fcc0c1

Monochromatic Colors of #fcddc0

#fcddc0

Complementary Color

#fcddc0 #c0dffc

#fcddc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddc0 Color CSS Codes

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

#fcddc0 Text Font Color

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

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


#fcddc0 Background Color

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

This div background color is #fcddc0


#fcddc0 Border Color

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

This div border color is #fcddc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddc0

Related Colors


Comments

No comments written yet.

Please login to write comment.