Color Hex Logo

#fec0fe Color Hex

#FEC0FE
(254,192,254)
0 Favorites   0 Comments

Color spaces of #fec0fe

RGB 254192254
HSL0.830.970.87
HSV300°24°100°
CMYK 0.000.240.00   0.00
XYZ77.612165.9259102.4003
Yxy65.92590.31560.2681
Hunter Lab81.194828.5330-17.9384
CIE-Lab84.958632.1744-21.8827

#fec0fe color RGB value is (254,192,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 11111110
Octal 376 300 376
Decimal 254 192 254
Hex FE C0 FE

RGB Percentages of Color #fec0fe

%36.29
%27.43
%36.29

CMYK Percentages of Color #fec0fe

%0
%24
%0
%0

Triadic Colors of #fec0fe

#fec0fe #fefec0 #c0fefe

Analogous Colors of #fec0fe

#fec0fe #fec0df #dfc0fe

Monochromatic Colors of #fec0fe

#fec0fe

Complementary Color

#fec0fe #c0fec0

#fec0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec0fe Color CSS Codes

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

#fec0fe Text Font Color

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

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


#fec0fe Background Color

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

This div background color is #fec0fe


#fec0fe Border Color

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

This div border color is #fec0fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,192,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 #fec0fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec0fe

Related Colors

#fec0fe Color Palettes


Comments

No comments written yet.

Please login to write comment.