Color Hex Logo

#fec7be Color Hex

#FEC7BE
(254,199,190)
0 Favorites   0 Comments

Color spaces of #fec7be

RGB 254199190
HSL0.020.970.87
HSV25°100°
CMYK 0.000.220.25   0.00
XYZ70.590765.635457.6636
Yxy65.63540.36410.3385
Hunter Lab81.015713.753414.5108
CIE-Lab84.810118.273711.9986

#fec7be color RGB value is (254,199,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 10111110
Octal 376 307 276
Decimal 254 199 190
Hex FE C7 BE

RGB Percentages of Color #fec7be

%39.50
%30.95
%29.55

CMYK Percentages of Color #fec7be

%0
%22
%25
%0

Triadic Colors of #fec7be

#fec7be #befec7 #c7befe

Analogous Colors of #fec7be

#fec7be #fee7be #febed5

Monochromatic Colors of #fec7be

#fec7be

Complementary Color

#fec7be #bef5fe

#fec7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec7be Color CSS Codes

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

#fec7be Text Font Color

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

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


#fec7be Background Color

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

This div background color is #fec7be


#fec7be Border Color

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

This div border color is #fec7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec7be

Related Colors

#fec7be Color Palettes


Comments

No comments written yet.

Please login to write comment.