Color Hex Logo

#fea9df Color Hex

#FEA9DF
(254,169,223)
0 Favorites   0 Comments

Color spaces of #fea9df

RGB 254169223
HSL0.890.980.83
HSV322°33°100°
CMYK 0.000.330.12   0.00
XYZ68.380354.774576.7805
Yxy54.77450.34200.2740
Hunter Lab74.009835.4054-9.7028
CIE-Lab78.911238.9236-14.3765

#fea9df color RGB value is (254,169,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 11011111
Octal 376 251 337
Decimal 254 169 223
Hex FE A9 DF

RGB Percentages of Color #fea9df

%39.32
%26.16
%34.52

CMYK Percentages of Color #fea9df

%0
%33
%12
%0

Triadic Colors of #fea9df

#fea9df #dffea9 #a9dffe

Analogous Colors of #fea9df

#fea9df #fea9b5 #f3a9fe

Monochromatic Colors of #fea9df

#fea9df

Complementary Color

#fea9df #a9fec8

#fea9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea9df Color CSS Codes

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

#fea9df Text Font Color

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

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


#fea9df Background Color

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

This div background color is #fea9df


#fea9df Border Color

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

This div border color is #fea9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea9df


Comments

No comments written yet.

Please login to write comment.