Color Hex Logo

#fec8ee Color Hex

#FEC8EE
(254,200,238)
0 Favorites   0 Comments

Color spaces of #fec8ee

RGB 254200238
HSL0.880.960.89
HSV318°21°100°
CMYK 0.000.210.06   0.00
XYZ76.959968.552490.0646
Yxy68.55240.32670.2910
Hunter Lab82.796421.0235-6.5373
CIE-Lab86.281925.1577-11.3938

#fec8ee color RGB value is (254,200,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 11101110
Octal 376 310 356
Decimal 254 200 238
Hex FE C8 EE

RGB Percentages of Color #fec8ee

%36.71
%28.90
%34.39

CMYK Percentages of Color #fec8ee

%0
%21
%6
%0

Triadic Colors of #fec8ee

#fec8ee #eefec8 #c8eefe

Analogous Colors of #fec8ee

#fec8ee #fec8d3 #f3c8fe

Monochromatic Colors of #fec8ee

#fec8ee

Complementary Color

#fec8ee #c8fed8

#fec8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec8ee Color CSS Codes

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

#fec8ee Text Font Color

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

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


#fec8ee Background Color

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

This div background color is #fec8ee


#fec8ee Border Color

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

This div border color is #fec8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec8ee

Related Colors


Comments

No comments written yet.

Please login to write comment.