Color Hex Logo

#feafd2 Color Hex

#FEAFD2
(254,175,210)
0 Favorites   0 Comments

Color spaces of #feafd2

RGB 254175210
HSL0.930.980.84
HSV333°31°100°
CMYK 0.000.310.17   0.00
XYZ67.835956.383968.2806
Yxy56.38390.35240.2929
Hunter Lab75.089229.8515-1.3515
CIE-Lab79.831833.7633-5.9617

#feafd2 color RGB value is (254,175,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11010010
Octal 376 257 322
Decimal 254 175 210
Hex FE AF D2

RGB Percentages of Color #feafd2

%39.75
%27.39
%32.86

CMYK Percentages of Color #feafd2

%0
%31
%17
%0

Triadic Colors of #feafd2

#feafd2 #d2feaf #afd2fe

Analogous Colors of #feafd2

#feafd2 #feb4af #feaffa

Monochromatic Colors of #feafd2

#feafd2

Complementary Color

#feafd2 #affedb

#feafd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafd2 Color CSS Codes

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

#feafd2 Text Font Color

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

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


#feafd2 Background Color

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

This div background color is #feafd2


#feafd2 Border Color

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

This div border color is #feafd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafd2


Comments

No comments written yet.

Please login to write comment.