Color Hex Logo

#fee1ce Color Hex

#FEE1CE
(254,225,206)
0 Favorites   0 Comments

Color spaces of #fee1ce

RGB 254225206
HSL0.070.960.90
HSV24°19°100°
CMYK 0.000.110.19   0.00
XYZ78.938879.377569.5534
Yxy79.37750.34640.3483
Hunter Lab89.09412.239416.0797
CIE-Lab91.40487.036812.9346

#fee1ce color RGB value is (254,225,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 11001110
Octal 376 341 316
Decimal 254 225 206
Hex FE E1 CE

RGB Percentages of Color #fee1ce

%37.08
%32.85
%30.07

CMYK Percentages of Color #fee1ce

%0
%11
%19
%0

Triadic Colors of #fee1ce

#fee1ce #cefee1 #e1cefe

Analogous Colors of #fee1ce

#fee1ce #fef9ce #feced3

Monochromatic Colors of #fee1ce

#fee1ce

Complementary Color

#fee1ce #ceebfe

#fee1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee1ce Color CSS Codes

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

#fee1ce Text Font Color

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

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


#fee1ce Background Color

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

This div background color is #fee1ce


#fee1ce Border Color

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

This div border color is #fee1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee1ce

#fee1ce Color Palettes


Comments

No comments written yet.

Please login to write comment.