Color Hex Logo

#feaafc Color Hex

#FEAAFC
(254,170,252)
0 Favorites   0 Comments

Color spaces of #feaafc

RGB 254170252
HSL0.840.980.83
HSV301°33°100°
CMYK 0.000.330.01   0.00
XYZ72.818556.848699.2304
Yxy56.84860.31810.2484
Hunter Lab75.398040.4467-25.2522
CIE-Lab80.094443.3142-28.2262

#feaafc color RGB value is (254,170,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11111100
Octal 376 252 374
Decimal 254 170 252
Hex FE AA FC

RGB Percentages of Color #feaafc

%37.57
%25.15
%37.28

CMYK Percentages of Color #feaafc

%0
%33
%1
%0

Triadic Colors of #feaafc

#feaafc #fcfeaa #aafcfe

Analogous Colors of #feaafc

#feaafc #feaad2 #d6aafe

Monochromatic Colors of #feaafc

#feaafc

Complementary Color

#feaafc #aafeac

#feaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaafc Color CSS Codes

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

#feaafc Text Font Color

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

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


#feaafc Background Color

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

This div background color is #feaafc


#feaafc Border Color

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

This div border color is #feaafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaafc

Related Colors


Comments

No comments written yet.

Please login to write comment.