Color Hex Logo

#fecbce Color Hex

#FECBCE
(254,203,206)
0 Favorites   0 Comments

Color spaces of #fecbce

RGB 254203206
HSL0.990.960.90
HSV356°20°100°
CMYK 0.000.200.19   0.00
XYZ73.369668.238967.6970
Yxy68.23890.35050.3260
Hunter Lab82.606813.97799.2361
CIE-Lab86.125818.46815.3791

#fecbce color RGB value is (254,203,206).

#fecbce hex color red value is 254, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fecbce hue: 0.99 , saturation: 0.96 and the lightness value of fecbce is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11001110
Octal 376 313 316
Decimal 254 203 206
Hex FE CB CE

RGB Percentages of Color #fecbce

%38.31
%30.62
%31.07

CMYK Percentages of Color #fecbce

%0
%20
%19
%0

Triadic Colors of #fecbce

#fecbce #cefecb #cbcefe

Analogous Colors of #fecbce

#fecbce #fee2cb #fecbe8

Monochromatic Colors of #fecbce

#fecbce

Complementary Color

#fecbce #cbfefb

#fecbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbce Color CSS Codes

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

#fecbce Text Font Color

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

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


#fecbce Background Color

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

This div background color is #fecbce


#fecbce Border Color

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

This div border color is #fecbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbce


Comments

No comments written yet.

Please login to write comment.