Color Hex Logo

#feccbe Color Hex

#FECCBE
(254,204,190)
0 Favorites   0 Comments

Color spaces of #feccbe

RGB 254204190
HSL0.040.970.87
HSV13°25°100°
CMYK 0.000.200.25   0.00
XYZ71.760267.974358.0534
Yxy67.97430.36280.3437
Hunter Lab82.446511.082315.9645
CIE-Lab85.993615.659313.6753

#feccbe color RGB value is (254,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 10111110
Octal 376 314 276
Decimal 254 204 190
Hex FE CC BE

RGB Percentages of Color #feccbe

%39.20
%31.48
%29.32

CMYK Percentages of Color #feccbe

%0
%20
%25
%0

Triadic Colors of #feccbe

#feccbe #befecc #ccbefe

Analogous Colors of #feccbe

#feccbe #feecbe #febed0

Monochromatic Colors of #feccbe

#feccbe

Complementary Color

#feccbe #bef0fe

#feccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccbe Color CSS Codes

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

#feccbe Text Font Color

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

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


#feccbe Background Color

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

This div background color is #feccbe


#feccbe Border Color

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

This div border color is #feccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccbe


Comments

No comments written yet.

Please login to write comment.