Color Hex Logo

#feaac0 Color Hex

#FEAAC0
(254,170,192)
0 Favorites   0 Comments

Color spaces of #feaac0

RGB 254170192
HSL0.960.980.83
HSV344°33°100°
CMYK 0.000.330.24   0.00
XYZ64.762253.626156.8067
Yxy53.62610.36970.3061
Hunter Lab73.229829.70765.2678
CIE-Lab78.243233.75741.4819

#feaac0 color RGB value is (254,170,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11000000
Octal 376 252 300
Decimal 254 170 192
Hex FE AA C0

RGB Percentages of Color #feaac0

%41.23
%27.60
%31.17

CMYK Percentages of Color #feaac0

%0
%33
%24
%0

Triadic Colors of #feaac0

#feaac0 #c0feaa #aac0fe

Analogous Colors of #feaac0

#feaac0 #febeaa #feaaea

Monochromatic Colors of #feaac0

#feaac0

Complementary Color

#feaac0 #aafee8

#feaac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaac0 Color CSS Codes

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

#feaac0 Text Font Color

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

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


#feaac0 Background Color

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

This div background color is #feaac0


#feaac0 Border Color

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

This div border color is #feaac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaac0


Comments

No comments written yet.

Please login to write comment.