Color Hex Logo

#feabf6 Color Hex

#FEABF6
(254,171,246)
0 Favorites   0 Comments

Color spaces of #feabf6

RGB 254171246
HSL0.850.980.83
HSV306°33°100°
CMYK 0.000.330.03   0.00
XYZ72.070556.850594.3635
Yxy56.85050.32280.2546
Hunter Lab75.399338.6708-21.4230
CIE-Lab80.095441.7377-25.0009

#feabf6 color RGB value is (254,171,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11110110
Octal 376 253 366
Decimal 254 171 246
Hex FE AB F6

RGB Percentages of Color #feabf6

%37.85
%25.48
%36.66

CMYK Percentages of Color #feabf6

%0
%33
%3
%0

Triadic Colors of #feabf6

#feabf6 #f6feab #abf6fe

Analogous Colors of #feabf6

#feabf6 #feabcd #ddabfe

Monochromatic Colors of #feabf6

#feabf6

Complementary Color

#feabf6 #abfeb3

#feabf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabf6 Color CSS Codes

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

#feabf6 Text Font Color

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

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


#feabf6 Background Color

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

This div background color is #feabf6


#feabf6 Border Color

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

This div border color is #feabf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabf6

Related Colors


Comments

No comments written yet.

Please login to write comment.