Color Hex Logo

#fae2bf Color Hex

#FAE2BF
(250,226,191)
0 Favorites   0 Comments

Color spaces of #fae2bf

RGB 250226191
HSL0.100.860.86
HSV36°24°98°
CMYK 0.000.100.24   0.02
XYZ76.024778.478360.4311
Yxy78.47830.35370.3651
Hunter Lab88.5880-1.843321.5664
CIE-Lab90.99772.935620.1186

#fae2bf color RGB value is (250,226,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 10111111
Octal 372 342 277
Decimal 250 226 191
Hex FA E2 BF

RGB Percentages of Color #fae2bf

%37.48
%33.88
%28.64

CMYK Percentages of Color #fae2bf

%0
%10
%24
%2

Triadic Colors of #fae2bf

#fae2bf #bffae2 #e2bffa

Analogous Colors of #fae2bf

#fae2bf #f5fabf #fac5bf

Monochromatic Colors of #fae2bf

#fae2bf

Complementary Color

#fae2bf #bfd7fa

#fae2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae2bf Color CSS Codes

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

#fae2bf Text Font Color

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

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


#fae2bf Background Color

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

This div background color is #fae2bf


#fae2bf Border Color

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

This div border color is #fae2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae2bf


Comments

No comments written yet.

Please login to write comment.