Color Hex Logo

#fecfc0 Color Hex

#FECFC0
(254,207,192)
0 Favorites   0 Comments

Color spaces of #fecfc0

RGB 254207192
HSL0.040.970.87
HSV15°24°100°
CMYK 0.000.190.24   0.00
XYZ72.700369.502259.4527
Yxy69.50220.36050.3447
Hunter Lab83.36809.765416.0758
CIE-Lab86.752114.369313.6904

#fecfc0 color RGB value is (254,207,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 11000000
Octal 376 317 300
Decimal 254 207 192
Hex FE CF C0

RGB Percentages of Color #fecfc0

%38.90
%31.70
%29.40

CMYK Percentages of Color #fecfc0

%0
%19
%24
%0

Triadic Colors of #fecfc0

#fecfc0 #c0fecf #cfc0fe

Analogous Colors of #fecfc0

#fecfc0 #feeec0 #fec0d0

Monochromatic Colors of #fecfc0

#fecfc0

Complementary Color

#fecfc0 #c0effe

#fecfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfc0 Color CSS Codes

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

#fecfc0 Text Font Color

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

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


#fecfc0 Background Color

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

This div background color is #fecfc0


#fecfc0 Border Color

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

This div border color is #fecfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfc0

Related Colors


Comments

No comments written yet.

Please login to write comment.