Color Hex Logo

#feafd9 Color Hex

#FEAFD9
(254,175,217)
0 Favorites   0 Comments

Color spaces of #feafd9

RGB 254175217
HSL0.910.980.84
HSV328°31°100°
CMYK 0.000.310.15   0.00
XYZ68.727456.740572.9753
Yxy56.74050.34630.2859
Hunter Lab75.326331.0417-4.7111
CIE-Lab80.033434.8432-9.4509

#feafd9 color RGB value is (254,175,217).

#feafd9 hex color red value is 254, green value is 175 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #feafd9 hue: 0.91 , saturation: 0.98 and the lightness value of feafd9 is 0.84.

The process color (four color CMYK) of #feafd9 color hex is 0.00, 0.31, 0.15, 0.00. Web safe color of #feafd9 is #ff99cc. Color #feafd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11011001
Octal 376 257 331
Decimal 254 175 217
Hex FE AF D9

RGB Percentages of Color #feafd9

%39.32
%27.09
%33.59

CMYK Percentages of Color #feafd9

%0
%31
%15
%0

Triadic Colors of #feafd9

#feafd9 #d9feaf #afd9fe

Analogous Colors of #feafd9

#feafd9 #feafb2 #fcaffe

Monochromatic Colors of #feafd9

#feafd9

Complementary Color

#feafd9 #affed4

#feafd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafd9 Color CSS Codes

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

#feafd9 Text Font Color

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

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


#feafd9 Background Color

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

This div background color is #feafd9


#feafd9 Border Color

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

This div border color is #feafd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafd9

Related Colors


Comments

No comments written yet.

Please login to write comment.