Color Hex Logo

#fdcfde Color Hex

#FDCFDE
(253,207,222)
0 Favorites   0 Comments

Color spaces of #fdcfde

RGB 253207222
HSL0.950.920.90
HSV340°18°99°
CMYK 0.000.180.12   0.01
XYZ76.005770.782278.7636
Yxy70.78220.33700.3138
Hunter Lab84.132214.02713.3859
CIE-Lab87.379118.4945-1.2963

#fdcfde color RGB value is (253,207,222).

#fdcfde hex color red value is 253, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fdcfde hue: 0.95 , saturation: 0.92 and the lightness value of fdcfde is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 11011110
Octal 375 317 336
Decimal 253 207 222
Hex FD CF DE

RGB Percentages of Color #fdcfde

%37.10
%30.35
%32.55

CMYK Percentages of Color #fdcfde

%0
%18
%12
%1

Triadic Colors of #fdcfde

#fdcfde #defdcf #cfdefd

Analogous Colors of #fdcfde

#fdcfde #fdd7cf #fdcff5

Monochromatic Colors of #fdcfde

#fdcfde

Complementary Color

#fdcfde #cffdee

#fdcfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfde Color CSS Codes

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

#fdcfde Text Font Color

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

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


#fdcfde Background Color

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

This div background color is #fdcfde


#fdcfde Border Color

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

This div border color is #fdcfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfde


Comments

No comments written yet.

Please login to write comment.