Color Hex Logo

#feafaa Color Hex

#FEAFAA
(254,175,170)
0 Favorites   0 Comments

Color spaces of #feafaa

RGB 254175170
HSL0.010.980.83
HSV33°100°
CMYK 0.000.310.33   0.00
XYZ63.458754.633145.2308
Yxy54.63310.38850.3345
Hunter Lab73.914223.900515.4582
CIE-Lab78.829528.258514.2696

#feafaa color RGB value is (254,175,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 10101010
Octal 376 257 252
Decimal 254 175 170
Hex FE AF AA

RGB Percentages of Color #feafaa

%42.40
%29.22
%28.38

CMYK Percentages of Color #feafaa

%0
%31
%33
%0

Triadic Colors of #feafaa

#feafaa #aafeaf #afaafe

Analogous Colors of #feafaa

#feafaa #fed9aa #feaacf

Monochromatic Colors of #feafaa

#feafaa

Complementary Color

#feafaa #aaf9fe

#feafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafaa Color CSS Codes

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

#feafaa Text Font Color

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

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


#feafaa Background Color

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

This div background color is #feafaa


#feafaa Border Color

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

This div border color is #feafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafaa

Related Colors


Comments

No comments written yet.

Please login to write comment.