Color Hex Logo

#fecec0 Color Hex

#FECEC0
(254,206,192)
0 Favorites   0 Comments

Color spaces of #fecec0

RGB 254206192
HSL0.040.970.87
HSV14°24°100°
CMYK 0.000.190.24   0.00
XYZ72.458869.019259.3722
Yxy69.01920.36080.3436
Hunter Lab83.077810.298015.7824
CIE-Lab86.513614.890713.3529

#fecec0 color RGB value is (254,206,192).

#fecec0 hex color red value is 254, green value is 206 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #fecec0 hue: 0.04 , saturation: 0.97 and the lightness value of fecec0 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11000000
Octal 376 316 300
Decimal 254 206 192
Hex FE CE C0

RGB Percentages of Color #fecec0

%38.96
%31.60
%29.45

CMYK Percentages of Color #fecec0

%0
%19
%24
%0

Triadic Colors of #fecec0

#fecec0 #c0fece #cec0fe

Analogous Colors of #fecec0

#fecec0 #feedc0 #fec0d1

Monochromatic Colors of #fecec0

#fecec0

Complementary Color

#fecec0 #c0f0fe

#fecec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecec0 Color CSS Codes

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

#fecec0 Text Font Color

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

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


#fecec0 Background Color

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

This div background color is #fecec0


#fecec0 Border Color

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

This div border color is #fecec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecec0

Related Colors


Comments

No comments written yet.

Please login to write comment.