Color Hex Logo

#fea3ee Color Hex

#FEA3EE
(254,163,238)
0 Favorites   0 Comments

Color spaces of #fea3ee

RGB 254163238
HSL0.860.980.82
HSV311°36°100°
CMYK 0.000.360.06   0.00
XYZ69.402953.438387.5456
Yxy53.43830.32990.2540
Hunter Lab73.101541.5411-19.8340
CIE-Lab78.133144.4999-23.6767

#fea3ee color RGB value is (254,163,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 11101110
Octal 376 243 356
Decimal 254 163 238
Hex FE A3 EE

RGB Percentages of Color #fea3ee

%38.78
%24.89
%36.34

CMYK Percentages of Color #fea3ee

%0
%36
%6
%0

Triadic Colors of #fea3ee

#fea3ee #eefea3 #a3eefe

Analogous Colors of #fea3ee

#fea3ee #fea3c1 #e1a3fe

Monochromatic Colors of #fea3ee

#fea3ee

Complementary Color

#fea3ee #a3feb3

#fea3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea3ee Color CSS Codes

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

#fea3ee Text Font Color

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

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


#fea3ee Background Color

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

This div background color is #fea3ee


#fea3ee Border Color

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

This div border color is #fea3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea3ee

Related Colors


Comments

No comments written yet.

Please login to write comment.