Color Hex Logo

#fddcde Color Hex

#FDDCDE
(253,220,222)
0 Favorites   0 Comments

Color spaces of #fddcde

RGB 253220222
HSL0.990.890.93
HSV356°13°99°
CMYK 0.000.130.12   0.01
XYZ79.286077.343079.8571
Yxy77.34300.33530.3271
Hunter Lab87.94497.02177.7240
CIE-Lab90.479311.71443.2218

#fddcde color RGB value is (253,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11011110
Octal 375 334 336
Decimal 253 220 222
Hex FD DC DE

RGB Percentages of Color #fddcde

%36.40
%31.65
%31.94

CMYK Percentages of Color #fddcde

%0
%13
%12
%1

Triadic Colors of #fddcde

#fddcde #defddc #dcdefd

Analogous Colors of #fddcde

#fddcde #fdebdc #fddcef

Monochromatic Colors of #fddcde

#fddcde

Complementary Color

#fddcde #dcfdfb

#fddcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddcde Color CSS Codes

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

#fddcde Text Font Color

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

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


#fddcde Background Color

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

This div background color is #fddcde


#fddcde Border Color

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

This div border color is #fddcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddcde

Related Colors


Comments

No comments written yet.

Please login to write comment.