Color Hex Logo

#feabfa Color Hex

#FEABFA
(254,171,250)
0 Favorites   0 Comments

Color spaces of #feabfa

RGB 254171250
HSL0.840.980.83
HSV303°33°100°
CMYK 0.000.330.02   0.00
XYZ72.691357.098897.6324
Yxy57.09880.31960.2511
Hunter Lab75.563739.4780-23.7112
CIE-Lab80.235142.4409-26.9370

#feabfa color RGB value is (254,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11111010
Octal 376 253 372
Decimal 254 171 250
Hex FE AB FA

RGB Percentages of Color #feabfa

%37.63
%25.33
%37.04

CMYK Percentages of Color #feabfa

%0
%33
%2
%0

Triadic Colors of #feabfa

#feabfa #fafeab #abfafe

Analogous Colors of #feabfa

#feabfa #feabd1 #d9abfe

Monochromatic Colors of #feabfa

#feabfa

Complementary Color

#feabfa #abfeaf

#feabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabfa Color CSS Codes

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

#feabfa Text Font Color

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

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


#feabfa Background Color

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

This div background color is #feabfa


#feabfa Border Color

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

This div border color is #feabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabfa

Related Colors


Comments

No comments written yet.

Please login to write comment.