Color Hex Logo

#fec7ee Color Hex

#FEC7EE
(254,199,238)
0 Favorites   0 Comments

Color spaces of #fec7ee

RGB 254199238
HSL0.880.960.89
HSV317°22°100°
CMYK 0.000.220.06   0.00
XYZ76.729168.090789.9877
Yxy68.09070.32680.2900
Hunter Lab82.517121.5746-6.8958
CIE-Lab86.051825.6833-11.7372

#fec7ee color RGB value is (254,199,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 11101110
Octal 376 307 356
Decimal 254 199 238
Hex FE C7 EE

RGB Percentages of Color #fec7ee

%36.76
%28.80
%34.44

CMYK Percentages of Color #fec7ee

%0
%22
%6
%0

Triadic Colors of #fec7ee

#fec7ee #eefec7 #c7eefe

Analogous Colors of #fec7ee

#fec7ee #fec7d3 #f3c7fe

Monochromatic Colors of #fec7ee

#fec7ee

Complementary Color

#fec7ee #c7fed7

#fec7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec7ee Color CSS Codes

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

#fec7ee Text Font Color

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

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


#fec7ee Background Color

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

This div background color is #fec7ee


#fec7ee Border Color

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

This div border color is #fec7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec7ee

Related Colors


Comments

No comments written yet.

Please login to write comment.