Color Hex Logo

#fddce2 Color Hex

#FDDCE2
(253,220,226)
0 Favorites   0 Comments

Color spaces of #fddce2

RGB 253220226
HSL0.970.890.93
HSV349°13°99°
CMYK 0.000.130.11   0.01
XYZ79.828777.560082.7147
Yxy77.56000.33250.3230
Hunter Lab88.06827.68075.9618
CIE-Lab90.578712.35701.2671

#fddce2 color RGB value is (253,220,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11100010
Octal 375 334 342
Decimal 253 220 226
Hex FD DC E2

RGB Percentages of Color #fddce2

%36.19
%31.47
%32.33

CMYK Percentages of Color #fddce2

%0
%13
%11
%1

Triadic Colors of #fddce2

#fddce2 #e2fddc #dce2fd

Analogous Colors of #fddce2

#fddce2 #fde7dc #fddcf3

Monochromatic Colors of #fddce2

#fddce2

Complementary Color

#fddce2 #dcfdf7

#fddce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddce2 Color CSS Codes

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

#fddce2 Text Font Color

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

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


#fddce2 Background Color

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

This div background color is #fddce2


#fddce2 Border Color

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

This div border color is #fddce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddce2


Comments

No comments written yet.

Please login to write comment.