Color Hex Logo

#fea1df Color Hex

#FEA1DF
(254,161,223)
0 Favorites   0 Comments

Color spaces of #fea1df

RGB 254161223
HSL0.890.980.81
HSV320°37°100°
CMYK 0.000.370.12   0.00
XYZ66.937251.888376.2995
Yxy51.88830.34300.2659
Hunter Lab72.033539.8125-12.3778
CIE-Lab77.214043.0650-16.9302

#fea1df color RGB value is (254,161,223).

#fea1df hex color red value is 254, green value is 161 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fea1df hue: 0.89 , saturation: 0.98 and the lightness value of fea1df is 0.81.

The process color (four color CMYK) of #fea1df color hex is 0.00, 0.37, 0.12, 0.00. Web safe color of #fea1df is #ff99cc. Color #fea1df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 11011111
Octal 376 241 337
Decimal 254 161 223
Hex FE A1 DF

RGB Percentages of Color #fea1df

%39.81
%25.24
%34.95

CMYK Percentages of Color #fea1df

%0
%37
%12
%0

Triadic Colors of #fea1df

#fea1df #dffea1 #a1dffe

Analogous Colors of #fea1df

#fea1df #fea1b1 #efa1fe

Monochromatic Colors of #fea1df

#fea1df

Complementary Color

#fea1df #a1fec0

#fea1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea1df Color CSS Codes

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

#fea1df Text Font Color

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

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


#fea1df Background Color

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

This div background color is #fea1df


#fea1df Border Color

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

This div border color is #fea1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea1df


Comments

No comments written yet.

Please login to write comment.