Color Hex Logo

#fddccd Color Hex

#FDDCCD
(253,220,205)
0 Favorites   0 Comments

Color spaces of #fddccd

RGB 253220205
HSL0.050.920.90
HSV19°19°99°
CMYK 0.000.130.19   0.01
XYZ77.120776.476868.4544
Yxy76.47680.34730.3444
Hunter Lab87.45104.375114.8050
CIE-Lab90.08039.109911.5629

#fddccd color RGB value is (253,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11001101
Octal 375 334 315
Decimal 253 220 205
Hex FD DC CD

RGB Percentages of Color #fddccd

%37.32
%32.45
%30.24

CMYK Percentages of Color #fddccd

%0
%13
%19
%1

Triadic Colors of #fddccd

#fddccd #cdfddc #dccdfd

Analogous Colors of #fddccd

#fddccd #fdf4cd #fdcdd6

Monochromatic Colors of #fddccd

#fddccd

Complementary Color

#fddccd #cdeefd

#fddccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddccd Color CSS Codes

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

#fddccd Text Font Color

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

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


#fddccd Background Color

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

This div background color is #fddccd


#fddccd Border Color

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

This div border color is #fddccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddccd


Comments

No comments written yet.

Please login to write comment.