Color Hex Logo

#fec6fe Color Hex

#FEC6FE
(254,198,254)
0 Favorites   0 Comments

Color spaces of #fec6fe

RGB 254198254
HSL0.830.970.89
HSV300°22°100°
CMYK 0.000.220.00   0.00
XYZ78.956568.6148102.8484
Yxy68.61480.31530.2740
Hunter Lab82.834125.1846-15.6318
CIE-Lab86.312929.0197-19.8331

#fec6fe color RGB value is (254,198,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 11111110
Octal 376 306 376
Decimal 254 198 254
Hex FE C6 FE

RGB Percentages of Color #fec6fe

%35.98
%28.05
%35.98

CMYK Percentages of Color #fec6fe

%0
%22
%0
%0

Triadic Colors of #fec6fe

#fec6fe #fefec6 #c6fefe

Analogous Colors of #fec6fe

#fec6fe #fec6e2 #e2c6fe

Monochromatic Colors of #fec6fe

#fec6fe

Complementary Color

#fec6fe #c6fec6

#fec6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec6fe Color CSS Codes

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

#fec6fe Text Font Color

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

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


#fec6fe Background Color

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

This div background color is #fec6fe


#fec6fe Border Color

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

This div border color is #fec6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.