Color Hex Logo

#fee6bc Color Hex

#FEE6BC
(254,230,188)
0 Favorites   0 Comments

Color spaces of #fee6bc

RGB 254230188
HSL0.110.970.87
HSV38°26°100°
CMYK 0.000.090.26   0.00
XYZ78.247081.295359.1445
Yxy81.29530.35780.3717
Hunter Lab90.1639-2.879124.2225
CIE-Lab92.26291.961123.4748

#fee6bc color RGB value is (254,230,188).

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

The process color (four color CMYK) of #fee6bc color hex is 0.00, 0.09, 0.26, 0.00. Web safe color of #fee6bc is #ffffcc. Color #fee6bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 10111100
Octal 376 346 274
Decimal 254 230 188
Hex FE E6 BC

RGB Percentages of Color #fee6bc

%37.80
%34.23
%27.98

CMYK Percentages of Color #fee6bc

%0
%9
%26
%0

Triadic Colors of #fee6bc

#fee6bc #bcfee6 #e6bcfe

Analogous Colors of #fee6bc

#fee6bc #f5febc #fec5bc

Monochromatic Colors of #fee6bc

#fee6bc

Complementary Color

#fee6bc #bcd4fe

#fee6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee6bc Color CSS Codes

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

#fee6bc Text Font Color

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

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


#fee6bc Background Color

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

This div background color is #fee6bc


#fee6bc Border Color

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

This div border color is #fee6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee6bc

Related Colors

#fee6bc Color Palettes


Comments

No comments written yet.

Please login to write comment.