Color Hex Logo

#fec8ec Color Hex

#FEC8EC
(254,200,236)
0 Favorites   0 Comments

Color spaces of #fec8ec

RGB 254200236
HSL0.890.960.89
HSV320°21°100°
CMYK 0.000.210.07   0.00
XYZ76.667668.435588.5254
Yxy68.43550.32820.2929
Hunter Lab82.725820.6581-5.5386
CIE-Lab86.223724.8177-10.4185

#fec8ec color RGB value is (254,200,236).

#fec8ec hex color red value is 254, green value is 200 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fec8ec hue: 0.89 , saturation: 0.96 and the lightness value of fec8ec is 0.89.

The process color (four color CMYK) of #fec8ec color hex is 0.00, 0.21, 0.07, 0.00. Web safe color of #fec8ec is #ffccff. Color #fec8ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 11101100
Octal 376 310 354
Decimal 254 200 236
Hex FE C8 EC

RGB Percentages of Color #fec8ec

%36.81
%28.99
%34.20

CMYK Percentages of Color #fec8ec

%0
%21
%7
%0

Triadic Colors of #fec8ec

#fec8ec #ecfec8 #c8ecfe

Analogous Colors of #fec8ec

#fec8ec #fec8d1 #f5c8fe

Monochromatic Colors of #fec8ec

#fec8ec

Complementary Color

#fec8ec #c8feda

#fec8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec8ec Color CSS Codes

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

#fec8ec Text Font Color

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

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


#fec8ec Background Color

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

This div background color is #fec8ec


#fec8ec Border Color

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

This div border color is #fec8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec8ec


Comments

No comments written yet.

Please login to write comment.