Color Hex Logo

#fe96ab Color Hex

#FE96AB
(254,150,171)
0 Favorites   0 Comments

Color spaces of #fe96ab

RGB 254150171
HSL0.970.980.79
HSV348°41°100°
CMYK 0.000.410.33   0.00
XYZ59.130145.823844.2565
Yxy45.82380.39630.3071
Hunter Lab67.693337.45668.6227
CIE-Lab73.431141.35646.0412

#fe96ab color RGB value is (254,150,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010110 10101011
Octal 376 226 253
Decimal 254 150 171
Hex FE 96 AB

RGB Percentages of Color #fe96ab

%44.17
%26.09
%29.74

CMYK Percentages of Color #fe96ab

%0
%41
%33
%0

Triadic Colors of #fe96ab

#fe96ab #abfe96 #96abfe

Analogous Colors of #fe96ab

#fe96ab #feb596 #fe96df

Monochromatic Colors of #fe96ab

#fe96ab

Complementary Color

#fe96ab #96fee9

#fe96ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe96ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe96ab Color CSS Codes

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

#fe96ab Text Font Color

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

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


#fe96ab Background Color

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

This div background color is #fe96ab


#fe96ab Border Color

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

This div border color is #fe96ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe96ab

Related Colors


Comments

No comments written yet.

Please login to write comment.