Color Hex Logo

#fdc5df Color Hex

#FDC5DF
(253,197,223)
0 Favorites   0 Comments

Color spaces of #fdc5df

RGB 253197223
HSL0.920.930.88
HSV332°22°99°
CMYK 0.000.220.12   0.01
XYZ73.793566.142978.6895
Yxy66.14290.33750.3025
Hunter Lab81.328319.6381-0.4365
CIE-Lab85.069323.9036-5.2225

#fdc5df color RGB value is (253,197,223).

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

The process color (four color CMYK) of #fdc5df color hex is 0.00, 0.22, 0.12, 0.01. Web safe color of #fdc5df is #ffcccc. Color #fdc5df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 11011111
Octal 375 305 337
Decimal 253 197 223
Hex FD C5 DF

RGB Percentages of Color #fdc5df

%37.59
%29.27
%33.14

CMYK Percentages of Color #fdc5df

%0
%22
%12
%1

Triadic Colors of #fdc5df

#fdc5df #dffdc5 #c5dffd

Analogous Colors of #fdc5df

#fdc5df #fdc7c5 #fdc5fb

Monochromatic Colors of #fdc5df

#fdc5df

Complementary Color

#fdc5df #c5fde3

#fdc5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc5df Color CSS Codes

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

#fdc5df Text Font Color

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

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


#fdc5df Background Color

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

This div background color is #fdc5df


#fdc5df Border Color

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

This div border color is #fdc5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc5df


Comments

No comments written yet.

Please login to write comment.