Color Hex Logo

#fecedc Color Hex

#FECEDC
(254,206,220)
0 Favorites   0 Comments

Color spaces of #fecedc

RGB 254206220
HSL0.950.960.90
HSV343°19°100°
CMYK 0.000.190.13   0.00
XYZ75.862670.380877.2966
Yxy70.38080.33940.3148
Hunter Lab83.893314.59994.0974
CIE-Lab87.183319.0469-0.5122

#fecedc color RGB value is (254,206,220).

#fecedc hex color red value is 254, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fecedc hue: 0.95 , saturation: 0.96 and the lightness value of fecedc is 0.90.

The process color (four color CMYK) of #fecedc color hex is 0.00, 0.19, 0.13, 0.00. Web safe color of #fecedc is #ffcccc. Color #fecedc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11011100
Octal 376 316 334
Decimal 254 206 220
Hex FE CE DC

RGB Percentages of Color #fecedc

%37.35
%30.29
%32.35

CMYK Percentages of Color #fecedc

%0
%19
%13
%0

Triadic Colors of #fecedc

#fecedc #dcfece #cedcfe

Analogous Colors of #fecedc

#fecedc #fed8ce #fecef4

Monochromatic Colors of #fecedc

#fecedc

Complementary Color

#fecedc #cefef0

#fecedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecedc Color CSS Codes

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

#fecedc Text Font Color

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

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


#fecedc Background Color

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

This div background color is #fecedc


#fecedc Border Color

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

This div border color is #fecedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecedc


Comments

No comments written yet.

Please login to write comment.