Color Hex Logo

#fec8cd Color Hex

#FEC8CD
(254,200,205)
0 Favorites   0 Comments

Color spaces of #fec8cd

RGB 254200205
HSL0.980.960.89
HSV354°21°100°
CMYK 0.000.210.19   0.00
XYZ72.546866.787266.8252
Yxy66.78720.35190.3240
Hunter Lab81.723415.44048.7250
CIE-Lab85.396419.89104.8574

#fec8cd color RGB value is (254,200,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 11001101
Octal 376 310 315
Decimal 254 200 205
Hex FE C8 CD

RGB Percentages of Color #fec8cd

%38.54
%30.35
%31.11

CMYK Percentages of Color #fec8cd

%0
%21
%19
%0

Triadic Colors of #fec8cd

#fec8cd #cdfec8 #c8cdfe

Analogous Colors of #fec8cd

#fec8cd #fedec8 #fec8e8

Monochromatic Colors of #fec8cd

#fec8cd

Complementary Color

#fec8cd #c8fef9

#fec8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec8cd Color CSS Codes

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

#fec8cd Text Font Color

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

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


#fec8cd Background Color

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

This div background color is #fec8cd


#fec8cd Border Color

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

This div border color is #fec8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec8cd

Related Colors


Comments

No comments written yet.

Please login to write comment.