Color Hex Logo

#fdedfc Color Hex

#FDEDFC
(253,237,252)
0 Favorites   0 Comments

Color spaces of #fdedfc

RGB 253237252
HSL0.840.800.96
HSV304°99°
CMYK 0.000.060.00   0.01
XYZ88.362988.4793104.5164
Yxy88.47930.31410.3145
Hunter Lab94.06343.0713-0.0343
CIE-Lab95.36247.9830-5.2857

#fdedfc color RGB value is (253,237,252).

#fdedfc hex color red value is 253, green value is 237 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fdedfc hue: 0.84 , saturation: 0.80 and the lightness value of fdedfc is 0.96.

The process color (four color CMYK) of #fdedfc color hex is 0.00, 0.06, 0.00, 0.01. Web safe color of #fdedfc is #ffffff. Color #fdedfc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 11111100
Octal 375 355 374
Decimal 253 237 252
Hex FD ED FC

RGB Percentages of Color #fdedfc

%34.10
%31.94
%33.96

CMYK Percentages of Color #fdedfc

%0
%6
%0
%1

Triadic Colors of #fdedfc

#fdedfc #fcfded #edfcfd

Analogous Colors of #fdedfc

#fdedfc #fdedf4 #f6edfd

Monochromatic Colors of #fdedfc

#fdedfc

Complementary Color

#fdedfc #edfdee

#fdedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedfc Color CSS Codes

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

#fdedfc Text Font Color

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

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


#fdedfc Background Color

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

This div background color is #fdedfc


#fdedfc Border Color

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

This div border color is #fdedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedfc

#fdedfc Color Palettes


Comments

No comments written yet.

Please login to write comment.