Color Hex Logo

#feabef Color Hex

#FEABEF
(254,171,239)
0 Favorites   0 Comments

Color spaces of #feabef

RGB 254171239
HSL0.860.980.83
HSV311°33°100°
CMYK 0.000.330.06   0.00
XYZ71.015956.428688.8102
Yxy56.42860.32840.2609
Hunter Lab75.119037.2920-17.5129
CIE-Lab79.857140.5300-21.5954

#feabef color RGB value is (254,171,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11101111
Octal 376 253 357
Decimal 254 171 239
Hex FE AB EF

RGB Percentages of Color #feabef

%38.25
%25.75
%35.99

CMYK Percentages of Color #feabef

%0
%33
%6
%0

Triadic Colors of #feabef

#feabef #effeab #abeffe

Analogous Colors of #feabef

#feabef #feabc6 #e4abfe

Monochromatic Colors of #feabef

#feabef

Complementary Color

#feabef #abfeba

#feabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabef Color CSS Codes

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

#feabef Text Font Color

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

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


#feabef Background Color

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

This div background color is #feabef


#feabef Border Color

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

This div border color is #feabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabef

Related Colors


Comments

No comments written yet.

Please login to write comment.