Color Hex Logo

#fe97de Color Hex

#FE97DE
(254,151,222)
0 Favorites   0 Comments

Color spaces of #fe97de

RGB 254151222
HSL0.890.980.79
HSV319°41°100°
CMYK 0.000.410.13   0.00
XYZ65.124548.478075.0320
Yxy48.47800.34520.2570
Hunter Lab69.626145.1134-15.1550
CIE-Lab75.125448.0150-19.5420

#fe97de color RGB value is (254,151,222).

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

The process color (four color CMYK) of #fe97de color hex is 0.00, 0.41, 0.13, 0.00. Web safe color of #fe97de is #ff99cc. Color #fe97de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010111 11011110
Octal 376 227 336
Decimal 254 151 222
Hex FE 97 DE

RGB Percentages of Color #fe97de

%40.51
%24.08
%35.41

CMYK Percentages of Color #fe97de

%0
%41
%13
%0

Triadic Colors of #fe97de

#fe97de #defe97 #97defe

Analogous Colors of #fe97de

#fe97de #fe97ab #eb97fe

Monochromatic Colors of #fe97de

#fe97de

Complementary Color

#fe97de #97feb7

#fe97de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe97de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe97de Color CSS Codes

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

#fe97de Text Font Color

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

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


#fe97de Background Color

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

This div background color is #fe97de


#fe97de Border Color

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

This div border color is #fe97de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe97de

Related Colors


Comments

No comments written yet.

Please login to write comment.