Color Hex Logo

#fe97cc Color Hex

#FE97CC
(254,151,204)
0 Favorites   0 Comments

Color spaces of #fe97cc

RGB 254151204
HSL0.910.980.79
HSV329°41°100°
CMYK 0.000.410.20   0.00
XYZ62.838747.563762.9955
Yxy47.56370.36240.2743
Hunter Lab68.966441.9488-5.8803
CIE-Lab74.548945.2813-10.5342

#fe97cc color RGB value is (254,151,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010111 11001100
Octal 376 227 314
Decimal 254 151 204
Hex FE 97 CC

RGB Percentages of Color #fe97cc

%41.71
%24.79
%33.50

CMYK Percentages of Color #fe97cc

%0
%41
%20
%0

Triadic Colors of #fe97cc

#fe97cc #ccfe97 #97ccfe

Analogous Colors of #fe97cc

#fe97cc #fe9799 #fd97fe

Monochromatic Colors of #fe97cc

#fe97cc

Complementary Color

#fe97cc #97fec9

#fe97cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe97cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe97cc Color CSS Codes

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

#fe97cc Text Font Color

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

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


#fe97cc Background Color

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

This div background color is #fe97cc


#fe97cc Border Color

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

This div border color is #fe97cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe97cc


Comments

No comments written yet.

Please login to write comment.