Color Hex Logo

#fae4bb Color Hex

#FAE4BB
(250,228,187)
0 Favorites   0 Comments

Color spaces of #fae4bb

RGB 250228187
HSL0.110.860.86
HSV39°25°98°
CMYK 0.000.090.25   0.02
XYZ76.137479.398758.3263
Yxy79.39870.35600.3713
Hunter Lab89.1059-3.414423.5646
CIE-Lab91.41441.368822.7678

#fae4bb color RGB value is (250,228,187).

#fae4bb hex color red value is 250, green value is 228 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fae4bb hue: 0.11 , saturation: 0.86 and the lightness value of fae4bb is 0.86.

The process color (four color CMYK) of #fae4bb color hex is 0.00, 0.09, 0.25, 0.02. Web safe color of #fae4bb is #ffcccc. Color #fae4bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 10111011
Octal 372 344 273
Decimal 250 228 187
Hex FA E4 BB

RGB Percentages of Color #fae4bb

%37.59
%34.29
%28.12

CMYK Percentages of Color #fae4bb

%0
%9
%25
%2

Triadic Colors of #fae4bb

#fae4bb #bbfae4 #e4bbfa

Analogous Colors of #fae4bb

#fae4bb #f1fabb #fac5bb

Monochromatic Colors of #fae4bb

#fae4bb

Complementary Color

#fae4bb #bbd1fa

#fae4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae4bb Color CSS Codes

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

#fae4bb Text Font Color

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

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


#fae4bb Background Color

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

This div background color is #fae4bb


#fae4bb Border Color

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

This div border color is #fae4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae4bb


Comments

No comments written yet.

Please login to write comment.