Color Hex Logo

#fec6eb Color Hex

#FEC6EB
(254,198,235)
0 Favorites   0 Comments

Color spaces of #fec6eb

RGB 254198235
HSL0.890.970.89
HSV320°22°100°
CMYK 0.000.220.07   0.00
XYZ76.062567.457287.6089
Yxy67.45720.32910.2919
Hunter Lab82.132321.5767-5.7508
CIE-Lab85.734325.6996-10.6159

#fec6eb color RGB value is (254,198,235).

#fec6eb hex color red value is 254, green value is 198 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fec6eb hue: 0.89 , saturation: 0.97 and the lightness value of fec6eb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 11101011
Octal 376 306 353
Decimal 254 198 235
Hex FE C6 EB

RGB Percentages of Color #fec6eb

%36.97
%28.82
%34.21

CMYK Percentages of Color #fec6eb

%0
%22
%7
%0

Triadic Colors of #fec6eb

#fec6eb #ebfec6 #c6ebfe

Analogous Colors of #fec6eb

#fec6eb #fec6cf #f5c6fe

Monochromatic Colors of #fec6eb

#fec6eb

Complementary Color

#fec6eb #c6fed9

#fec6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec6eb Color CSS Codes

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

#fec6eb Text Font Color

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

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


#fec6eb Background Color

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

This div background color is #fec6eb


#fec6eb Border Color

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

This div border color is #fec6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec6eb


Comments

No comments written yet.

Please login to write comment.