Color Hex Logo

#fe8dcc Color Hex

#FE8DCC
(254,141,204)
0 Favorites   0 Comments

Color spaces of #fe8dcc

RGB 254141204
HSL0.910.980.77
HSV327°44°100°
CMYK 0.000.440.20   0.00
XYZ61.297044.480262.4816
Yxy44.48020.36430.2644
Hunter Lab66.693547.3432-8.8602
CIE-Lab72.548350.3129-13.5291

#fe8dcc color RGB value is (254,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001101 11001100
Octal 376 215 314
Decimal 254 141 204
Hex FE 8D CC

RGB Percentages of Color #fe8dcc

%42.40
%23.54
%34.06

CMYK Percentages of Color #fe8dcc

%0
%44
%20
%0

Triadic Colors of #fe8dcc

#fe8dcc #ccfe8d #8dccfe

Analogous Colors of #fe8dcc

#fe8dcc #fe8d94 #f88dfe

Monochromatic Colors of #fe8dcc

#fe8dcc

Complementary Color

#fe8dcc #8dfebf

#fe8dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8dcc Color CSS Codes

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

#fe8dcc Text Font Color

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

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


#fe8dcc Background Color

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

This div background color is #fe8dcc


#fe8dcc Border Color

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

This div border color is #fe8dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8dcc


Comments

No comments written yet.

Please login to write comment.