Color Hex Logo

#fec5cd Color Hex

#FEC5CD
(254,197,205)
0 Favorites   0 Comments

Color spaces of #fec5cd

RGB 254197205
HSL0.980.970.88
HSV352°22°100°
CMYK 0.000.220.19   0.00
XYZ71.858765.411166.5958
Yxy65.41110.35250.3209
Hunter Lab80.877117.06097.7935
CIE-Lab84.695121.46433.8431

#fec5cd color RGB value is (254,197,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 11001101
Octal 376 305 315
Decimal 254 197 205
Hex FE C5 CD

RGB Percentages of Color #fec5cd

%38.72
%30.03
%31.25

CMYK Percentages of Color #fec5cd

%0
%22
%19
%0

Triadic Colors of #fec5cd

#fec5cd #cdfec5 #c5cdfe

Analogous Colors of #fec5cd

#fec5cd #fedac5 #fec5ea

Monochromatic Colors of #fec5cd

#fec5cd

Complementary Color

#fec5cd #c5fef6

#fec5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec5cd Color CSS Codes

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

#fec5cd Text Font Color

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

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


#fec5cd Background Color

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

This div background color is #fec5cd


#fec5cd Border Color

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

This div border color is #fec5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec5cd


Comments

No comments written yet.

Please login to write comment.