Color Hex Logo

#fdc4dd Color Hex

#FDC4DD
(253,196,221)
0 Favorites   0 Comments

Color spaces of #fdc4dd

RGB 253196221
HSL0.930.930.88
HSV334°23°99°
CMYK 0.000.230.13   0.01
XYZ73.299165.583077.2021
Yxy65.58300.33920.3035
Hunter Lab80.983319.84190.1667
CIE-Lab84.783324.1078-4.5775

#fdc4dd color RGB value is (253,196,221).

#fdc4dd hex color red value is 253, green value is 196 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fdc4dd hue: 0.93 , saturation: 0.93 and the lightness value of fdc4dd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000100 11011101
Octal 375 304 335
Decimal 253 196 221
Hex FD C4 DD

RGB Percentages of Color #fdc4dd

%37.76
%29.25
%32.99

CMYK Percentages of Color #fdc4dd

%0
%23
%13
%1

Triadic Colors of #fdc4dd

#fdc4dd #ddfdc4 #c4ddfd

Analogous Colors of #fdc4dd

#fdc4dd #fdc8c4 #fdc4fa

Monochromatic Colors of #fdc4dd

#fdc4dd

Complementary Color

#fdc4dd #c4fde4

#fdc4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc4dd Color CSS Codes

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

#fdc4dd Text Font Color

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

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


#fdc4dd Background Color

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

This div background color is #fdc4dd


#fdc4dd Border Color

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

This div border color is #fdc4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc4dd

Related Colors


Comments

No comments written yet.

Please login to write comment.