Color Hex Logo

#fec8df Color Hex

#FEC8DF
(254,200,223)
0 Favorites   0 Comments

Color spaces of #fec8df

RGB 254200223
HSL0.930.960.89
HSV334°21°100°
CMYK 0.000.210.12   0.00
XYZ74.846667.707178.9360
Yxy67.70710.33790.3057
Hunter Lab82.284318.36770.7217
CIE-Lab85.859822.6719-4.0467

#fec8df color RGB value is (254,200,223).

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

The process color (four color CMYK) of #fec8df color hex is 0.00, 0.21, 0.12, 0.00. Web safe color of #fec8df is #ffcccc. Color #fec8df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 11011111
Octal 376 310 337
Decimal 254 200 223
Hex FE C8 DF

RGB Percentages of Color #fec8df

%37.52
%29.54
%32.94

CMYK Percentages of Color #fec8df

%0
%21
%12
%0

Triadic Colors of #fec8df

#fec8df #dffec8 #c8dffe

Analogous Colors of #fec8df

#fec8df #feccc8 #fec8fa

Monochromatic Colors of #fec8df

#fec8df

Complementary Color

#fec8df #c8fee7

#fec8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec8df Color CSS Codes

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

#fec8df Text Font Color

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

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


#fec8df Background Color

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

This div background color is #fec8df


#fec8df Border Color

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

This div border color is #fec8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec8df

Related Colors


Comments

No comments written yet.

Please login to write comment.