Color Hex Logo

#fe94ab Color Hex

#FE94AB
(254,148,171)
0 Favorites   0 Comments

Color spaces of #fe94ab

RGB 254148171
HSL0.960.980.79
HSV347°42°100°
CMYK 0.000.420.33   0.00
XYZ58.813645.190944.1510
Yxy45.19090.39700.3050
Hunter Lab67.224238.52518.1169
CIE-Lab73.017442.37645.4459

#fe94ab color RGB value is (254,148,171).

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

The process color (four color CMYK) of #fe94ab color hex is 0.00, 0.42, 0.33, 0.00. Web safe color of #fe94ab is #ff9999. Color #fe94ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010100 10101011
Octal 376 224 253
Decimal 254 148 171
Hex FE 94 AB

RGB Percentages of Color #fe94ab

%44.33
%25.83
%29.84

CMYK Percentages of Color #fe94ab

%0
%42
%33
%0

Triadic Colors of #fe94ab

#fe94ab #abfe94 #94abfe

Analogous Colors of #fe94ab

#fe94ab #feb294 #fe94e0

Monochromatic Colors of #fe94ab

#fe94ab

Complementary Color

#fe94ab #94fee7

#fe94ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe94ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe94ab Color CSS Codes

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

#fe94ab Text Font Color

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

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


#fe94ab Background Color

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

This div background color is #fe94ab


#fe94ab Border Color

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

This div border color is #fe94ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe94ab


Comments

No comments written yet.

Please login to write comment.