Color Hex Logo

#fda3ed Color Hex

#FDA3ED
(253,163,237)
0 Favorites   0 Comments

Color spaces of #fda3ed

RGB 253163237
HSL0.860.960.82
HSV311°36°99°
CMYK 0.000.360.06   0.01
XYZ68.891353.191586.7568
Yxy53.19150.32990.2547
Hunter Lab72.932540.9774-19.4756
CIE-Lab77.987944.0164-23.3667

#fda3ed color RGB value is (253,163,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100011 11101101
Octal 375 243 355
Decimal 253 163 237
Hex FD A3 ED

RGB Percentages of Color #fda3ed

%38.74
%24.96
%36.29

CMYK Percentages of Color #fda3ed

%0
%36
%6
%1

Triadic Colors of #fda3ed

#fda3ed #edfda3 #a3edfd

Analogous Colors of #fda3ed

#fda3ed #fda3c0 #e0a3fd

Monochromatic Colors of #fda3ed

#fda3ed

Complementary Color

#fda3ed #a3fdb3

#fda3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda3ed Color CSS Codes

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

#fda3ed Text Font Color

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

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


#fda3ed Background Color

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

This div background color is #fda3ed


#fda3ed Border Color

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

This div border color is #fda3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda3ed

Related Colors


Comments

No comments written yet.

Please login to write comment.