Color Hex Logo

#fea3ed Color Hex

#FEA3ED
(254,163,237)
0 Favorites   0 Comments

Color spaces of #fea3ed

RGB 254163237
HSL0.860.980.82
HSV311°36°100°
CMYK 0.000.360.07   0.00
XYZ69.256353.379686.7739
Yxy53.37960.33070.2549
Hunter Lab73.061341.3463-19.2749
CIE-Lab78.098644.3313-23.1881

#fea3ed color RGB value is (254,163,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 11101101
Octal 376 243 355
Decimal 254 163 237
Hex FE A3 ED

RGB Percentages of Color #fea3ed

%38.84
%24.92
%36.24

CMYK Percentages of Color #fea3ed

%0
%36
%7
%0

Triadic Colors of #fea3ed

#fea3ed #edfea3 #a3edfe

Analogous Colors of #fea3ed

#fea3ed #fea3c0 #e2a3fe

Monochromatic Colors of #fea3ed

#fea3ed

Complementary Color

#fea3ed #a3feb4

#fea3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea3ed Color CSS Codes

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

#fea3ed Text Font Color

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

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


#fea3ed Background Color

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

This div background color is #fea3ed


#fea3ed Border Color

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

This div border color is #fea3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea3ed


Comments

No comments written yet.

Please login to write comment.