Color Hex Logo

#fcddc1 Color Hex

#FCDDC1
(252,221,193)
0 Favorites   0 Comments

Color spaces of #fcddc1

RGB 252221193
HSL0.080.910.87
HSV28°23°99°
CMYK 0.000.120.23   0.01
XYZ75.627076.258661.1855
Yxy76.25860.35490.3579
Hunter Lab87.32621.765419.5865
CIE-Lab89.97936.514717.6815

#fcddc1 color RGB value is (252,221,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11000001
Octal 374 335 301
Decimal 252 221 193
Hex FC DD C1

RGB Percentages of Color #fcddc1

%37.84
%33.18
%28.98

CMYK Percentages of Color #fcddc1

%0
%12
%23
%1

Triadic Colors of #fcddc1

#fcddc1 #c1fcdd #ddc1fc

Analogous Colors of #fcddc1

#fcddc1 #fcfbc1 #fcc1c3

Monochromatic Colors of #fcddc1

#fcddc1

Complementary Color

#fcddc1 #c1e0fc

#fcddc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddc1 Color CSS Codes

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

#fcddc1 Text Font Color

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

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


#fcddc1 Background Color

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

This div background color is #fcddc1


#fcddc1 Border Color

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

This div border color is #fcddc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddc1

Related Colors


Comments

No comments written yet.

Please login to write comment.