Color Hex Logo

#fecfc7 Color Hex

#FECFC7
(254,207,199)
0 Favorites   0 Comments

Color spaces of #fecfc7

RGB 254207199
HSL0.020.960.89
HSV22°100°
CMYK 0.000.190.22   0.00
XYZ73.494769.820063.6358
Yxy69.82000.35510.3374
Hunter Lab83.558410.774613.3372
CIE-Lab86.908515.354710.2127

#fecfc7 color RGB value is (254,207,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 11000111
Octal 376 317 307
Decimal 254 207 199
Hex FE CF C7

RGB Percentages of Color #fecfc7

%38.48
%31.36
%30.15

CMYK Percentages of Color #fecfc7

%0
%19
%22
%0

Triadic Colors of #fecfc7

#fecfc7 #c7fecf #cfc7fe

Analogous Colors of #fecfc7

#fecfc7 #feebc7 #fec7db

Monochromatic Colors of #fecfc7

#fecfc7

Complementary Color

#fecfc7 #c7f6fe

#fecfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfc7 Color CSS Codes

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

#fecfc7 Text Font Color

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

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


#fecfc7 Background Color

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

This div background color is #fecfc7


#fecfc7 Border Color

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

This div border color is #fecfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfc7


Comments

No comments written yet.

Please login to write comment.