Color Hex Logo

#fae3de Color Hex

#FAE3DE
(250,227,222)
0 Favorites   0 Comments

Color spaces of #fae3de

RGB 250227222
HSL0.030.740.93
HSV11°11°98°
CMYK 0.000.090.11   0.02
XYZ80.078280.536180.4317
Yxy80.53610.33220.3341
Hunter Lab89.74192.23029.6803
CIE-Lab91.92497.04575.2826

#fae3de color RGB value is (250,227,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 11011110
Octal 372 343 336
Decimal 250 227 222
Hex FA E3 DE

RGB Percentages of Color #fae3de

%35.77
%32.47
%31.76

CMYK Percentages of Color #fae3de

%0
%9
%11
%2

Triadic Colors of #fae3de

#fae3de #defae3 #e3defa

Analogous Colors of #fae3de

#fae3de #faf1de #fadee7

Monochromatic Colors of #fae3de

#fae3de

Complementary Color

#fae3de #def5fa

#fae3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae3de Color CSS Codes

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

#fae3de Text Font Color

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

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


#fae3de Background Color

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

This div background color is #fae3de


#fae3de Border Color

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

This div border color is #fae3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae3de


Comments

No comments written yet.

Please login to write comment.