Color Hex Logo

#fae1bb Color Hex

#FAE1BB
(250,225,187)
0 Favorites   0 Comments

Color spaces of #fae1bb

RGB 250225187
HSL0.100.860.86
HSV36°25°98°
CMYK 0.000.100.25   0.02
XYZ75.319277.762358.0536
Yxy77.76230.35670.3683
Hunter Lab88.1829-1.858922.6956
CIE-Lab90.67132.902321.7402

#fae1bb color RGB value is (250,225,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10111011
Octal 372 341 273
Decimal 250 225 187
Hex FA E1 BB

RGB Percentages of Color #fae1bb

%37.76
%33.99
%28.25

CMYK Percentages of Color #fae1bb

%0
%10
%25
%2

Triadic Colors of #fae1bb

#fae1bb #bbfae1 #e1bbfa

Analogous Colors of #fae1bb

#fae1bb #f4fabb #fac2bb

Monochromatic Colors of #fae1bb

#fae1bb

Complementary Color

#fae1bb #bbd4fa

#fae1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae1bb Color CSS Codes

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

#fae1bb Text Font Color

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

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


#fae1bb Background Color

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

This div background color is #fae1bb


#fae1bb Border Color

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

This div border color is #fae1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae1bb


Comments

No comments written yet.

Please login to write comment.