Color Hex Logo

#fecebe Color Hex

#FECEBE
(254,206,190)
0 Favorites   0 Comments

Color spaces of #fecebe

RGB 254206190
HSL0.040.970.87
HSV15°25°100°
CMYK 0.000.190.25   0.00
XYZ72.238668.931158.2129
Yxy68.93110.36230.3457
Hunter Lab83.024810.016916.5461
CIE-Lab86.469914.615614.3482

#fecebe color RGB value is (254,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 10111110
Octal 376 316 276
Decimal 254 206 190
Hex FE CE BE

RGB Percentages of Color #fecebe

%39.08
%31.69
%29.23

CMYK Percentages of Color #fecebe

%0
%19
%25
%0

Triadic Colors of #fecebe

#fecebe #befece #cebefe

Analogous Colors of #fecebe

#fecebe #feeebe #febece

Monochromatic Colors of #fecebe

#fecebe

Complementary Color

#fecebe #beeefe

#fecebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecebe Color CSS Codes

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

#fecebe Text Font Color

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

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


#fecebe Background Color

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

This div background color is #fecebe


#fecebe Border Color

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

This div border color is #fecebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecebe

Related Colors


Comments

No comments written yet.

Please login to write comment.