Color Hex Logo

#fea5eb Color Hex

#FEA5EB
(254,165,235)
0 Favorites   0 Comments

Color spaces of #fea5eb

RGB 254165235
HSL0.870.980.82
HSV313°35°100°
CMYK 0.000.350.07   0.00
XYZ69.323653.979385.3625
Yxy53.97930.33220.2587
Hunter Lab73.470639.8511-17.4572
CIE-Lab78.449742.9637-21.5719

#fea5eb color RGB value is (254,165,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 11101011
Octal 376 245 353
Decimal 254 165 235
Hex FE A5 EB

RGB Percentages of Color #fea5eb

%38.84
%25.23
%35.93

CMYK Percentages of Color #fea5eb

%0
%35
%7
%0

Triadic Colors of #fea5eb

#fea5eb #ebfea5 #a5ebfe

Analogous Colors of #fea5eb

#fea5eb #fea5bf #e5a5fe

Monochromatic Colors of #fea5eb

#fea5eb

Complementary Color

#fea5eb #a5feb8

#fea5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea5eb Color CSS Codes

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

#fea5eb Text Font Color

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

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


#fea5eb Background Color

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

This div background color is #fea5eb


#fea5eb Border Color

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

This div border color is #fea5eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,165,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea5eb

Related Colors


Comments

No comments written yet.

Please login to write comment.