Color Hex Logo

#feabd6 Color Hex

#FEABD6
(254,171,214)
0 Favorites   0 Comments

Color spaces of #feabd6

RGB 254171214
HSL0.910.980.83
HSV329°33°100°
CMYK 0.000.330.16   0.00
XYZ67.573655.051770.6829
Yxy55.05170.34960.2848
Hunter Lab74.196832.7216-4.5443
CIE-Lab79.071036.4658-9.2579

#feabd6 color RGB value is (254,171,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11010110
Octal 376 253 326
Decimal 254 171 214
Hex FE AB D6

RGB Percentages of Color #feabd6

%39.75
%26.76
%33.49

CMYK Percentages of Color #feabd6

%0
%33
%16
%0

Triadic Colors of #feabd6

#feabd6 #d6feab #abd6fe

Analogous Colors of #feabd6

#feabd6 #feabad #fdabfe

Monochromatic Colors of #feabd6

#feabd6

Complementary Color

#feabd6 #abfed3

#feabd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabd6 Color CSS Codes

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

#feabd6 Text Font Color

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

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


#feabd6 Background Color

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

This div background color is #feabd6


#feabd6 Border Color

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

This div border color is #feabd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabd6

#feabd6 Color Palettes


Comments

No comments written yet.

Please login to write comment.