Color Hex Logo

#feabee Color Hex

#FEABEE
(254,171,238)
0 Favorites   0 Comments

Color spaces of #feabee

RGB 254171238
HSL0.870.980.83
HSV312°33°100°
CMYK 0.000.330.06   0.00
XYZ70.868656.369788.0342
Yxy56.36970.32920.2619
Hunter Lab75.079837.0985-16.9642
CIE-Lab79.823840.3599-21.1070

#feabee color RGB value is (254,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11101110
Octal 376 253 356
Decimal 254 171 238
Hex FE AB EE

RGB Percentages of Color #feabee

%38.31
%25.79
%35.90

CMYK Percentages of Color #feabee

%0
%33
%6
%0

Triadic Colors of #feabee

#feabee #eefeab #abeefe

Analogous Colors of #feabee

#feabee #feabc5 #e5abfe

Monochromatic Colors of #feabee

#feabee

Complementary Color

#feabee #abfebb

#feabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabee Color CSS Codes

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

#feabee Text Font Color

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

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


#feabee Background Color

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

This div background color is #feabee


#feabee Border Color

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

This div border color is #feabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabee

Related Colors


Comments

No comments written yet.

Please login to write comment.