Color Hex Logo

#feaafa Color Hex

#FEAAFA
(254,170,250)
0 Favorites   0 Comments

Color spaces of #feaafa

RGB 254170250
HSL0.840.980.83
HSV303°33°100°
CMYK 0.000.330.02   0.00
XYZ72.503156.722497.5697
Yxy56.72240.31970.2501
Hunter Lab75.314340.0373-24.0902
CIE-Lab80.023242.9594-27.2611

#feaafa color RGB value is (254,170,250).

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

The process color (four color CMYK) of #feaafa color hex is 0.00, 0.33, 0.02, 0.00. Web safe color of #feaafa is #ff99ff. Color #feaafa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11111010
Octal 376 252 372
Decimal 254 170 250
Hex FE AA FA

RGB Percentages of Color #feaafa

%37.69
%25.22
%37.09

CMYK Percentages of Color #feaafa

%0
%33
%2
%0

Triadic Colors of #feaafa

#feaafa #fafeaa #aafafe

Analogous Colors of #feaafa

#feaafa #feaad0 #d8aafe

Monochromatic Colors of #feaafa

#feaafa

Complementary Color

#feaafa #aafeae

#feaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaafa Color CSS Codes

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

#feaafa Text Font Color

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

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


#feaafa Background Color

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

This div background color is #feaafa


#feaafa Border Color

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

This div border color is #feaafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaafa

Related Colors


Comments

No comments written yet.

Please login to write comment.