Color Hex Logo

#fec3ce Color Hex

#FEC3CE
(254,195,206)
1 Favorites   0 Comments

Color spaces of #fec3ce

RGB 254195206
HSL0.970.970.88
HSV349°23°100°
CMYK 0.000.230.19   0.00
XYZ71.528764.557367.0833
Yxy64.55730.35210.3178
Hunter Lab80.347618.29986.7412
CIE-Lab84.255122.66272.6712

#fec3ce color RGB value is (254,195,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 11001110
Octal 376 303 316
Decimal 254 195 206
Hex FE C3 CE

RGB Percentages of Color #fec3ce

%38.78
%29.77
%31.45

CMYK Percentages of Color #fec3ce

%0
%23
%19
%0

Triadic Colors of #fec3ce

#fec3ce #cefec3 #c3cefe

Analogous Colors of #fec3ce

#fec3ce #fed6c3 #fec3ec

Monochromatic Colors of #fec3ce

#fec3ce

Complementary Color

#fec3ce #c3fef3

#fec3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec3ce Color CSS Codes

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

#fec3ce Text Font Color

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

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


#fec3ce Background Color

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

This div background color is #fec3ce


#fec3ce Border Color

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

This div border color is #fec3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec3ce

Related Colors


Comments

No comments written yet.

Please login to write comment.