Color Hex Logo

#fae0bc Color Hex

#FAE0BC
(250,224,188)
0 Favorites   0 Comments

Color spaces of #fae0bc

RGB 250224188
HSL0.100.860.86
HSV35°25°98°
CMYK 0.000.100.25   0.02
XYZ75.157177.266158.5296
Yxy77.26610.35630.3663
Hunter Lab87.9011-1.206222.0521
CIE-Lab90.44403.550220.9061

#fae0bc color RGB value is (250,224,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 10111100
Octal 372 340 274
Decimal 250 224 188
Hex FA E0 BC

RGB Percentages of Color #fae0bc

%37.76
%33.84
%28.40

CMYK Percentages of Color #fae0bc

%0
%10
%25
%2

Triadic Colors of #fae0bc

#fae0bc #bcfae0 #e0bcfa

Analogous Colors of #fae0bc

#fae0bc #f5fabc #fac1bc

Monochromatic Colors of #fae0bc

#fae0bc

Complementary Color

#fae0bc #bcd6fa

#fae0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae0bc Color CSS Codes

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

#fae0bc Text Font Color

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

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


#fae0bc Background Color

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

This div background color is #fae0bc


#fae0bc Border Color

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

This div border color is #fae0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae0bc


Comments

No comments written yet.

Please login to write comment.