Color Hex Logo

#feacfa Color Hex

#FEACFA
(254,172,250)
0 Favorites   0 Comments

Color spaces of #feacfa

RGB 254172250
HSL0.840.980.84
HSV303°32°100°
CMYK 0.000.320.02   0.00
XYZ72.880957.478097.6956
Yxy57.47800.31960.2520
Hunter Lab75.814238.9187-23.3322
CIE-Lab80.447741.9219-26.6121

#feacfa color RGB value is (254,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11111010
Octal 376 254 372
Decimal 254 172 250
Hex FE AC FA

RGB Percentages of Color #feacfa

%37.57
%25.44
%36.98

CMYK Percentages of Color #feacfa

%0
%32
%2
%0

Triadic Colors of #feacfa

#feacfa #fafeac #acfafe

Analogous Colors of #feacfa

#feacfa #feacd1 #d9acfe

Monochromatic Colors of #feacfa

#feacfa

Complementary Color

#feacfa #acfeb0

#feacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacfa Color CSS Codes

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

#feacfa Text Font Color

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

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


#feacfa Background Color

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

This div background color is #feacfa


#feacfa Border Color

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

This div border color is #feacfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,172,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 #feacfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacfa

Related Colors


Comments

No comments written yet.

Please login to write comment.