Color Hex Logo

#fdcde0 Color Hex

#FDCDE0
(253,205,224)
0 Favorites   0 Comments

Color spaces of #fdcde0

RGB 253205224
HSL0.930.920.90
HSV336°19°99°
CMYK 0.000.190.11   0.01
XYZ75.793969.927180.0235
Yxy69.92710.33580.3098
Hunter Lab83.622415.45001.7974
CIE-Lab86.961119.8646-2.9692

#fdcde0 color RGB value is (253,205,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 11100000
Octal 375 315 340
Decimal 253 205 224
Hex FD CD E0

RGB Percentages of Color #fdcde0

%37.10
%30.06
%32.84

CMYK Percentages of Color #fdcde0

%0
%19
%11
%1

Triadic Colors of #fdcde0

#fdcde0 #e0fdcd #cde0fd

Analogous Colors of #fdcde0

#fdcde0 #fdd2cd #fdcdf8

Monochromatic Colors of #fdcde0

#fdcde0

Complementary Color

#fdcde0 #cdfdea

#fdcde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcde0 Color CSS Codes

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

#fdcde0 Text Font Color

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

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


#fdcde0 Background Color

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

This div background color is #fdcde0


#fdcde0 Border Color

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

This div border color is #fdcde0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,205,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcde0

Related Colors


Comments

No comments written yet.

Please login to write comment.