Color Hex Logo

#fae1be Color Hex

#FAE1BE
(250,225,190)
1 Favorites   0 Comments

Color spaces of #fae1be

RGB 250225190
HSL0.100.860.86
HSV35°24°98°
CMYK 0.000.100.24   0.02
XYZ75.643877.892159.7630
Yxy77.89210.35460.3652
Hunter Lab88.2565-1.458221.6313
CIE-Lab90.73063.310320.2660

#fae1be color RGB value is (250,225,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10111110
Octal 372 341 276
Decimal 250 225 190
Hex FA E1 BE

RGB Percentages of Color #fae1be

%37.59
%33.83
%28.57

CMYK Percentages of Color #fae1be

%0
%10
%24
%2

Triadic Colors of #fae1be

#fae1be #befae1 #e1befa

Analogous Colors of #fae1be

#fae1be #f5fabe #fac3be

Monochromatic Colors of #fae1be

#fae1be

Complementary Color

#fae1be #bed7fa

#fae1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae1be Color CSS Codes

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

#fae1be Text Font Color

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

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


#fae1be Background Color

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

This div background color is #fae1be


#fae1be Border Color

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

This div border color is #fae1be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,225,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae1be

#fae1be Color Palettes


Comments

No comments written yet.

Please login to write comment.