Color Hex Logo

#fdd6dc Color Hex

#FDD6DC
(253,214,220)
0 Favorites   0 Comments

Color spaces of #fdd6dc

RGB 253214220
HSL0.970.910.92
HSV351°15°99°
CMYK 0.000.150.13   0.01
XYZ77.472874.143177.9379
Yxy74.14310.33750.3230
Hunter Lab86.10649.91626.6090
CIE-Lab88.990114.51762.1108

#fdd6dc color RGB value is (253,214,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 11011100
Octal 375 326 334
Decimal 253 214 220
Hex FD D6 DC

RGB Percentages of Color #fdd6dc

%36.83
%31.15
%32.02

CMYK Percentages of Color #fdd6dc

%0
%15
%13
%1

Triadic Colors of #fdd6dc

#fdd6dc #dcfdd6 #d6dcfd

Analogous Colors of #fdd6dc

#fdd6dc #fde4d6 #fdd6f0

Monochromatic Colors of #fdd6dc

#fdd6dc

Complementary Color

#fdd6dc #d6fdf7

#fdd6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd6dc Color CSS Codes

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

#fdd6dc Text Font Color

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

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


#fdd6dc Background Color

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

This div background color is #fdd6dc


#fdd6dc Border Color

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

This div border color is #fdd6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd6dc


Comments

No comments written yet.

Please login to write comment.