Color Hex Logo

#fddcd3 Color Hex

#FDDCD3
(253,220,211)
0 Favorites   0 Comments

Color spaces of #fddcd3

RGB 253220211
HSL0.040.910.91
HSV13°17°99°
CMYK 0.000.130.17   0.01
XYZ77.859176.772272.3429
Yxy76.77220.34300.3382
Hunter Lab87.61975.280912.3813
CIE-Lab90.216710.00568.6135

#fddcd3 color RGB value is (253,220,211).

#fddcd3 hex color red value is 253, green value is 220 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #fddcd3 hue: 0.04 , saturation: 0.91 and the lightness value of fddcd3 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11010011
Octal 375 334 323
Decimal 253 220 211
Hex FD DC D3

RGB Percentages of Color #fddcd3

%36.99
%32.16
%30.85

CMYK Percentages of Color #fddcd3

%0
%13
%17
%1

Triadic Colors of #fddcd3

#fddcd3 #d3fddc #dcd3fd

Analogous Colors of #fddcd3

#fddcd3 #fdf1d3 #fdd3df

Monochromatic Colors of #fddcd3

#fddcd3

Complementary Color

#fddcd3 #d3f4fd

#fddcd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddcd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddcd3 Color CSS Codes

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

#fddcd3 Text Font Color

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

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


#fddcd3 Background Color

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

This div background color is #fddcd3


#fddcd3 Border Color

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

This div border color is #fddcd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddcd3


Comments

No comments written yet.

Please login to write comment.