Color Hex Logo

#fdcde1 Color Hex

#FDCDE1
(253,205,225)
0 Favorites   0 Comments

Color spaces of #fdcde1

RGB 253205225
HSL0.930.920.90
HSV335°19°99°
CMYK 0.000.190.11   0.01
XYZ75.929969.981580.7400
Yxy69.98150.33500.3088
Hunter Lab83.654915.62041.3344
CIE-Lab86.987820.0267-3.4603

#fdcde1 color RGB value is (253,205,225).

#fdcde1 hex color red value is 253, green value is 205 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #fdcde1 hue: 0.93 , saturation: 0.92 and the lightness value of fdcde1 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 11100001
Octal 375 315 341
Decimal 253 205 225
Hex FD CD E1

RGB Percentages of Color #fdcde1

%37.04
%30.01
%32.94

CMYK Percentages of Color #fdcde1

%0
%19
%11
%1

Triadic Colors of #fdcde1

#fdcde1 #e1fdcd #cde1fd

Analogous Colors of #fdcde1

#fdcde1 #fdd1cd #fdcdf9

Monochromatic Colors of #fdcde1

#fdcde1

Complementary Color

#fdcde1 #cdfde9

#fdcde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcde1 Color CSS Codes

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

#fdcde1 Text Font Color

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

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


#fdcde1 Background Color

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

This div background color is #fdcde1


#fdcde1 Border Color

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

This div border color is #fdcde1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,205,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 #fdcde1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcde1


Comments

No comments written yet.

Please login to write comment.