Color Hex Logo

#fde3fa Color Hex

#FDE3FA
(253,227,250)
0 Favorites   0 Comments

Color spaces of #fde3fa

RGB 253227250
HSL0.850.870.94
HSV307°10°99°
CMYK 0.000.100.01   0.01
XYZ85.232482.7229101.9174
Yxy82.72290.31580.3065
Hunter Lab90.95218.1084-2.7716
CIE-Lab92.893012.7947-7.8943

#fde3fa color RGB value is (253,227,250).

#fde3fa hex color red value is 253, green value is 227 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fde3fa hue: 0.85 , saturation: 0.87 and the lightness value of fde3fa is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 11111010
Octal 375 343 372
Decimal 253 227 250
Hex FD E3 FA

RGB Percentages of Color #fde3fa

%34.66
%31.10
%34.25

CMYK Percentages of Color #fde3fa

%0
%10
%1
%1

Triadic Colors of #fde3fa

#fde3fa #fafde3 #e3fafd

Analogous Colors of #fde3fa

#fde3fa #fde3ed #f3e3fd

Monochromatic Colors of #fde3fa

#fde3fa

Complementary Color

#fde3fa #e3fde6

#fde3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde3fa Color CSS Codes

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

#fde3fa Text Font Color

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

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


#fde3fa Background Color

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

This div background color is #fde3fa


#fde3fa Border Color

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

This div border color is #fde3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde3fa

Related Colors


Comments

No comments written yet.

Please login to write comment.