Color Hex Logo

#fde4fc Color Hex

#FDE4FC
(253,228,252)
1 Favorites   0 Comments

Color spaces of #fde4fc

RGB 253228252
HSL0.840.860.94
HSV302°10°99°
CMYK 0.000.100.00   0.01
XYZ85.822183.3977103.6695
Yxy83.39770.31450.3056
Hunter Lab91.32237.9351-3.3806
CIE-Lab93.188312.6313-8.4999

#fde4fc color RGB value is (253,228,252).

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

The process color (four color CMYK) of #fde4fc color hex is 0.00, 0.10, 0.00, 0.01. Web safe color of #fde4fc is #ffccff. Color #fde4fc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 11111100
Octal 375 344 374
Decimal 253 228 252
Hex FD E4 FC

RGB Percentages of Color #fde4fc

%34.52
%31.11
%34.38

CMYK Percentages of Color #fde4fc

%0
%10
%0
%1

Triadic Colors of #fde4fc

#fde4fc #fcfde4 #e4fcfd

Analogous Colors of #fde4fc

#fde4fc #fde4f0 #f2e4fd

Monochromatic Colors of #fde4fc

#fde4fc

Complementary Color

#fde4fc #e4fde5

#fde4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde4fc Color CSS Codes

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

#fde4fc Text Font Color

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

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


#fde4fc Background Color

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

This div background color is #fde4fc


#fde4fc Border Color

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

This div border color is #fde4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.