Color Hex Logo

#fdc7de Color Hex

#FDC7DE
(253,199,222)
0 Favorites   0 Comments

Color spaces of #fdc7de

RGB 253199222
HSL0.930.930.89
HSV334°21°99°
CMYK 0.000.210.12   0.01
XYZ74.116367.003478.1338
Yxy67.00340.33800.3056
Hunter Lab81.855618.37580.7047
CIE-Lab85.505722.6917-4.0465

#fdc7de color RGB value is (253,199,222).

#fdc7de hex color red value is 253, green value is 199 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fdc7de hue: 0.93 , saturation: 0.93 and the lightness value of fdc7de is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000111 11011110
Octal 375 307 336
Decimal 253 199 222
Hex FD C7 DE

RGB Percentages of Color #fdc7de

%37.54
%29.53
%32.94

CMYK Percentages of Color #fdc7de

%0
%21
%12
%1

Triadic Colors of #fdc7de

#fdc7de #defdc7 #c7defd

Analogous Colors of #fdc7de

#fdc7de #fdcbc7 #fdc7f9

Monochromatic Colors of #fdc7de

#fdc7de

Complementary Color

#fdc7de #c7fde6

#fdc7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc7de Color CSS Codes

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

#fdc7de Text Font Color

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

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


#fdc7de Background Color

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

This div background color is #fdc7de


#fdc7de Border Color

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

This div border color is #fdc7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc7de


Comments

No comments written yet.

Please login to write comment.