Color Hex Logo

#fdd9d5 Color Hex

#FDD9D5
(253,217,213)
0 Favorites   0 Comments

Color spaces of #fdd9d5

RGB 253217213
HSL0.020.910.91
HSV16°99°
CMYK 0.000.140.16   0.01
XYZ77.331175.312573.4118
Yxy75.31250.34210.3332
Hunter Lab86.78287.189410.5930
CIE-Lab89.539211.86596.5901

#fdd9d5 color RGB value is (253,217,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 11010101
Octal 375 331 325
Decimal 253 217 213
Hex FD D9 D5

RGB Percentages of Color #fdd9d5

%37.04
%31.77
%31.19

CMYK Percentages of Color #fdd9d5

%0
%14
%16
%1

Triadic Colors of #fdd9d5

#fdd9d5 #d5fdd9 #d9d5fd

Analogous Colors of #fdd9d5

#fdd9d5 #fdedd5 #fdd5e5

Monochromatic Colors of #fdd9d5

#fdd9d5

Complementary Color

#fdd9d5 #d5f9fd

#fdd9d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd9d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd9d5 Color CSS Codes

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

#fdd9d5 Text Font Color

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

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


#fdd9d5 Background Color

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

This div background color is #fdd9d5


#fdd9d5 Border Color

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

This div border color is #fdd9d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd9d5

Related Colors


Comments

No comments written yet.

Please login to write comment.