Color Hex Logo

#fddcd5 Color Hex

#FDDCD5
(253,220,213)
0 Favorites   0 Comments

Color spaces of #fddcd5

RGB 253220213
HSL0.030.910.91
HSV11°16°99°
CMYK 0.000.130.16   0.01
XYZ78.111576.873173.6719
Yxy76.87310.34160.3362
Hunter Lab87.67735.589911.5550
CIE-Lab90.263210.31017.6315

#fddcd5 color RGB value is (253,220,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11010101
Octal 375 334 325
Decimal 253 220 213
Hex FD DC D5

RGB Percentages of Color #fddcd5

%36.88
%32.07
%31.05

CMYK Percentages of Color #fddcd5

%0
%13
%16
%1

Triadic Colors of #fddcd5

#fddcd5 #d5fddc #dcd5fd

Analogous Colors of #fddcd5

#fddcd5 #fdf0d5 #fdd5e2

Monochromatic Colors of #fddcd5

#fddcd5

Complementary Color

#fddcd5 #d5f6fd

#fddcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddcd5 Color CSS Codes

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

#fddcd5 Text Font Color

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

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


#fddcd5 Background Color

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

This div background color is #fddcd5


#fddcd5 Border Color

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

This div border color is #fddcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddcd5


Comments

No comments written yet.

Please login to write comment.