Color Hex Logo

#feabf1 Color Hex

#FEABF1
(254,171,241)
0 Favorites   0 Comments

Color spaces of #feabf1

RGB 254171241
HSL0.860.980.83
HSV309°33°100°
CMYK 0.000.330.05   0.00
XYZ71.313156.547590.3752
Yxy56.54750.32680.2591
Hunter Lab75.198137.6815-18.6178
CIE-Lab79.924440.8720-22.5706

#feabf1 color RGB value is (254,171,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11110001
Octal 376 253 361
Decimal 254 171 241
Hex FE AB F1

RGB Percentages of Color #feabf1

%38.14
%25.68
%36.19

CMYK Percentages of Color #feabf1

%0
%33
%5
%0

Triadic Colors of #feabf1

#feabf1 #f1feab #abf1fe

Analogous Colors of #feabf1

#feabf1 #feabc8 #e2abfe

Monochromatic Colors of #feabf1

#feabf1

Complementary Color

#feabf1 #abfeb8

#feabf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabf1 Color CSS Codes

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

#feabf1 Text Font Color

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

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


#feabf1 Background Color

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

This div background color is #feabf1


#feabf1 Border Color

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

This div border color is #feabf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabf1

Related Colors


Comments

No comments written yet.

Please login to write comment.