Color Hex Logo

#fec1fe Color Hex

#FEC1FE
(254,193,254)
0 Favorites   0 Comments

Color spaces of #fec1fe

RGB 254193254
HSL0.830.970.88
HSV300°24°100°
CMYK 0.000.240.00   0.00
XYZ77.832466.3665102.4737
Yxy66.36650.31550.2690
Hunter Lab81.465627.9743-17.5535
CIE-Lab85.183031.6488-21.5426

#fec1fe color RGB value is (254,193,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 11111110
Octal 376 301 376
Decimal 254 193 254
Hex FE C1 FE

RGB Percentages of Color #fec1fe

%36.23
%27.53
%36.23

CMYK Percentages of Color #fec1fe

%0
%24
%0
%0

Triadic Colors of #fec1fe

#fec1fe #fefec1 #c1fefe

Analogous Colors of #fec1fe

#fec1fe #fec1e0 #e0c1fe

Monochromatic Colors of #fec1fe

#fec1fe

Complementary Color

#fec1fe #c1fec1

#fec1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec1fe Color CSS Codes

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

#fec1fe Text Font Color

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

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


#fec1fe Background Color

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

This div background color is #fec1fe


#fec1fe Border Color

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

This div border color is #fec1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec1fe


Comments

No comments written yet.

Please login to write comment.