Color Hex Logo

#feaaa6 Color Hex

#FEAAA6
(254,170,166)
0 Favorites   0 Comments

Color spaces of #feaaa6

RGB 254170166
HSL0.010.980.82
HSV35°100°
CMYK 0.000.330.35   0.00
XYZ62.130752.573542.9494
Yxy52.57350.39410.3335
Hunter Lab72.507626.065815.6353
CIE-Lab77.622530.391014.7410

#feaaa6 color RGB value is (254,170,166).

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

The process color (four color CMYK) of #feaaa6 color hex is 0.00, 0.33, 0.35, 0.00. Web safe color of #feaaa6 is #ff9999. Color #feaaa6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 10100110
Octal 376 252 246
Decimal 254 170 166
Hex FE AA A6

RGB Percentages of Color #feaaa6

%43.05
%28.81
%28.14

CMYK Percentages of Color #feaaa6

%0
%33
%35
%0

Triadic Colors of #feaaa6

#feaaa6 #a6feaa #aaa6fe

Analogous Colors of #feaaa6

#feaaa6 #fed6a6 #fea6ce

Monochromatic Colors of #feaaa6

#feaaa6

Complementary Color

#feaaa6 #a6fafe

#feaaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaaa6 Color CSS Codes

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

#feaaa6 Text Font Color

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

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


#feaaa6 Background Color

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

This div background color is #feaaa6


#feaaa6 Border Color

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

This div border color is #feaaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaaa6


Comments

No comments written yet.

Please login to write comment.