Color Hex Logo

#fee3bb Color Hex

#FEE3BB
(254,227,187)
0 Favorites   0 Comments

Color spaces of #fee3bb

RGB 254227187
HSL0.100.970.86
HSV36°26°100°
CMYK 0.000.110.26   0.00
XYZ77.311879.596958.3027
Yxy79.59690.35920.3699
Hunter Lab89.2171-1.449323.7064
CIE-Lab91.50373.359322.9436

#fee3bb color RGB value is (254,227,187).

#fee3bb hex color red value is 254, green value is 227 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fee3bb hue: 0.10 , saturation: 0.97 and the lightness value of fee3bb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 10111011
Octal 376 343 273
Decimal 254 227 187
Hex FE E3 BB

RGB Percentages of Color #fee3bb

%38.02
%33.98
%27.99

CMYK Percentages of Color #fee3bb

%0
%11
%26
%0

Triadic Colors of #fee3bb

#fee3bb #bbfee3 #e3bbfe

Analogous Colors of #fee3bb

#fee3bb #f8febb #fec2bb

Monochromatic Colors of #fee3bb

#fee3bb

Complementary Color

#fee3bb #bbd6fe

#fee3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee3bb Color CSS Codes

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

#fee3bb Text Font Color

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

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


#fee3bb Background Color

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

This div background color is #fee3bb


#fee3bb Border Color

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

This div border color is #fee3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee3bb

Related Colors

#fee3bb Color Palettes


Comments

No comments written yet.

Please login to write comment.