Color Hex Logo

#feabd9 Color Hex

#FEABD9
(254,171,217)
0 Favorites   0 Comments

Color spaces of #feabd9

RGB 254171217
HSL0.910.980.83
HSV327°33°100°
CMYK 0.000.330.15   0.00
XYZ67.960355.206472.7196
Yxy55.20640.34690.2818
Hunter Lab74.301033.2404-6.0174
CIE-Lab79.160036.9320-10.7521

#feabd9 color RGB value is (254,171,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11011001
Octal 376 253 331
Decimal 254 171 217
Hex FE AB D9

RGB Percentages of Color #feabd9

%39.56
%26.64
%33.80

CMYK Percentages of Color #feabd9

%0
%33
%15
%0

Triadic Colors of #feabd9

#feabd9 #d9feab #abd9fe

Analogous Colors of #feabd9

#feabd9 #feabb0 #faabfe

Monochromatic Colors of #feabd9

#feabd9

Complementary Color

#feabd9 #abfed0

#feabd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabd9 Color CSS Codes

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

#feabd9 Text Font Color

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

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


#feabd9 Background Color

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

This div background color is #feabd9


#feabd9 Border Color

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

This div border color is #feabd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabd9

Related Colors


Comments

No comments written yet.

Please login to write comment.