Color Hex Logo

#fecdc7 Color Hex

#FECDC7
(254,205,199)
0 Favorites   0 Comments

Color spaces of #fecdc7

RGB 254205199
HSL0.020.960.89
HSV22°100°
CMYK 0.000.190.22   0.00
XYZ73.013268.857063.4753
Yxy68.85700.35560.3353
Hunter Lab82.980111.844812.7324
CIE-Lab86.433216.39919.5339

#fecdc7 color RGB value is (254,205,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 11000111
Octal 376 315 307
Decimal 254 205 199
Hex FE CD C7

RGB Percentages of Color #fecdc7

%38.60
%31.16
%30.24

CMYK Percentages of Color #fecdc7

%0
%19
%22
%0

Triadic Colors of #fecdc7

#fecdc7 #c7fecd #cdc7fe

Analogous Colors of #fecdc7

#fecdc7 #fee9c7 #fec7dd

Monochromatic Colors of #fecdc7

#fecdc7

Complementary Color

#fecdc7 #c7f8fe

#fecdc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecdc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecdc7 Color CSS Codes

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

#fecdc7 Text Font Color

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

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


#fecdc7 Background Color

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

This div background color is #fecdc7


#fecdc7 Border Color

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

This div border color is #fecdc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecdc7


Comments

No comments written yet.

Please login to write comment.