Color Hex Logo

#feafe1 Color Hex

#FEAFE1
(254,175,225)
0 Favorites   0 Comments

Color spaces of #feafe1

RGB 254175225
HSL0.890.980.84
HSV322°31°100°
CMYK 0.000.310.11   0.00
XYZ69.793657.167078.5900
Yxy57.16700.33950.2781
Hunter Lab75.608932.4556-8.7015
CIE-Lab80.273436.1175-13.4154

#feafe1 color RGB value is (254,175,225).

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

The process color (four color CMYK) of #feafe1 color hex is 0.00, 0.31, 0.11, 0.00. Web safe color of #feafe1 is #ff99cc. Color #feafe1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11100001
Octal 376 257 341
Decimal 254 175 225
Hex FE AF E1

RGB Percentages of Color #feafe1

%38.84
%26.76
%34.40

CMYK Percentages of Color #feafe1

%0
%31
%11
%0

Triadic Colors of #feafe1

#feafe1 #e1feaf #afe1fe

Analogous Colors of #feafe1

#feafe1 #feafba #f4affe

Monochromatic Colors of #feafe1

#feafe1

Complementary Color

#feafe1 #affecc

#feafe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafe1 Color CSS Codes

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

#feafe1 Text Font Color

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

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


#feafe1 Background Color

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

This div background color is #feafe1


#feafe1 Border Color

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

This div border color is #feafe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafe1


Comments

No comments written yet.

Please login to write comment.