Color Hex Logo

#fec1e8 Color Hex

#FEC1E8
(254,193,232)
1 Favorites   0 Comments

Color spaces of #fec1e8

RGB 254193232
HSL0.890.970.88
HSV322°24°100°
CMYK 0.000.240.09   0.00
XYZ74.508565.037084.9703
Yxy65.03700.33190.2897
Hunter Lab80.645523.7867-6.0177
CIE-Lab84.502827.8247-10.8526

#fec1e8 color RGB value is (254,193,232).

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

The process color (four color CMYK) of #fec1e8 color hex is 0.00, 0.24, 0.09, 0.00. Web safe color of #fec1e8 is #ffccff. Color #fec1e8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 11101000
Octal 376 301 350
Decimal 254 193 232
Hex FE C1 E8

RGB Percentages of Color #fec1e8

%37.41
%28.42
%34.17

CMYK Percentages of Color #fec1e8

%0
%24
%9
%0

Triadic Colors of #fec1e8

#fec1e8 #e8fec1 #c1e8fe

Analogous Colors of #fec1e8

#fec1e8 #fec1ca #f6c1fe

Monochromatic Colors of #fec1e8

#fec1e8

Complementary Color

#fec1e8 #c1fed7

#fec1e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec1e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec1e8 Color CSS Codes

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

#fec1e8 Text Font Color

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

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


#fec1e8 Background Color

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

This div background color is #fec1e8


#fec1e8 Border Color

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

This div border color is #fec1e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec1e8


Comments

No comments written yet.

Please login to write comment.