Color Hex Logo

#fcdde1 Color Hex

#FCDDE1
(252,221,225)
2 Favorites   0 Comments

Color spaces of #fcdde1

RGB 252221225
HSL0.980.840.93
HSV352°12°99°
CMYK 0.000.120.11   0.01
XYZ79.591977.844682.0647
Yxy77.84460.33230.3250
Hunter Lab88.22966.62316.6135
CIE-Lab90.708911.32891.9709

#fcdde1 color RGB value is (252,221,225).

#fcdde1 hex color red value is 252, green value is 221 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #fcdde1 hue: 0.98 , saturation: 0.84 and the lightness value of fcdde1 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11100001
Octal 374 335 341
Decimal 252 221 225
Hex FC DD E1

RGB Percentages of Color #fcdde1

%36.10
%31.66
%32.23

CMYK Percentages of Color #fcdde1

%0
%12
%11
%1

Triadic Colors of #fcdde1

#fcdde1 #e1fcdd #dde1fc

Analogous Colors of #fcdde1

#fcdde1 #fce9dd #fcddf1

Monochromatic Colors of #fcdde1

#fcdde1

Complementary Color

#fcdde1 #ddfcf8

#fcdde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdde1 Color CSS Codes

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

#fcdde1 Text Font Color

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

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


#fcdde1 Background Color

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

This div background color is #fcdde1


#fcdde1 Border Color

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

This div border color is #fcdde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdde1

Related Colors


Comments

No comments written yet.

Please login to write comment.