Color Hex Logo

#fec1ee Color Hex

#FEC1EE
(254,193,238)
0 Favorites   0 Comments

Color spaces of #fec1ee

RGB 254193238
HSL0.880.970.88
HSV316°24°100°
CMYK 0.000.240.06   0.00
XYZ75.375665.383889.5365
Yxy65.38380.32730.2839
Hunter Lab80.860224.8871-9.0496
CIE-Lab84.681128.8376-13.7862

#fec1ee color RGB value is (254,193,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 11101110
Octal 376 301 356
Decimal 254 193 238
Hex FE C1 EE

RGB Percentages of Color #fec1ee

%37.08
%28.18
%34.74

CMYK Percentages of Color #fec1ee

%0
%24
%6
%0

Triadic Colors of #fec1ee

#fec1ee #eefec1 #c1eefe

Analogous Colors of #fec1ee

#fec1ee #fec1d0 #f0c1fe

Monochromatic Colors of #fec1ee

#fec1ee

Complementary Color

#fec1ee #c1fed1

#fec1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec1ee Color CSS Codes

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

#fec1ee Text Font Color

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

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


#fec1ee Background Color

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

This div background color is #fec1ee


#fec1ee Border Color

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

This div border color is #fec1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec1ee

Related Colors


Comments

No comments written yet.

Please login to write comment.