Color Hex Logo

#fdcde2 Color Hex

#FDCDE2
(253,205,226)
0 Favorites   0 Comments

Color spaces of #fdcde2

RGB 253205226
HSL0.930.920.90
HSV334°19°99°
CMYK 0.000.190.11   0.01
XYZ76.066870.036381.4607
Yxy70.03630.33430.3078
Hunter Lab83.687715.79170.8691
CIE-Lab87.014720.1896-3.9510

#fdcde2 color RGB value is (253,205,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 11100010
Octal 375 315 342
Decimal 253 205 226
Hex FD CD E2

RGB Percentages of Color #fdcde2

%36.99
%29.97
%33.04

CMYK Percentages of Color #fdcde2

%0
%19
%11
%1

Triadic Colors of #fdcde2

#fdcde2 #e2fdcd #cde2fd

Analogous Colors of #fdcde2

#fdcde2 #fdd0cd #fdcdfa

Monochromatic Colors of #fdcde2

#fdcde2

Complementary Color

#fdcde2 #cdfde8

#fdcde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcde2 Color CSS Codes

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

#fdcde2 Text Font Color

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

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


#fdcde2 Background Color

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

This div background color is #fdcde2


#fdcde2 Border Color

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

This div border color is #fdcde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcde2


Comments

No comments written yet.

Please login to write comment.