Color Hex Logo

#fae2de Color Hex

#FAE2DE
(250,226,222)
0 Favorites   0 Comments

Color spaces of #fae2de

RGB 250226222
HSL0.020.740.93
HSV11°98°
CMYK 0.000.100.11   0.02
XYZ79.805579.990680.3408
Yxy79.99060.33230.3331
Hunter Lab89.43752.76099.3466
CIE-Lab91.68067.56184.9297

#fae2de color RGB value is (250,226,222).

#fae2de hex color red value is 250, green value is 226 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fae2de hue: 0.02 , saturation: 0.74 and the lightness value of fae2de is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 11011110
Octal 372 342 336
Decimal 250 226 222
Hex FA E2 DE

RGB Percentages of Color #fae2de

%35.82
%32.38
%31.81

CMYK Percentages of Color #fae2de

%0
%10
%11
%2

Triadic Colors of #fae2de

#fae2de #defae2 #e2defa

Analogous Colors of #fae2de

#fae2de #faf0de #fadee8

Monochromatic Colors of #fae2de

#fae2de

Complementary Color

#fae2de #def6fa

#fae2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae2de Color CSS Codes

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

#fae2de Text Font Color

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

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


#fae2de Background Color

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

This div background color is #fae2de


#fae2de Border Color

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

This div border color is #fae2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae2de


Comments

No comments written yet.

Please login to write comment.