Color Hex Logo

#fec4ef Color Hex

#FEC4EF
(254,196,239)
0 Favorites   0 Comments

Color spaces of #fec4ef

RGB 254196239
HSL0.880.970.88
HSV316°23°100°
CMYK 0.000.230.06   0.00
XYZ76.193066.782790.5359
Yxy66.78270.32630.2860
Hunter Lab81.720723.4149-8.4811
CIE-Lab85.394127.4314-13.2515

#fec4ef color RGB value is (254,196,239).

#fec4ef hex color red value is 254, green value is 196 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fec4ef hue: 0.88 , saturation: 0.97 and the lightness value of fec4ef is 0.88.

The process color (four color CMYK) of #fec4ef color hex is 0.00, 0.23, 0.06, 0.00. Web safe color of #fec4ef is #ffccff. Color #fec4ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 11101111
Octal 376 304 357
Decimal 254 196 239
Hex FE C4 EF

RGB Percentages of Color #fec4ef

%36.87
%28.45
%34.69

CMYK Percentages of Color #fec4ef

%0
%23
%6
%0

Triadic Colors of #fec4ef

#fec4ef #effec4 #c4effe

Analogous Colors of #fec4ef

#fec4ef #fec4d2 #f0c4fe

Monochromatic Colors of #fec4ef

#fec4ef

Complementary Color

#fec4ef #c4fed3

#fec4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec4ef Color CSS Codes

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

#fec4ef Text Font Color

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

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


#fec4ef Background Color

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

This div background color is #fec4ef


#fec4ef Border Color

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

This div border color is #fec4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec4ef


Comments

No comments written yet.

Please login to write comment.