Color Hex Logo

#fcddc5 Color Hex

#FCDDC5
(252,221,197)
0 Favorites   0 Comments

Color spaces of #fcddc5

RGB 252221197
HSL0.070.900.88
HSV26°22°99°
CMYK 0.000.120.22   0.01
XYZ76.079476.439663.5678
Yxy76.43960.35210.3537
Hunter Lab87.42972.324618.0927
CIE-Lab90.06317.075615.7112

#fcddc5 color RGB value is (252,221,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11000101
Octal 374 335 305
Decimal 252 221 197
Hex FC DD C5

RGB Percentages of Color #fcddc5

%37.61
%32.99
%29.40

CMYK Percentages of Color #fcddc5

%0
%12
%22
%1

Triadic Colors of #fcddc5

#fcddc5 #c5fcdd #ddc5fc

Analogous Colors of #fcddc5

#fcddc5 #fcf9c5 #fcc5c9

Monochromatic Colors of #fcddc5

#fcddc5

Complementary Color

#fcddc5 #c5e4fc

#fcddc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddc5 Color CSS Codes

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

#fcddc5 Text Font Color

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

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


#fcddc5 Background Color

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

This div background color is #fcddc5


#fcddc5 Border Color

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

This div border color is #fcddc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddc5


Comments

No comments written yet.

Please login to write comment.