Color Hex Logo

#fea5cc Color Hex

#FEA5CC
(254,165,204)
0 Favorites   0 Comments

Color spaces of #fea5cc

RGB 254165204
HSL0.930.980.82
HSV334°35°100°
CMYK 0.000.350.20   0.00
XYZ65.227352.340763.7917
Yxy52.34070.35970.2886
Hunter Lab72.346934.3270-1.6360
CIE-Lab77.484138.0801-6.1727

#fea5cc color RGB value is (254,165,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 11001100
Octal 376 245 314
Decimal 254 165 204
Hex FE A5 CC

RGB Percentages of Color #fea5cc

%40.77
%26.48
%32.74

CMYK Percentages of Color #fea5cc

%0
%35
%20
%0

Triadic Colors of #fea5cc

#fea5cc #ccfea5 #a5ccfe

Analogous Colors of #fea5cc

#fea5cc #feaba5 #fea5f9

Monochromatic Colors of #fea5cc

#fea5cc

Complementary Color

#fea5cc #a5fed7

#fea5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea5cc Color CSS Codes

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

#fea5cc Text Font Color

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

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


#fea5cc Background Color

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

This div background color is #fea5cc


#fea5cc Border Color

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

This div border color is #fea5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea5cc


Comments

No comments written yet.

Please login to write comment.